diff --git a/packages/core/package.json b/packages/core/package.json index 67c3c482b..131742fd2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/core", "description": "Core Features for Koishi", - "version": "4.18.6", + "version": "4.18.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", diff --git a/packages/koishi/package.json b/packages/koishi/package.json index b2006e827..319086564 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "Cross-Platform Chatbot Framework Made with Love", - "version": "4.18.6", + "version": "4.18.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -59,8 +59,8 @@ } }, "dependencies": { - "@koishijs/core": "4.18.6", - "@koishijs/loader": "4.6.6", + "@koishijs/core": "4.18.7", + "@koishijs/loader": "4.6.7", "@koishijs/plugin-http": "^0.6.3", "@koishijs/plugin-proxy-agent": "^0.3.3", "@koishijs/plugin-server": "^3.2.4", diff --git a/packages/loader/package.json b/packages/loader/package.json index 8a98bcd26..d52ad612a 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.6.6", + "version": "4.6.7", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,10 +45,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.18.6" + "@koishijs/core": "4.18.7" }, "devDependencies": { - "@koishijs/core": "4.18.6", + "@koishijs/core": "4.18.7", "@types/js-yaml": "^4.0.9" }, "dependencies": { diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 2e3c846a9..c9de564c9 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,12 +46,12 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", "@minatojs/driver-memory": "^3.6.0", - "koishi": "^4.18.6", + "koishi": "^4.18.7", "minato": "^3.6.1" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 4aa42ac12..05e5b4aa6 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,12 +45,12 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", "@minatojs/driver-memory": "^3.6.0", - "koishi": "^4.18.6", + "koishi": "^4.18.7", "minato": "^3.6.1" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 845478ff5..850178ca0 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.18.6" + "koishi": "^4.18.7" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 98753a161..a4a40cf5d 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.18.6" + "koishi": "^4.18.7" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 684d53294..ea9ff3894 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-help", "description": "Help plugin for Koishi", - "version": "2.4.4", + "version": "2.4.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,12 +45,12 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", "@minatojs/driver-memory": "^3.6.0", - "koishi": "^4.18.6", + "koishi": "^4.18.7", "minato": "^3.6.1" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 55510a179..6b1e9b56d 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.18.6" + "koishi": "^4.18.7" } } diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 5d2d94f50..f9ac21f77 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -42,13 +42,13 @@ } }, "peerDependencies": { - "@koishijs/loader": "^4.6.6", - "koishi": "^4.18.6" + "@koishijs/loader": "^4.6.7", + "koishi": "^4.18.7" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", "esbuild": "^0.23.1", - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "dependencies": { "@babel/code-frame": "^7.24.2", diff --git a/plugins/http/package.json b/plugins/http/package.json index 35246afef..c56b3ee96 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -48,10 +48,10 @@ } }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "dependencies": { "@cordisjs/plugin-http": "^0.6.3" diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 011c2cfdf..61ab7d99e 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "@koishijs/plugin-server": "^3.2.4", - "koishi": "^4.18.6" + "koishi": "^4.18.7" } } diff --git a/plugins/proxy-agent/package.json b/plugins/proxy-agent/package.json index 75c246956..a6eb1c01f 100644 --- a/plugins/proxy-agent/package.json +++ b/plugins/proxy-agent/package.json @@ -52,11 +52,11 @@ } }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "cordis": "^3.18.1", - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "dependencies": { "@cordisjs/plugin-proxy-agent": "^0.3.3" diff --git a/plugins/server/package.json b/plugins/server/package.json index 5140739c5..fc7ba7220 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -48,11 +48,11 @@ } }, "peerDependencies": { - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "devDependencies": { "cordis": "^3.18.1", - "koishi": "^4.18.6" + "koishi": "^4.18.7" }, "dependencies": { "@cordisjs/plugin-server": "^0.2.4"