koishi-plugin-comic 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-comic",
|
|
3
3
|
"description": "聚合漫画搜索与下载插件,支持禁漫天堂和哔咔漫画,需要自部署 comic-api 后端。支持 ChatLuna 工具调用。",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"chatluna"
|
|
20
20
|
],
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"koishi": "^4.
|
|
23
|
-
"koishi-plugin-chatluna": "^1.
|
|
22
|
+
"koishi": "^4.18.9",
|
|
23
|
+
"koishi-plugin-chatluna": "^1.3.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependenciesMeta": {
|
|
26
26
|
"koishi-plugin-chatluna": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@koishijs/plugin-http": "^0.6.0",
|
|
38
|
-
"@langchain/core": "^0.3.
|
|
39
|
-
"zod": "
|
|
38
|
+
"@langchain/core": "^0.3.80",
|
|
39
|
+
"zod": "3.25.76"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"koishi": "^4.
|
|
42
|
+
"koishi": "^4.18.9",
|
|
43
43
|
"typescript": "^5.0.0"
|
|
44
44
|
}
|
|
45
45
|
}
|