diff --git a/package.json b/package.json index 300345cf04..cf1e1c396a 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "yakumo-publish": "^0.3.4", "yakumo-publish-sync": "^0.3.3", "yakumo-tsc": "^0.3.12", - "yakumo-upgrade": "^0.3.3", + "yakumo-upgrade": "^0.3.4", "yakumo-version": "^0.3.4", "yml-register": "^1.1.0" } diff --git a/packages/core/package.json b/packages/core/package.json index f721cedd73..2dba5eadab 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.14.4", + "version": "4.14.5", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -33,7 +33,7 @@ "@koishijs/i18n-utils": "^1.0.0", "@koishijs/utils": "^7.0.5", "@minatojs/core": "^2.4.0", - "@satorijs/core": "^2.7.1", + "@satorijs/core": "^3.0.0-alpha.1", "cordis": "^2.8.8", "cosmokit": "^1.4.5", "fastest-levenshtein": "^1.0.16" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 10abe39d64..c5a4abf397 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.14.4", + "version": "4.14.5", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -44,10 +44,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.14.4", - "@koishijs/loader": "4.1.4", + "@koishijs/core": "4.14.5", + "@koishijs/loader": "4.1.5", "@koishijs/utils": "^7.0.5", - "@satorijs/satori": "^2.7.3", + "@satorijs/satori": "^3.0.0-alpha.1", "cac": "^6.7.14", "kleur": "^4.1.5", "ns-require": "^1.1.4" diff --git a/packages/loader/package.json b/packages/loader/package.json index c7508a76af..05c8709a9a 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.1.4", + "version": "4.1.5", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -40,10 +40,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.14.4" + "@koishijs/core": "4.14.5" }, "devDependencies": { - "@koishijs/core": "4.14.4", + "@koishijs/core": "4.14.5", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/plugins/adapter/dingtalk/package.json b/plugins/adapter/dingtalk/package.json index cea83d117b..2feb7edeb6 100644 --- a/plugins/adapter/dingtalk/package.json +++ b/plugins/adapter/dingtalk/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-dingtalk", "description": "Dingtalk Adapter for Koishi", - "version": "1.0.1", + "version": "2.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-dingtalk": "^1.0.1" + "@satorijs/adapter-dingtalk": "^2.0.0" } } diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 767052b142..41db355863 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.9.0", + "version": "4.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-discord": "^3.9.0" + "@satorijs/adapter-discord": "^4.0.0" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index fea4ebb204..75cfe12f5a 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-kook", "description": "Kook (Kaiheila) Adapter for Koishi", - "version": "3.11.0", + "version": "4.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-kook": "^3.11.0" + "@satorijs/adapter-kook": "^4.0.0" } } diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index df694235e0..c665a92998 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-lark", "description": "Lark Adapter for Koishi", - "version": "2.1.3", + "version": "3.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-lark": "^2.1.3" + "@satorijs/adapter-lark": "^3.0.0" } } diff --git a/plugins/adapter/line/package.json b/plugins/adapter/line/package.json index 7c0e23cc2b..a94452b796 100644 --- a/plugins/adapter/line/package.json +++ b/plugins/adapter/line/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-line", "description": "Line Adapter for Koishi", - "version": "1.2.0", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-line": "^1.2.0" + "@satorijs/adapter-line": "^2.0.0" } } diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index b64b53ba5d..83ce639743 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-mail", "description": "Mail Adapter for Koishi", - "version": "1.1.2", + "version": "2.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-mail": "^1.1.2" + "@satorijs/adapter-mail": "^2.0.0" } } diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index cf7cf8c9fe..dcce3f99ff 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-matrix", "description": "Matrix Adapter for Koishi", - "version": "3.5.0", + "version": "4.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-matrix": "^3.5.0" + "@satorijs/adapter-matrix": "^4.0.0" } } diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index b7a6ebfbad..f73a73421e 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-onebot", "description": "OneBot Adapter for Koishi", - "version": "5.8.0", + "version": "6.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -42,12 +42,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-onebot": "^5.8.0" + "@satorijs/adapter-onebot": "^6.0.0" } } diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 7896d70dae..cb855b1710 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.6.0", + "version": "4.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-qqguild": "^3.6.0" + "@satorijs/adapter-qqguild": "^4.0.0" } } diff --git a/plugins/adapter/slack/package.json b/plugins/adapter/slack/package.json index 55884bd09d..c928a220fa 100644 --- a/plugins/adapter/slack/package.json +++ b/plugins/adapter/slack/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-slack", "description": "Slack Adapter for Koishi", - "version": "1.1.0", + "version": "2.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-slack": "^1.1.0" + "@satorijs/adapter-slack": "^2.0.0" } } diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index df701d5d6c..32ffe009a0 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.9.0", + "version": "4.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-telegram": "^3.9.0" + "@satorijs/adapter-telegram": "^4.0.0" } } diff --git a/plugins/adapter/wechat-official/package.json b/plugins/adapter/wechat-official/package.json index a79f4d5a02..a49ccaf57e 100644 --- a/plugins/adapter/wechat-official/package.json +++ b/plugins/adapter/wechat-official/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-wechat-official", "description": "Wechat Official Adapter for Koishi", - "version": "1.0.0", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-wechat-official": "^1.0.0" + "@satorijs/adapter-wechat-official": "^2.0.0" } } diff --git a/plugins/adapter/wecom/package.json b/plugins/adapter/wecom/package.json index af63d5ab57..6828e3fbfd 100644 --- a/plugins/adapter/wecom/package.json +++ b/plugins/adapter/wecom/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-wecom", "description": "Wecom Adapter for Koishi", - "version": "1.0.0", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-wecom": "^1.0.0" + "@satorijs/adapter-wecom": "^2.0.0" } } diff --git a/plugins/adapter/whatsapp/package.json b/plugins/adapter/whatsapp/package.json index 27e707fc16..dc444bb619 100644 --- a/plugins/adapter/whatsapp/package.json +++ b/plugins/adapter/whatsapp/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-whatsapp", "description": "WhatsApp Adapter for Koishi", - "version": "1.0.4", + "version": "2.0.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { - "@satorijs/adapter-whatsapp": "^1.0.4" + "@satorijs/adapter-whatsapp": "^2.0.0" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index a2b1c47329..9744ab2922 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-bind", "description": "Bind User Accounts Across Platforms in Koishi", - "version": "1.4.2", + "version": "1.4.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 8d6c311554..7e6d5714f3 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index d674d42237..6fb9aaec9f 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 13fd267e6f..c8003ee287 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/common/echo/src/index.ts b/plugins/common/echo/src/index.ts index 7ece19a3fd..283d6670a2 100644 --- a/plugins/common/echo/src/index.ts +++ b/plugins/common/echo/src/index.ts @@ -13,7 +13,7 @@ export interface Config {} export const name = 'echo' export const Config: Schema = Schema.object({}) -export function apply(ctx: Context) { +export function apply(ctx: Context, config: Config) { ctx.i18n.define('zh-CN', zhCN) ctx.command('echo ') diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index b60ddf60b8..87322cb745 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index cea69cfb34..62e60dec64 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.5.0", - "koishi": "^4.14.4" + "@koishijs/plugin-mock": "^2.5.2", + "koishi": "^4.14.5" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index cd303597d3..db45115e74 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 0a6189385d..6034b131b6 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { "@minatojs/driver-mongo": "^2.8.0" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 9f611a1725..0b850162f2 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { "@minatojs/driver-mysql": "^2.5.0" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 9c3a4a0c37..6c26380451 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { "@minatojs/driver-sqlite": "^3.6.0" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index b0906b439c..7e357d625e 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.18.14", - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "dependencies": { "@babel/code-frame": "^7.22.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 462d41b430..614cd8397b 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" }, "devDependencies": { - "koishi": "^4.14.4" + "koishi": "^4.14.5" } }