diff --git a/packages/core/package.json b/packages/core/package.json index dc30078ed..503f775f4 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.17.9", + "version": "4.17.10", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -33,8 +33,8 @@ "dependencies": { "@koishijs/i18n-utils": "^1.0.1", "@koishijs/utils": "^7.2.1", - "@satorijs/core": "^4.1.2", - "cordis": "^3.17.3", + "@satorijs/core": "^4.1.3", + "cordis": "^3.17.5", "cosmokit": "^1.6.2", "fastest-levenshtein": "^1.0.16", "minato": "^3.4.3" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index c047205b7..5a6423886 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.17.9", + "version": "4.17.10", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,13 +45,13 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.17.9", - "@koishijs/loader": "4.5.9", - "@koishijs/plugin-http": "^0.5.3", - "@koishijs/plugin-proxy-agent": "^0.3.2", + "@koishijs/core": "4.17.10", + "@koishijs/loader": "4.5.10", + "@koishijs/plugin-http": "^0.6.0", + "@koishijs/plugin-proxy-agent": "^0.3.3", "@koishijs/plugin-server": "^3.2.3", "@koishijs/utils": "^7.2.1", - "@satorijs/core": "^4.1.2", + "@satorijs/core": "^4.1.3", "cac": "^6.7.14", "kleur": "^4.1.5" }, diff --git a/packages/loader/package.json b/packages/loader/package.json index ccd347524..e7a15bb9e 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.5.9", + "version": "4.5.10", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,10 +45,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.17.9" + "@koishijs/core": "4.17.10" }, "devDependencies": { - "@koishijs/core": "4.17.9", + "@koishijs/core": "4.17.10", "@types/js-yaml": "^4.0.9" }, "dependencies": { diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 831a7fc67..3309c8700 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index c1005262d..631200fc0 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 05dea13bd..1cb2d1ed0 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 51a382d29..04af4758a 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index e865d3da2..02c016a92 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 25ead1af9..5f20a5055 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-inspect", "description": "Inspect on any user, channel or message", - "version": "1.1.5", + "version": "1.1.6", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.6", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index a36eb257d..85c1846b9 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -42,13 +42,13 @@ } }, "peerDependencies": { - "@koishijs/loader": "^4.5.9", - "koishi": "^4.17.9" + "@koishijs/loader": "^4.5.10", + "koishi": "^4.17.10" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", "esbuild": "^0.18.20", - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "dependencies": { "@babel/code-frame": "^7.24.2", diff --git a/plugins/http/package.json b/plugins/http/package.json index d0c142c14..caa3e9486 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-http", "description": "HTTP and WebSocket client for Koishi", - "version": "0.5.3", + "version": "0.6.0", "type": "module", "main": "index.cjs", "module": "index.mjs", @@ -48,12 +48,12 @@ } }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "dependencies": { - "@cordisjs/plugin-http": "^0.5.3" + "@cordisjs/plugin-http": "^0.6.0" } } diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 9faa2922d..a542bb057 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { "@koishijs/plugin-server": "^3.2.3", - "koishi": "^4.17.9" + "koishi": "^4.17.10" } } diff --git a/plugins/proxy-agent/package.json b/plugins/proxy-agent/package.json index 405e716d8..9fde4ed5c 100644 --- a/plugins/proxy-agent/package.json +++ b/plugins/proxy-agent/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-proxy-agent", "description": "Proxy agent support for Koishi", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "main": "index.cjs", "module": "index.mjs", @@ -52,12 +52,12 @@ } }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "dependencies": { - "@cordisjs/plugin-proxy-agent": "^0.3.2" + "@cordisjs/plugin-proxy-agent": "^0.3.3" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index 39910a7b6..3b29ad625 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -48,10 +48,10 @@ } }, "peerDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "devDependencies": { - "koishi": "^4.17.9" + "koishi": "^4.17.10" }, "dependencies": { "@cordisjs/plugin-server": "^0.2.3"