From 837fa638d7136419b960525dae5f20f38d9a5cd2 Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Wed, 19 Jan 2022 02:55:34 +0800 Subject: [PATCH] chore: bump versions --- packages/cli/package.json | 4 ++-- packages/core/package.json | 2 +- packages/create/template/package.json | 8 ++++---- packages/helpers/package.json | 2 +- packages/koishi/package.json | 4 ++-- packages/ui-core/package.json | 2 +- packages/ui-playground/package.json | 2 +- plugins/a11y/admin/package.json | 2 +- plugins/a11y/bind/package.json | 2 +- plugins/a11y/callme/package.json | 2 +- plugins/a11y/rate-limit/package.json | 4 ++-- plugins/a11y/schedule/package.json | 4 ++-- plugins/a11y/sudo/package.json | 2 +- plugins/a11y/switch/package.json | 2 +- plugins/a11y/verifier/package.json | 2 +- plugins/adapter/discord/package.json | 2 +- plugins/adapter/kaiheila/package.json | 2 +- plugins/adapter/onebot/package.json | 2 +- plugins/adapter/qqguild/package.json | 2 +- plugins/adapter/telegram/package.json | 2 +- plugins/assets/git/package.json | 2 +- plugins/assets/local/package.json | 2 +- plugins/assets/remote/package.json | 2 +- plugins/assets/s3/package.json | 2 +- plugins/cache/lru/package.json | 2 +- plugins/cache/redis/package.json | 2 +- 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/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 | 4 ++-- plugins/database/mysql/package.json | 2 +- plugins/database/orm-utils/package.json | 2 +- plugins/database/sql-utils/package.json | 2 +- plugins/database/sqlite/package.json | 2 +- plugins/database/tests/package.json | 2 +- plugins/eval/package.json | 2 +- plugins/frontend/builder/package.json | 3 +-- plugins/frontend/chat/package.json | 2 +- plugins/frontend/commands/package.json | 5 +++-- plugins/frontend/console/package.json | 2 +- plugins/frontend/manager/package.json | 6 +++--- plugins/frontend/status/package.json | 6 +++--- plugins/github/package.json | 4 ++-- plugins/mock/package.json | 2 +- plugins/puppeteer/package.json | 2 +- plugins/teach/package.json | 4 ++-- 52 files changed, 68 insertions(+), 68 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index b90cf34d65..5f37e11a60 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/cli", "description": "CLI for Koishi", - "version": "4.0.0", + "version": "4.0.1", "main": "index.js", "typings": "index.d.ts", "engines": { @@ -42,7 +42,7 @@ "chokidar": "^3.5.2", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "koishi": "^4.0.0", + "koishi": "^4.0.1", "prompts": "^2.4.2" } } diff --git a/packages/core/package.json b/packages/core/package.json index 97716f53b3..ec5f665bd0 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.0.0", + "version": "4.0.1", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", diff --git a/packages/create/template/package.json b/packages/create/template/package.json index 3617f662e0..fd001cb63b 100644 --- a/packages/create/template/package.json +++ b/packages/create/template/package.json @@ -12,13 +12,13 @@ "typescript": "^4.4.4" }, "dependencies": { - "@koishijs/cli": "^4.0.0", + "@koishijs/cli": "^4.0.1", "@koishijs/plugin-adapter-discord": "^2.0.0", "@koishijs/plugin-adapter-onebot": "^4.0.0", "@koishijs/plugin-adapter-telegram": "^2.0.0", "@koishijs/plugin-console": "^1.0.0", - "@koishijs/plugin-manager": "^1.0.0", - "@koishijs/plugin-status": "^5.0.0", - "koishi": "^4.0.0" + "@koishijs/plugin-manager": "^1.0.1", + "@koishijs/plugin-status": "^5.0.1", + "koishi": "^4.0.1" } } diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 02b977738a..2240d5248a 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -30,7 +30,7 @@ "command" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index e8dac7a7f0..069dda4afa 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "A QQ bot framework based on CQHTTP", - "version": "4.0.0", + "version": "4.0.1", "main": "lib/index.js", "typings": "lib/node.d.ts", "engines": { @@ -33,7 +33,7 @@ }, "dependencies": { "@koa/router": "^10.1.1", - "@koishijs/core": "^4.0.0", + "@koishijs/core": "^4.0.1", "@koishijs/utils": "^5.0.0", "@types/koa": "*", "@types/koa__router": "*", diff --git a/packages/ui-core/package.json b/packages/ui-core/package.json index ad097c94d8..999fe57b51 100644 --- a/packages/ui-core/package.json +++ b/packages/ui-core/package.json @@ -21,6 +21,6 @@ "vue": "^3.2.21" }, "dependencies": { - "@koishijs/core": "^4.0.0" + "@koishijs/core": "^4.0.1" } } diff --git a/packages/ui-playground/package.json b/packages/ui-playground/package.json index 9795aafb42..7e13194e20 100644 --- a/packages/ui-playground/package.json +++ b/packages/ui-playground/package.json @@ -21,7 +21,7 @@ "vue": "^3.2.21" }, "dependencies": { - "@koishijs/core": "^4.0.0", + "@koishijs/core": "^4.0.1", "@vueuse/core": "^7.5.3", "monaco-editor": "^0.31.1" } diff --git a/plugins/a11y/admin/package.json b/plugins/a11y/admin/package.json index b12fc3ae66..b69637d341 100644 --- a/plugins/a11y/admin/package.json +++ b/plugins/a11y/admin/package.json @@ -32,7 +32,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index 63c537f363..81c4afeed4 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -31,7 +31,7 @@ "bind" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index 6625afcdeb..5f941df679 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -31,7 +31,7 @@ "callme" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", diff --git a/plugins/a11y/rate-limit/package.json b/plugins/a11y/rate-limit/package.json index 8fcbdd89ac..a95d351237 100644 --- a/plugins/a11y/rate-limit/package.json +++ b/plugins/a11y/rate-limit/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-rate-limit", "description": "Set rate limits for commands in Koishi", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -31,7 +31,7 @@ "rate-limit" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index f469268cd7..597acf3b63 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-schedule", "description": "Create scheduled tasks for Koishi", - "version": "4.0.0", + "version": "4.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -34,6 +34,6 @@ "@koishijs/plugin-mock": "^1.0.0" }, "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" } } diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index e44d9a895d..18a1c35736 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -31,7 +31,7 @@ "sudo" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index 096d14651c..729bbfc678 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -33,7 +33,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", diff --git a/plugins/a11y/verifier/package.json b/plugins/a11y/verifier/package.json index 18b5220ff1..b64b7770d6 100644 --- a/plugins/a11y/verifier/package.json +++ b/plugins/a11y/verifier/package.json @@ -31,7 +31,7 @@ "verifier" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index c4874b581e..c4cc6edc41 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -28,7 +28,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0", diff --git a/plugins/adapter/kaiheila/package.json b/plugins/adapter/kaiheila/package.json index 507640b9ce..c483d22bdb 100644 --- a/plugins/adapter/kaiheila/package.json +++ b/plugins/adapter/kaiheila/package.json @@ -24,7 +24,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index e3feeb41b5..444a0d8dc6 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -27,7 +27,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0", diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index f982dd9e4d..c1b8cc329e 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -28,7 +28,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@qq-guild-sdk/core": "^1.1.4", diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 73f21e8fd7..a0d9654d9b 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -28,7 +28,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@types/es-aggregate-error": "^1.0.2", diff --git a/plugins/assets/git/package.json b/plugins/assets/git/package.json index 76c3ed0cec..82334ff7fe 100644 --- a/plugins/assets/git/package.json +++ b/plugins/assets/git/package.json @@ -33,7 +33,7 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "simple-git": "^2.48.0" diff --git a/plugins/assets/local/package.json b/plugins/assets/local/package.json index a873df138b..b4bf1beaf2 100644 --- a/plugins/assets/local/package.json +++ b/plugins/assets/local/package.json @@ -30,6 +30,6 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" } } diff --git a/plugins/assets/remote/package.json b/plugins/assets/remote/package.json index 86d0d93a2e..763c8deb18 100644 --- a/plugins/assets/remote/package.json +++ b/plugins/assets/remote/package.json @@ -30,6 +30,6 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" } } diff --git a/plugins/assets/s3/package.json b/plugins/assets/s3/package.json index 350d4e4698..00fadb4dcb 100644 --- a/plugins/assets/s3/package.json +++ b/plugins/assets/s3/package.json @@ -34,7 +34,7 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@aws-sdk/client-s3": "^3.47.0" diff --git a/plugins/cache/lru/package.json b/plugins/cache/lru/package.json index 72dea7d111..0f6203cfe5 100644 --- a/plugins/cache/lru/package.json +++ b/plugins/cache/lru/package.json @@ -31,7 +31,7 @@ "lru" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "lru-cache": "^6.0.0" diff --git a/plugins/cache/redis/package.json b/plugins/cache/redis/package.json index 1eae87a9e7..6965b2072c 100644 --- a/plugins/cache/redis/package.json +++ b/plugins/cache/redis/package.json @@ -35,7 +35,7 @@ "lru" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "generic-pool": "^3.8.2", diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index ef621dc0e6..e9eb6a6264 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -31,7 +31,7 @@ "broadcast" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 58d361e85e..af4162468c 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -31,7 +31,7 @@ "echo" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/common/feedback/package.json b/plugins/common/feedback/package.json index e4f54c09e6..74169051e3 100644 --- a/plugins/common/feedback/package.json +++ b/plugins/common/feedback/package.json @@ -31,7 +31,7 @@ "feedback" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index 20aba36409..a91581dbb8 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -33,7 +33,7 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/common/recall/package.json b/plugins/common/recall/package.json index ad539a07e1..f187bc3ffe 100644 --- a/plugins/common/recall/package.json +++ b/plugins/common/recall/package.json @@ -31,7 +31,7 @@ "recall" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/common/repeater/package.json b/plugins/common/repeater/package.json index 1dd78c728c..77c9294078 100644 --- a/plugins/common/repeater/package.json +++ b/plugins/common/repeater/package.json @@ -31,7 +31,7 @@ "repeater" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/common/respondent/package.json b/plugins/common/respondent/package.json index a11b376ef6..299e550723 100644 --- a/plugins/common/respondent/package.json +++ b/plugins/common/respondent/package.json @@ -31,7 +31,7 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0" diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index 87efdc5161..f1deadf0a6 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -31,7 +31,7 @@ "leveldb" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 372ef77e52..af44eca7c6 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -30,7 +30,7 @@ "server" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 11f9a5c3e1..3c8247d998 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mongo", "description": "MongoDB support for Koishi", - "version": "3.0.0", + "version": "3.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -36,7 +36,7 @@ "@koishijs/plugin-mock": "^1.0.0" }, "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index b35abcda07..c0c07a568d 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -35,7 +35,7 @@ "@koishijs/plugin-mock": "^1.0.0" }, "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", diff --git a/plugins/database/orm-utils/package.json b/plugins/database/orm-utils/package.json index 8ab49eff32..c4149d3a22 100644 --- a/plugins/database/orm-utils/package.json +++ b/plugins/database/orm-utils/package.json @@ -31,6 +31,6 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" } } diff --git a/plugins/database/sql-utils/package.json b/plugins/database/sql-utils/package.json index 7f8a82eaae..40690e8677 100644 --- a/plugins/database/sql-utils/package.json +++ b/plugins/database/sql-utils/package.json @@ -31,7 +31,7 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": {}, "dependencies": {} diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 1440f65107..ccd2debbb9 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -32,7 +32,7 @@ "sqlite" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", diff --git a/plugins/database/tests/package.json b/plugins/database/tests/package.json index b57141756c..49e7ec96cd 100644 --- a/plugins/database/tests/package.json +++ b/plugins/database/tests/package.json @@ -39,7 +39,7 @@ }, "peerDependencies": { "@koishijs/plugin-mock": "^1.0.0", - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "chai": "^4.3.4", diff --git a/plugins/eval/package.json b/plugins/eval/package.json index bf0d82b73b..68da921408 100644 --- a/plugins/eval/package.json +++ b/plugins/eval/package.json @@ -33,7 +33,7 @@ "code" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "optionalDependencies": { "@babel/core": "^7.16.7", diff --git a/plugins/frontend/builder/package.json b/plugins/frontend/builder/package.json index 4a57ec732d..72b7abb8c3 100644 --- a/plugins/frontend/builder/package.json +++ b/plugins/frontend/builder/package.json @@ -5,8 +5,7 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ - "lib", - "dist" + "lib" ], "author": "Shigma ", "license": "MIT", diff --git a/plugins/frontend/chat/package.json b/plugins/frontend/chat/package.json index 1756cf66f6..07be20ee16 100644 --- a/plugins/frontend/chat/package.json +++ b/plugins/frontend/chat/package.json @@ -30,7 +30,7 @@ "server" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-console": "^1.0.0" diff --git a/plugins/frontend/commands/package.json b/plugins/frontend/commands/package.json index ae5cec8afe..0c8369a012 100644 --- a/plugins/frontend/commands/package.json +++ b/plugins/frontend/commands/package.json @@ -5,7 +5,8 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ - "lib" + "lib", + "dist" ], "author": "Shigma ", "license": "MIT", @@ -32,7 +33,7 @@ ], "peerDependencies": { "@koishijs/plugin-console": "^1.0.0", - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.0", diff --git a/plugins/frontend/console/package.json b/plugins/frontend/console/package.json index f047eb069b..8381136935 100644 --- a/plugins/frontend/console/package.json +++ b/plugins/frontend/console/package.json @@ -30,7 +30,7 @@ "webui" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/plugins/frontend/manager/package.json b/plugins/frontend/manager/package.json index dce1298491..4600c66a57 100644 --- a/plugins/frontend/manager/package.json +++ b/plugins/frontend/manager/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-manager", "description": "Manage your bots and plugins with console", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,10 +32,10 @@ "server" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { - "@koishijs/cli": "^4.0.0", + "@koishijs/cli": "^4.0.1", "@koishijs/plugin-console": "^1.0.0", "@octokit/openapi-types": "^11.2.0", "@types/cross-spawn": "^6.0.2", diff --git a/plugins/frontend/status/package.json b/plugins/frontend/status/package.json index 80f7c3152f..146754b213 100644 --- a/plugins/frontend/status/package.json +++ b/plugins/frontend/status/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-status", "description": "Status view for Koishi", - "version": "5.0.0", + "version": "5.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,10 +30,10 @@ "server" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { - "@koishijs/cli": "^4.0.0", + "@koishijs/cli": "^4.0.1", "@koishijs/plugin-console": "^1.0.0", "ansi_up": "^5.1.0" }, diff --git a/plugins/github/package.json b/plugins/github/package.json index 7adf3993d3..90a573beed 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-github", "description": "GitHub toolkit for Koishi", - "version": "4.0.0", + "version": "4.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,7 +37,7 @@ "@koishijs/plugin-mock": "^1.0.0" }, "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "@octokit/webhooks-types": "^5.2.0", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index dd4c4fa055..39e676543d 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -34,6 +34,6 @@ "mock" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" } } diff --git a/plugins/puppeteer/package.json b/plugins/puppeteer/package.json index 3180021c37..b4ad370e64 100644 --- a/plugins/puppeteer/package.json +++ b/plugins/puppeteer/package.json @@ -32,7 +32,7 @@ "@types/pngjs": "^6.0.1" }, "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "dependencies": { "chrome-finder": "^1.0.7", diff --git a/plugins/teach/package.json b/plugins/teach/package.json index 187747561c..428981b58c 100644 --- a/plugins/teach/package.json +++ b/plugins/teach/package.json @@ -36,12 +36,12 @@ "optional:assets" ], "peerDependencies": { - "koishi": "^4.0.0" + "koishi": "^4.0.1" }, "devDependencies": { "@koishijs/plugin-console": "^1.0.0", "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-status": "^5.0.0", + "@koishijs/plugin-status": "^5.0.1", "@koishijs/plugin-mock": "^1.0.0" }, "dependencies": {