From 3b5920cfa52f4baed4414bed7a95d46cb06ecb09 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Fri, 27 Mar 2026 09:36:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0edu-core=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E8=87=B3v1.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbfd3e7..e868a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "file:../edu-core", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4", @@ -24,7 +24,8 @@ "extraneous": true }, "../edu-core": { - "version": "1.0.10", + "version": "1.0.11", + "extraneous": true, "license": "ISC", "devDependencies": {} }, @@ -440,8 +441,9 @@ "link": true }, "node_modules/edu-core": { - "resolved": "../edu-core", - "link": true + "version": "1.0.11", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ab1ab588d292638fcf883bcc61ef370eb838c2d8", + "license": "ISC" }, "node_modules/element-plus": { "version": "2.11.5", @@ -4177,7 +4179,7 @@ "requires": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "file:../edu-core", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4", @@ -4498,7 +4500,8 @@ } }, "edu-core": { - "version": "file:../edu-core" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ab1ab588d292638fcf883bcc61ef370eb838c2d8", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11" }, "element-plus": { "version": "2.11.5", @@ -7259,7 +7262,8 @@ } }, "edu-core": { - "version": "file:../edu-core" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ab1ab588d292638fcf883bcc61ef370eb838c2d8", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11" }, "element-plus": { "version": "2.11.5", diff --git a/package.json b/package.json index 9f87094..119e27b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "file:../edu-core", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4",