From 1e7c2d8cc4ee26d10e2a8e4630e6b1b46f23337a Mon Sep 17 00:00:00 2001 From: Shigma Date: Tue, 13 Jun 2023 21:22:33 +0800 Subject: [PATCH] chore: bump versions --- package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/koishi/package.json | 8 ++++---- packages/koishi/src/worker/logger.ts | 1 + packages/loader/package.json | 6 +++--- packages/loader/src/shared.ts | 2 +- plugins/adapter/discord/package.json | 8 ++++---- plugins/adapter/kook/package.json | 4 ++-- plugins/adapter/lark/package.json | 4 ++-- plugins/adapter/mail/package.json | 4 ++-- plugins/adapter/onebot/package.json | 4 ++-- plugins/adapter/qqguild/package.json | 4 ++-- plugins/adapter/telegram/package.json | 4 ++-- plugins/common/admin/package.json | 4 ++-- plugins/common/bind/package.json | 4 ++-- plugins/common/broadcast/package.json | 4 ++-- plugins/common/callme/package.json | 4 ++-- plugins/common/echo/package.json | 4 ++-- plugins/common/help/package.json | 4 ++-- plugins/common/inspect/package.json | 4 ++-- plugins/common/rate-limit/package.json | 4 ++-- plugins/database/memory/package.json | 4 ++-- plugins/database/mongo/package.json | 4 ++-- plugins/database/mysql/package.json | 4 ++-- plugins/database/sqlite/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 4 ++-- 27 files changed, 57 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index e631a67017..cba5af448f 100644 --- a/package.json +++ b/package.json @@ -67,12 +67,12 @@ "source-map-support": "^0.5.21", "typescript": "^5.0.4", "yakumo": "^0.3.13", - "yakumo-esbuild": "^0.3.22", + "yakumo-esbuild": "^0.3.25", "yakumo-esbuild-yaml": "^0.3.1", "yakumo-mocha": "^0.3.1", "yakumo-publish": "^0.3.4", "yakumo-publish-sync": "^0.3.2", - "yakumo-tsc": "^0.3.9", + "yakumo-tsc": "^0.3.12", "yakumo-upgrade": "^0.3.3", "yakumo-version": "^0.3.4", "yml-register": "^1.1.0" diff --git a/packages/core/package.json b/packages/core/package.json index 6728b41a4f..b19b90cc65 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.2", + "version": "4.13.3", "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.2", "@minatojs/core": "^2.3.1", - "@satorijs/core": "^2.3.9", + "@satorijs/core": "^2.3.10", "cordis": "^2.8.0", "cosmokit": "^1.4.2", "fastest-levenshtein": "^1.0.16" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index c84c6496a9..1b602fa116 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.2", + "version": "4.13.3", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -46,10 +46,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.13.2", - "@koishijs/loader": "3.2.2", + "@koishijs/core": "4.13.3", + "@koishijs/loader": "3.2.3", "@koishijs/utils": "^7.0.2", - "@satorijs/satori": "^2.3.9", + "@satorijs/satori": "^2.3.10", "cac": "^6.7.14", "kleur": "^4.1.5", "ns-require": "^1.1.4" diff --git a/packages/koishi/src/worker/logger.ts b/packages/koishi/src/worker/logger.ts index b7163f57d9..3e321a5887 100644 --- a/packages/koishi/src/worker/logger.ts +++ b/packages/koishi/src/worker/logger.ts @@ -30,6 +30,7 @@ Context.Config.list.push(Schema.object({ const prolog: Logger.Record[] = [] const target: Logger.Target = { + colors: 3, record(record) { prolog.push(record) }, diff --git a/packages/loader/package.json b/packages/loader/package.json index 9298dc1170..1c4115704b 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "3.2.2", + "version": "3.2.3", "main": "lib/index.js", "module": "lib/shared.mjs", "typings": "lib/index.d.ts", @@ -38,10 +38,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.13.2" + "@koishijs/core": "4.13.3" }, "devDependencies": { - "@koishijs/core": "4.13.2", + "@koishijs/core": "4.13.3", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/packages/loader/src/shared.ts b/packages/loader/src/shared.ts index fd8d6d3e17..9da91ce41a 100644 --- a/packages/loader/src/shared.ts +++ b/packages/loader/src/shared.ts @@ -21,7 +21,7 @@ declare module '@koishijs/core' { } interface EnvData { - message: StartMessage + message?: StartMessage } } diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 29aa925541..43752dae7a 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.6.1", + "version": "3.6.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { - "@satorijs/adapter-discord": "^3.6.1" + "@satorijs/adapter-discord": "^3.6.2" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index caca879f1a..2bd8ed0f48 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-kook": "^3.8.2" diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 7c98afd359..3c38a2a7b8 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-lark": "^2.0.2" diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index 7602442c94..9ec857c899 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-mail": "^1.0.5" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 9080e6b7ad..45873eda4d 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-onebot": "^5.7.1" diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index ed310bfcd6..5ae0405f15 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-qqguild": "^3.5.1" diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 340f5c81ba..fa85d4e502 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@satorijs/adapter-telegram": "^3.7.8" diff --git a/plugins/common/admin/package.json b/plugins/common/admin/package.json index 5a6a3cdf17..c50a1494ef 100644 --- a/plugins/common/admin/package.json +++ b/plugins/common/admin/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 5d1e74b823..bddf43466b 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index e4914df11b..3097726f82 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index b6cc899eac..87db445f9a 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 61c9ef1306..f6539c2929 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index eec5a12239..d76bba88a8 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index ad52955b08..74e7d5c629 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/common/rate-limit/package.json b/plugins/common/rate-limit/package.json index 06da076db0..16a3e15532 100644 --- a/plugins/common/rate-limit/package.json +++ b/plugins/common/rate-limit/package.json @@ -44,13 +44,13 @@ ] }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-admin": "^1.3.0", "@koishijs/plugin-help": "^2.2.3", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.2" + "koishi": "^4.13.3" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 14d3f715c3..5ff30ad034 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 111ef43b3b..1a6f907831 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@minatojs/driver-mongo": "^2.5.1" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 41e7bfb18d..71e57b1237 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@minatojs/driver-mysql": "^2.4.5" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index b5dfbf7663..d924a34e12 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@minatojs/driver-sqlite": "^3.5.3" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 89d07f0999..fcf996e2f7 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.17.19", - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "dependencies": { "@babel/code-frame": "^7.21.4", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index e9ceb2b9a1..284255c294 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" }, "devDependencies": { - "koishi": "^4.13.2" + "koishi": "^4.13.3" } }