diff --git a/package.json b/package.json index cba5af448f..3dcbf1254e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@koishijs/eslint-config": "^1.0.2", + "@koishijs/eslint-config": "^1.0.3", "@octokit/rest": "^18.12.0", "@sinonjs/fake-timers": "^6.0.1", "@types/chai": "^4.3.5", diff --git a/packages/core/package.json b/packages/core/package.json index d5e11f271d..c76ad37225 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.13.6", + "version": "4.13.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 f8954105b9..e3debe7bf4 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.13.6", + "version": "4.13.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -46,8 +46,8 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.13.6", - "@koishijs/loader": "4.0.1", + "@koishijs/core": "4.13.7", + "@koishijs/loader": "4.0.3", "@koishijs/utils": "^7.0.2", "@satorijs/satori": "^2.5.0", "cac": "^6.7.14", diff --git a/packages/loader/package.json b/packages/loader/package.json index 7827680a84..ae9b08ab96 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.0.1", + "version": "4.0.3", "main": "lib/index.js", "module": "lib/shared.mjs", "typings": "lib/index.d.ts", @@ -39,10 +39,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.13.6" + "@koishijs/core": "4.13.7" }, "devDependencies": { - "@koishijs/core": "4.13.6", + "@koishijs/core": "4.13.7", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 7d45a60072..c1079c3d91 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-discord", "description": "Discord Adapter for Koishi", - "version": "3.8.0", + "version": "3.8.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { - "@satorijs/adapter-discord": "^3.8.0" + "@satorijs/adapter-discord": "^3.8.2" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index 68b4e0ff1d..3f3b32e348 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@satorijs/adapter-kook": "^3.10.0" diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 327824fbb0..ec500393c1 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@satorijs/adapter-lark": "^2.1.2" diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index aab8b95398..fcac656c11 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@satorijs/adapter-mail": "^1.0.6" diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index 5540610a2f..66ed579d40 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@satorijs/adapter-matrix": "^3.1.2" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 2eefa806c0..f058fa62b3 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@satorijs/adapter-onebot": "^5.7.2" diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index a7ef71b567..8891ba61ff 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-qqguild", "description": "QQ Guild Adapter for Koishi", - "version": "3.5.2", + "version": "3.5.4", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { - "@satorijs/adapter-qqguild": "^3.5.2" + "@satorijs/adapter-qqguild": "^3.5.4" } } diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index c2c4d753e3..cc80e0fdac 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-telegram", "description": "Telegram Adapter for Koishi", - "version": "3.7.10", + "version": "3.7.12", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { - "@satorijs/adapter-telegram": "^3.7.10" + "@satorijs/adapter-telegram": "^3.7.12" } } diff --git a/plugins/common/admin/package.json b/plugins/common/admin/package.json index 347652a226..5b5fc788a2 100644 --- a/plugins/common/admin/package.json +++ b/plugins/common/admin/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 31cc837e7b..8e05e07a4b 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 69f53098bb..90eff83a3b 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 47a5d388b4..396fd59d66 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 8030d825c4..0eccaf2622 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 94406049ab..72a5ad1123 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 67cda7366d..9518af3061 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/common/rate-limit/package.json b/plugins/common/rate-limit/package.json index 4fe814ed80..31a4eb9f1f 100644 --- a/plugins/common/rate-limit/package.json +++ b/plugins/common/rate-limit/package.json @@ -44,13 +44,13 @@ ] }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-admin": "^1.3.1", "@koishijs/plugin-help": "^2.2.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.6" + "koishi": "^4.13.7" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 3cf2184cb0..09b96256e6 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 3e090e28c6..c7aa529b57 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@minatojs/driver-mongo": "^2.5.3" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 6b747b2691..d9d1306ff1 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@minatojs/driver-mysql": "^2.4.7" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 976ee3a96b..255777ac4e 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@minatojs/driver-sqlite": "^3.5.6" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index f219e357e2..43eef612de 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.17.19", - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "dependencies": { "@babel/code-frame": "^7.21.4", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 52971df542..ffa505e685 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" }, "devDependencies": { - "koishi": "^4.13.6" + "koishi": "^4.13.7" } }