From bb23064860160dd4fcceba8b9ca138e59f68193b Mon Sep 17 00:00:00 2001 From: xjbeta Date: Thu, 15 Aug 2024 22:01:29 +0800 Subject: [PATCH 1/2] npm update --- DanmakuWeb/main.js | 2 ++ package-lock.json | 20 ++------------------ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/DanmakuWeb/main.js b/DanmakuWeb/main.js index f35c4c9..5f14a62 100644 --- a/DanmakuWeb/main.js +++ b/DanmakuWeb/main.js @@ -1,3 +1,5 @@ +const _ = import('../node_modules/comment-core-library'); + $ = function(a) { return document.getElementById(a); }; diff --git a/package-lock.json b/package-lock.json index 56d4b39..70394f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,26 +9,10 @@ "iina-plugin-definition": "^0.0.6" } }, - "node_modules/coffeescript": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz", - "integrity": "sha512-hzWp6TUE2d/jCcN67LrW1eh5b/rSDKQK6oD6VMLlggYVUUFexgTH9z3dNYihzX4RMhze5FTUsUmOXViJKFQR/A==", - "license": "MIT", - "bin": { - "cake": "bin/cake", - "coffee": "bin/coffee" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/comment-core-library": { "version": "0.11.1", - "resolved": "git+ssh://git@github.com/xjbeta/CommentCoreLibrary.git#34891f322c2e6b3b3a35ad2ca5e72860089529d6", - "license": "MIT", - "dependencies": { - "coffeescript": "^2.7.0" - } + "resolved": "git+ssh://git@github.com/xjbeta/CommentCoreLibrary.git#5ab046cf48c06dd418106afcbb7e4db66aade6b2", + "license": "MIT" }, "node_modules/iina-plugin-definition": { "version": "0.0.6", From f29ee7973ec9488170ad5a1a313ab31a21169023 Mon Sep 17 00:00:00 2001 From: xjbeta Date: Thu, 15 Aug 2024 22:01:39 +0800 Subject: [PATCH 2/2] Bump Version to 0.1.11 --- Info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Info.json b/Info.json index e7645ef..1db46f6 100644 --- a/Info.json +++ b/Info.json @@ -1,8 +1,8 @@ { "name": "Danmaku", "identifier": "com.xjbeta.danmaku", - "version": "0.1.10", - "ghVersion": 7, + "version": "0.1.11", + "ghVersion": 8, "ghRepo": "xjbeta/iina-plugin-danmaku", "description": "IINA Danmaku", "author": {