From f8680d9b6d4edfcb89dd81253a0da35f35c2db2e Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 31 Jul 2022 01:25:25 +0800 Subject: [PATCH] chore: bump versions --- .mocharc.js | 2 +- package.json | 4 ++-- packages/cli/package.json | 4 ++-- packages/core/package.json | 2 +- packages/helpers/package.json | 2 +- packages/koishi/package.json | 4 ++-- packages/utils/package.json | 2 +- plugins/a11y/admin/package.json | 2 +- plugins/a11y/bind/package.json | 2 +- plugins/a11y/callme/package.json | 2 +- plugins/a11y/locales/package.json | 2 +- plugins/a11y/rate-limit/package.json | 2 +- plugins/a11y/schedule/package.json | 2 +- plugins/a11y/sudo/package.json | 2 +- plugins/a11y/suggest/package.json | 2 +- plugins/a11y/switch/package.json | 2 +- plugins/a11y/verifier/package.json | 2 +- plugins/adapter/discord/package.json | 6 +++--- plugins/adapter/kook/package.json | 6 +++--- plugins/adapter/onebot/package.json | 6 +++--- plugins/adapter/qqguild/package.json | 6 +++--- plugins/adapter/telegram/package.json | 6 +++--- plugins/assets/git/package.json | 2 +- plugins/assets/local/package.json | 4 ++-- plugins/assets/remote/package.json | 4 ++-- plugins/assets/s3/package.json | 4 ++-- plugins/common/broadcast/package.json | 2 +- plugins/common/echo/package.json | 2 +- plugins/common/feedback/package.json | 2 +- plugins/common/forward/package.json | 2 +- plugins/common/help/package.json | 2 +- plugins/common/recall/package.json | 2 +- plugins/common/repeater/package.json | 2 +- plugins/common/respondent/package.json | 2 +- plugins/database/level/package.json | 2 +- plugins/database/memory/package.json | 2 +- plugins/database/mongo/package.json | 2 +- plugins/database/mysql/package.json | 2 +- plugins/database/sqlite/package.json | 2 +- plugins/mock/package.json | 2 +- plugins/puppeteer/package.json | 2 +- 41 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.mocharc.js b/.mocharc.js index d788c3eb01..a96d66e820 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -20,7 +20,7 @@ const specs = [ 'plugins/common/respondent/tests/*.spec.ts', ] -const folders = ['a11y', 'common', 'frontend'] +const folders = ['a11y', 'common'] const libraries = {} diff --git a/package.json b/package.json index fcb98af6ff..0ecad9c105 100644 --- a/package.json +++ b/package.json @@ -87,12 +87,12 @@ "shx": "^0.3.4", "source-map-support": "^0.5.21", "typescript": "^4.7.2", - "yakumo": "^0.2.8", + "yakumo": "^0.2.9", "yakumo-mocha": "^0.2.6", "yakumo-publish": "^0.2.5", "yakumo-tsc": "^0.2.5", "yakumo-upgrade": "^0.2.3", - "yakumo-version": "^0.2.5", + "yakumo-version": "^0.2.6", "yml-register": "^1.0.0" }, "yakumo": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 7391d95048..fe89b750a1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/cli", "description": "CLI for Koishi", - "version": "4.8.2", + "version": "4.8.3", "main": "lib/worker/index.js", "typings": "lib/worker/index.d.ts", "engines": { @@ -32,7 +32,7 @@ "daemon" ], "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@types/prompts": "^2.4.0", diff --git a/packages/core/package.json b/packages/core/package.json index fa9faf3c44..4588085734 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.8.2", + "version": "4.8.3", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index f9bc133cb0..d6fcb94bd1 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -28,7 +28,7 @@ "command" ], "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index a26114883c..df36bc6c57 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.8.2", + "version": "4.8.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { @@ -34,7 +34,7 @@ "@types/parseurl": "^1.3.1" }, "dependencies": { - "@koishijs/core": "^4.8.2", + "@koishijs/core": "^4.8.3", "@koishijs/utils": "^6.0.0", "@satorijs/satori": "^1.0.6", "file-type": "^16.5.3", diff --git a/packages/utils/package.json b/packages/utils/package.json index d556127b09..a7f464abdb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -32,6 +32,6 @@ "dependencies": { "cosmokit": "^1.2.1", "reggol": "^1.0.3", - "schemastery": "^3.4.3" + "schemastery": "^3.5.0" } } diff --git a/plugins/a11y/admin/package.json b/plugins/a11y/admin/package.json index a8502e9ef0..00d8538458 100644 --- a/plugins/a11y/admin/package.json +++ b/plugins/a11y/admin/package.json @@ -44,7 +44,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index e38ff2b5e9..262a70637c 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -44,7 +44,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index 1fc230c757..f9c3112f8c 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -43,7 +43,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/a11y/locales/package.json b/plugins/a11y/locales/package.json index 02bb2c9b23..fe9246103b 100644 --- a/plugins/a11y/locales/package.json +++ b/plugins/a11y/locales/package.json @@ -36,7 +36,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0", diff --git a/plugins/a11y/rate-limit/package.json b/plugins/a11y/rate-limit/package.json index 006e0c1560..a212303a17 100644 --- a/plugins/a11y/rate-limit/package.json +++ b/plugins/a11y/rate-limit/package.json @@ -43,7 +43,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-help": "^1.1.0", diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index c5753c078b..3b6a174632 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -45,6 +45,6 @@ "@koishijs/plugin-mock": "^2.0.0" }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" } } diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index 4e593df5b7..b5bb80369e 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -43,7 +43,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/a11y/suggest/package.json b/plugins/a11y/suggest/package.json index bcf87a9610..67d17eec7a 100644 --- a/plugins/a11y/suggest/package.json +++ b/plugins/a11y/suggest/package.json @@ -42,7 +42,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index 94a58929a1..4c03b65a9b 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -44,7 +44,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/a11y/verifier/package.json b/plugins/a11y/verifier/package.json index 1ba3abc286..2544e9ff06 100644 --- a/plugins/a11y/verifier/package.json +++ b/plugins/a11y/verifier/package.json @@ -35,7 +35,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 51e51e9a98..787426ada5 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.0.2", + "version": "3.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -36,9 +36,9 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { - "@satorijs/adapter-discord": "^3.0.2" + "@satorijs/adapter-discord": "^3.0.3" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index 8caeb25a2a..5578e97975 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.0.5", + "version": "3.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,9 +37,9 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { - "@satorijs/adapter-kook": "^3.0.5" + "@satorijs/adapter-kook": "^3.1.0" } } diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 30b6027616..d00ca3af7f 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.0.6", + "version": "5.0.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { - "@satorijs/adapter-onebot": "^5.0.6" + "@satorijs/adapter-onebot": "^5.0.7" } } diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index bcfa316b25..4465a6dedb 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.0.2", + "version": "3.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -36,9 +36,9 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { - "@satorijs/adapter-qqguild": "^3.0.2" + "@satorijs/adapter-qqguild": "^3.0.3" } } diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 48e8140894..e51b386104 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.1.1", + "version": "3.1.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -36,9 +36,9 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { - "@satorijs/adapter-telegram": "^3.1.1" + "@satorijs/adapter-telegram": "^3.1.3" } } diff --git a/plugins/assets/git/package.json b/plugins/assets/git/package.json index 1dec102fe5..3dfb5a261b 100644 --- a/plugins/assets/git/package.json +++ b/plugins/assets/git/package.json @@ -43,7 +43,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "simple-git": "^3.7.1" diff --git a/plugins/assets/local/package.json b/plugins/assets/local/package.json index 53eafe85e9..06fdf4eba9 100644 --- a/plugins/assets/local/package.json +++ b/plugins/assets/local/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-assets-local", "description": "A classic assets provider for Koishi", - "version": "2.0.6", + "version": "2.0.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -38,7 +38,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "file-type": "^16.5.3" diff --git a/plugins/assets/remote/package.json b/plugins/assets/remote/package.json index 480731e711..62bb73e405 100644 --- a/plugins/assets/remote/package.json +++ b/plugins/assets/remote/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-assets-remote", "description": "A classic assets provider for Koishi", - "version": "2.0.4", + "version": "2.0.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -38,6 +38,6 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" } } diff --git a/plugins/assets/s3/package.json b/plugins/assets/s3/package.json index 9d01d9ba41..af9b8c1df2 100644 --- a/plugins/assets/s3/package.json +++ b/plugins/assets/s3/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-assets-s3", "description": "Assets provider based on s3 for Koishi", - "version": "1.0.6", + "version": "1.0.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -42,7 +42,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@aws-sdk/client-s3": "^3.95.0" diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 4fc532b9ad..bdafa49dd5 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -43,7 +43,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 13bfda0db2..0346ba235c 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -38,7 +38,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/common/feedback/package.json b/plugins/common/feedback/package.json index 3f4aade1ae..c5d4f50be4 100644 --- a/plugins/common/feedback/package.json +++ b/plugins/common/feedback/package.json @@ -39,7 +39,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index dd813c4743..55c060095a 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -44,7 +44,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index befd011b65..482aecfd64 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -42,7 +42,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.4.1", diff --git a/plugins/common/recall/package.json b/plugins/common/recall/package.json index e9094817af..497a2a7b25 100644 --- a/plugins/common/recall/package.json +++ b/plugins/common/recall/package.json @@ -38,7 +38,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/common/repeater/package.json b/plugins/common/repeater/package.json index 3bbf8ea1e5..3717c551f2 100644 --- a/plugins/common/repeater/package.json +++ b/plugins/common/repeater/package.json @@ -38,7 +38,7 @@ ] }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/common/respondent/package.json b/plugins/common/respondent/package.json index 19cfc87d76..2a56bcf1d8 100644 --- a/plugins/common/respondent/package.json +++ b/plugins/common/respondent/package.json @@ -34,7 +34,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "devDependencies": { "@koishijs/plugin-mock": "^2.0.0" diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index 056233487d..ef87f73240 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -41,7 +41,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@minatojs/driver-level": "^1.1.1" diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 9e7b41e336..cce0f13245 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -40,7 +40,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@minatojs/driver-memory": "^1.1.1" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 8745850df5..30b8762e03 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -41,7 +41,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@minatojs/driver-mongo": "^1.2.1" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 83ce3ecd72..c4433123eb 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -40,7 +40,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@minatojs/driver-mysql": "^1.2.1" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index a8614ea646..7f3d36b7f7 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -41,7 +41,7 @@ } }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "@minatojs/driver-sqlite": "^1.2.3" diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 62f0b78829..5f984bc653 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -35,6 +35,6 @@ "hidden": true }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" } } diff --git a/plugins/puppeteer/package.json b/plugins/puppeteer/package.json index 00c6f61dfc..48eaea2b30 100644 --- a/plugins/puppeteer/package.json +++ b/plugins/puppeteer/package.json @@ -40,7 +40,7 @@ "@types/pngjs": "^6.0.1" }, "peerDependencies": { - "koishi": "^4.8.2" + "koishi": "^4.8.3" }, "dependencies": { "chrome-finder": "^1.0.7",