From 1e9088aacf2b6d641dd2805f47a15b9cc6ae6733 Mon Sep 17 00:00:00 2001 From: xpadev-net Date: Sat, 17 Sep 2022 14:29:38 +0900 Subject: [PATCH 1/2] fix/package: fix types path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d04982a4..251a7392 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.25", "description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.", "main": "dist/bundle.js", - "types": "dist/dts/types.d.ts", + "types": "dist/bundle.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup.config.js", From 0a80f114791e84fd530c1d77b2b22dd00fde9706 Mon Sep 17 00:00:00 2001 From: xpadev-net Date: Sat, 17 Sep 2022 14:30:07 +0900 Subject: [PATCH 2/2] dump: v0.2.26 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5416721..2daafe46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xpadev-net/niconicomments", - "version": "0.2.25", + "version": "0.2.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xpadev-net/niconicomments", - "version": "0.2.25", + "version": "0.2.26", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index 251a7392..2d130cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xpadev-net/niconicomments", - "version": "0.2.25", + "version": "0.2.26", "description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.", "main": "dist/bundle.js", "types": "dist/bundle.d.ts",