From e129f3745025c9d9c1e229f20bebe9e94929d56f Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 7 May 2023 01:04:24 +0800 Subject: [PATCH] chore: bump versions --- .github/workflows/build.yml | 2 +- package.json | 2 +- packages/core/package.json | 4 ++-- packages/koishi/package.json | 8 ++++---- packages/loader/package.json | 6 +++--- plugins/adapter/discord/package.json | 4 ++-- plugins/adapter/kook/package.json | 4 ++-- plugins/adapter/lark/package.json | 4 ++-- plugins/adapter/mail/package.json | 9 ++++----- 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 | 6 +++--- plugins/mock/package.json | 4 ++-- 26 files changed, 56 insertions(+), 57 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 064e9bb99b..1857435285 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: node-version: 16 - id: cache name: Yarn Cache Dir - run: echo "::set-output name=value::$(yarn cache dir)" + run: echo "value=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Restore Lockfile uses: actions/cache@v2 with: diff --git a/package.json b/package.json index 16eb795e81..42d4401de1 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "yakumo-mocha": "^0.3.1", "yakumo-publish": "^0.3.4", "yakumo-publish-sync": "^0.3.2", - "yakumo-tsc": "^0.3.8", + "yakumo-tsc": "^0.3.9", "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 ae47f4aff6..13c124dc1b 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.12.7", + "version": "4.12.8", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -32,7 +32,7 @@ "dependencies": { "@koishijs/utils": "^7.0.2", "@minatojs/core": "^2.3.1", - "@satorijs/core": "^2.3.3", + "@satorijs/core": "^2.3.4", "cordis": "^2.7.4", "cosmokit": "^1.4.2", "fastest-levenshtein": "^1.0.16" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 9fa0c7505c..35133b3ca2 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.12.7", + "version": "4.12.8", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -46,10 +46,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.12.7", - "@koishijs/loader": "3.1.7", + "@koishijs/core": "4.12.8", + "@koishijs/loader": "3.1.8", "@koishijs/utils": "^7.0.2", - "@satorijs/satori": "^2.3.3", + "@satorijs/satori": "^2.3.4", "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 f83eddd02b..6700bf276b 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.1.7", + "version": "3.1.8", "main": "lib/index.js", "module": "lib/shared.mjs", "typings": "lib/index.d.ts", @@ -38,10 +38,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.12.7" + "@koishijs/core": "4.12.8" }, "devDependencies": { - "@koishijs/core": "4.12.7", + "@koishijs/core": "4.12.8", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index e4c4c83eb8..1dd762ce59 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-discord": "^3.6.0" diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index 8dcebea84d..379d22124f 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-kook": "^3.8.1" diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 85abe7345f..f098473cee 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-lark": "^2.0.2" diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index e559dfc5ec..bae641146e 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.0.1", + "version": "1.0.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -32,7 +32,6 @@ "koishi" ], "koishi": { - "browser": true, "description": { "en": "Mail Adapter", "zh": "邮件适配器" @@ -44,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { - "@satorijs/adapter-mail": "^1.0.1" + "@satorijs/adapter-mail": "^1.0.3" } } diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 7710bb5052..1c6bc29e8a 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-onebot": "^5.6.7" diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 4050853b7c..1163edcd07 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-qqguild": "^3.5.1" diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 532a262a06..07cb969c1f 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@satorijs/adapter-telegram": "^3.7.7" diff --git a/plugins/common/admin/package.json b/plugins/common/admin/package.json index 73acefe807..de4354ea0b 100644 --- a/plugins/common/admin/package.json +++ b/plugins/common/admin/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index b3d9874cd3..114015330d 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 3224cc1259..b81e6b2518 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 7407589220..b3d0cdda56 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 3dd46213bc..e1d14d63ec 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 682ec5355b..f966284d0d 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index d54c0525f5..cde63a4b3a 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/common/rate-limit/package.json b/plugins/common/rate-limit/package.json index 4521b94566..7f27127398 100644 --- a/plugins/common/rate-limit/package.json +++ b/plugins/common/rate-limit/package.json @@ -44,13 +44,13 @@ ] }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-admin": "^1.2.1", "@koishijs/plugin-help": "^2.2.2", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.12.7" + "koishi": "^4.12.8" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index b43610deda..7e279be8f6 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 9b33c55dcc..294b651aef 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@minatojs/driver-mongo": "^2.5.1" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index b116e7be91..861fa1d658 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@minatojs/driver-mysql": "^2.4.4" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index bef9b9877d..245fee12c0 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@minatojs/driver-sqlite": "^3.4.3" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index c39d2f3ac3..ffffc696da 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-hmr", "description": "Hot Module Replacement Plugin for Koishi", - "version": "1.1.2", + "version": "1.2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.17.18", - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "dependencies": { "@babel/code-frame": "^7.21.4", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index c90ece2330..39b9e31e5b 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" }, "devDependencies": { - "koishi": "^4.12.7" + "koishi": "^4.12.8" } }