diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 1d006d1e6e..5daea3d527 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,6 @@ name: Feature Request description: 提交功能请求 -title: "Feature Request: " +title: "Feature: " labels: - feature body: diff --git a/.github/workflows/backlog.yml b/.github/workflows/backlog.yml index 8aad8c7348..cc2c504ad7 100644 --- a/.github/workflows/backlog.yml +++ b/.github/workflows/backlog.yml @@ -1,4 +1,4 @@ -name: Milestone Issue Backlog +name: Backlog on: issues: diff --git a/packages/cli/package.json b/packages/cli/package.json index 058310e48f..0f7b520d5b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/cli", "description": "CLI for Koishi", - "version": "4.7.0", + "version": "4.7.1", "typings": "index.d.ts", "engines": { "node": ">=12.0.0" @@ -32,7 +32,7 @@ "daemon" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@types/prompts": "^2.4.0", diff --git a/packages/core/package.json b/packages/core/package.json index 96dcbd07c5..d6d188fa2c 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.7.0", + "version": "4.7.1", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", @@ -35,7 +35,7 @@ "chai-shape": "^1.0.0" }, "dependencies": { - "@koishijs/utils": "^5.4.4", + "@koishijs/utils": "^5.4.5", "cordis": "^1.1.1", "fastest-levenshtein": "^1.0.12", "minato": "^1.1.0" diff --git a/packages/helpers/package.json b/packages/helpers/package.json index a2df85a9ef..2a2c0d4dc0 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/helpers", "description": "Helper functions for Koishi", - "version": "1.2.1", + "version": "1.2.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -28,7 +28,7 @@ "command" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 676dad8bcd..78d682bd3d 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.7.0", + "version": "4.7.1", "main": "lib/index.js", "typings": "lib/node.d.ts", "engines": { @@ -35,10 +35,10 @@ }, "dependencies": { "@koa/router": "^10.1.1", - "@koishijs/core": "^4.7.0", + "@koishijs/core": "^4.7.1", "@koishijs/plugin-suggest": "^1.0.0", "@koishijs/plugin-help": "^1.0.0", - "@koishijs/utils": "^5.4.4", + "@koishijs/utils": "^5.4.5", "@types/koa": "*", "@types/koa__router": "*", "@types/ws": "^8.5.3", diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 8e46b095cf..0c8ef7a9ee 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -31,7 +31,7 @@ "koishi" ], "peerDependencies": { - "@koishijs/client": "^3.3.1" + "@koishijs/client": "^3.3.2" }, "devDependencies": { "@types/cross-spawn": "^6.0.2", diff --git a/packages/ui-core/package.json b/packages/ui-core/package.json index 19e3730a28..f00d436822 100644 --- a/packages/ui-core/package.json +++ b/packages/ui-core/package.json @@ -21,6 +21,6 @@ "vue": "^3.2.33" }, "dependencies": { - "@koishijs/core": "^4.7.0" + "@koishijs/core": "^4.7.1" } } \ No newline at end of file diff --git a/packages/ui-playground/package.json b/packages/ui-playground/package.json index c18815c609..ac95f77681 100644 --- a/packages/ui-playground/package.json +++ b/packages/ui-playground/package.json @@ -21,7 +21,7 @@ "vue": "^3.2.33" }, "dependencies": { - "@koishijs/core": "^4.7.0", + "@koishijs/core": "^4.7.1", "@vueuse/core": "^7.7.1", "monaco-editor": "^0.31.1" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 81fa3f4e26..6709c8bd23 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/utils", "description": "Utilities for Koishi", - "version": "5.4.4", + "version": "5.4.5", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", diff --git a/plugins/a11y/admin/package.json b/plugins/a11y/admin/package.json index 0f58ef86f4..b437b79cbf 100644 --- a/plugins/a11y/admin/package.json +++ b/plugins/a11y/admin/package.json @@ -32,12 +32,12 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index 359c3225fa..614bccb97c 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -32,7 +32,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index 0445ca7360..8e83f679b7 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -30,7 +30,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", diff --git a/plugins/a11y/commands/package.json b/plugins/a11y/commands/package.json index 2f7686d28c..ae86920703 100644 --- a/plugins/a11y/commands/package.json +++ b/plugins/a11y/commands/package.json @@ -30,11 +30,11 @@ "command" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/plugin-console": "^3.3.1", + "@koishijs/client": "^3.3.2", + "@koishijs/plugin-console": "^3.3.2", "@koishijs/plugin-mock": "^1.0.4", "@types/throttle-debounce": "^2.1.0" }, diff --git a/plugins/a11y/locales/package.json b/plugins/a11y/locales/package.json index 0494bcf36e..1373194f7a 100644 --- a/plugins/a11y/locales/package.json +++ b/plugins/a11y/locales/package.json @@ -30,11 +30,11 @@ "command" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/plugin-console": "^3.3.1", + "@koishijs/client": "^3.3.2", + "@koishijs/plugin-console": "^3.3.2", "@koishijs/plugin-mock": "^1.0.4", "@types/throttle-debounce": "^2.1.0" }, diff --git a/plugins/a11y/rate-limit/package.json b/plugins/a11y/rate-limit/package.json index 3bb6ff4f22..9e8368033f 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.1.3", + "version": "1.1.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -31,12 +31,12 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index b8a49c0c4a..16287907a0 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -33,6 +33,6 @@ "@koishijs/plugin-mock": "^1.0.4" }, "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" } } \ No newline at end of file diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index 0221d12177..a23f5ed954 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -31,13 +31,13 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/a11y/suggest/package.json b/plugins/a11y/suggest/package.json index fb1b0b04fe..20777ea515 100644 --- a/plugins/a11y/suggest/package.json +++ b/plugins/a11y/suggest/package.json @@ -30,7 +30,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index 62d30d850f..2e7ead6797 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-switch", "description": "Switch Plugin Contexts in Koishi", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -31,13 +31,13 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/a11y/verifier/package.json b/plugins/a11y/verifier/package.json index d26b71dee8..146bb02517 100644 --- a/plugins/a11y/verifier/package.json +++ b/plugins/a11y/verifier/package.json @@ -29,7 +29,7 @@ "verifier" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 2cf9ec5940..9efa7fc1aa 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": "2.1.0", + "version": "2.1.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,7 +30,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4", diff --git a/plugins/adapter/kaiheila/package.json b/plugins/adapter/kaiheila/package.json index 9de8269fce..dc6ba9a0cc 100644 --- a/plugins/adapter/kaiheila/package.json +++ b/plugins/adapter/kaiheila/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-kaiheila", "description": "Kaiheila Adapter for Koishi", - "version": "2.0.6", + "version": "2.0.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -26,7 +26,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 6696a57507..b0945e3dc3 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": "4.2.3", + "version": "4.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,7 +30,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4", diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 2fad4bf794..1e175e5d1d 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -30,7 +30,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@qq-guild-sdk/core": "^2.0.1", diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 597bf08eeb..193d33a3ba 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": "2.2.5", + "version": "2.2.6", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,7 +30,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@types/es-aggregate-error": "^1.0.2", diff --git a/plugins/assets/git/package.json b/plugins/assets/git/package.json index 2e3fe3a1d8..af487e5072 100644 --- a/plugins/assets/git/package.json +++ b/plugins/assets/git/package.json @@ -31,7 +31,7 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "simple-git": "^3.7.1" diff --git a/plugins/assets/local/package.json b/plugins/assets/local/package.json index 5ebfb85a9c..6374a0fe30 100644 --- a/plugins/assets/local/package.json +++ b/plugins/assets/local/package.json @@ -28,6 +28,6 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" } } \ No newline at end of file diff --git a/plugins/assets/remote/package.json b/plugins/assets/remote/package.json index 043b33715e..b86219ee47 100644 --- a/plugins/assets/remote/package.json +++ b/plugins/assets/remote/package.json @@ -28,6 +28,6 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" } } \ No newline at end of file diff --git a/plugins/assets/s3/package.json b/plugins/assets/s3/package.json index eea1fc839a..ea7fe59681 100644 --- a/plugins/assets/s3/package.json +++ b/plugins/assets/s3/package.json @@ -32,7 +32,7 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@aws-sdk/client-s3": "^3.82.0" diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 5ad51585f5..c1c40efcff 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -31,7 +31,7 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index aacb87a84f..159ab259d5 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -30,12 +30,12 @@ "locale:zh" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/common/feedback/package.json b/plugins/common/feedback/package.json index 86c8ba04f3..3fc24c0b6c 100644 --- a/plugins/common/feedback/package.json +++ b/plugins/common/feedback/package.json @@ -30,12 +30,12 @@ "locale:zh" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index c948d6d296..ee7e7c8fa2 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-forward", "description": "Forward plugin for Koishi", - "version": "2.1.1", + "version": "2.1.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,13 +32,13 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { - "@koishijs/helpers": "^1.2.1" + "@koishijs/helpers": "^1.2.2" } } \ No newline at end of file diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 319da176ef..5ace8b7e09 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -30,7 +30,7 @@ "locale:zh" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.3.0", diff --git a/plugins/common/recall/package.json b/plugins/common/recall/package.json index 583e6ce3ce..c33c3742c3 100644 --- a/plugins/common/recall/package.json +++ b/plugins/common/recall/package.json @@ -30,7 +30,7 @@ "locale:zh" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/plugins/common/repeater/package.json b/plugins/common/repeater/package.json index 8ebedca179..52720feaee 100644 --- a/plugins/common/repeater/package.json +++ b/plugins/common/repeater/package.json @@ -29,7 +29,7 @@ "repeater" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/plugins/common/respondent/package.json b/plugins/common/respondent/package.json index 9b457d92c6..037f4bdaef 100644 --- a/plugins/common/respondent/package.json +++ b/plugins/common/respondent/package.json @@ -29,7 +29,7 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.4" diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index 523e2c6c79..9c1ff0f7e6 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -30,7 +30,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@minatojs/driver-level": "^1.0.1" diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index dc506a0811..27746764cb 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -29,7 +29,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@minatojs/driver-memory": "^1.0.3" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index b805e29a83..b3cf8c3b67 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -31,7 +31,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@minatojs/driver-mongo": "^1.1.2" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 00f40c3edc..a1b5405d19 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -30,7 +30,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@minatojs/driver-mysql": "^1.1.0" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index f44a55af27..62333296de 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -31,7 +31,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "@minatojs/driver-sqlite": "^1.1.0" diff --git a/plugins/frontend/auth/package.json b/plugins/frontend/auth/package.json index 4807b8994e..a12573ef9e 100644 --- a/plugins/frontend/auth/package.json +++ b/plugins/frontend/auth/package.json @@ -35,10 +35,10 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1" + "@koishijs/client": "^3.3.2" } } \ No newline at end of file diff --git a/plugins/frontend/chat/package.json b/plugins/frontend/chat/package.json index e1850c6d8e..56d284c4e3 100644 --- a/plugins/frontend/chat/package.json +++ b/plugins/frontend/chat/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-chat", "description": "Display and respond to messages for Koishi", - "version": "2.0.0", + "version": "2.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -29,10 +29,10 @@ "optional:console" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/plugin-console": "^3.3.1" + "@koishijs/client": "^3.3.2", + "@koishijs/plugin-console": "^3.3.2" } } \ No newline at end of file diff --git a/plugins/frontend/client/package.json b/plugins/frontend/client/package.json index 24571fe489..6642e133f5 100644 --- a/plugins/frontend/client/package.json +++ b/plugins/frontend/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "3.3.1", + "version": "3.3.2", "main": "client/index.ts", "files": [ "app", diff --git a/plugins/frontend/console/package.json b/plugins/frontend/console/package.json index dd357ead8a..a89de281a3 100644 --- a/plugins/frontend/console/package.json +++ b/plugins/frontend/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-console", "description": "Web User Interface for Koishi", - "version": "3.3.1", + "version": "3.3.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -29,10 +29,10 @@ "impl:console" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", + "@koishijs/client": "^3.3.2", "@types/uuid": "^8.3.4" }, "dependencies": { diff --git a/plugins/frontend/dataview/package.json b/plugins/frontend/dataview/package.json index 33eeaa94a0..4a495458fe 100644 --- a/plugins/frontend/dataview/package.json +++ b/plugins/frontend/dataview/package.json @@ -32,10 +32,10 @@ "required:database" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1" + "@koishijs/client": "^3.3.2" } } \ No newline at end of file diff --git a/plugins/frontend/insight/package.json b/plugins/frontend/insight/package.json index 886fc78ab9..85e1b3cd58 100644 --- a/plugins/frontend/insight/package.json +++ b/plugins/frontend/insight/package.json @@ -31,11 +31,11 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", + "@koishijs/client": "^3.3.2", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { diff --git a/plugins/frontend/logger/package.json b/plugins/frontend/logger/package.json index d113e9c5a8..5265808734 100644 --- a/plugins/frontend/logger/package.json +++ b/plugins/frontend/logger/package.json @@ -31,12 +31,12 @@ "optional:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/cli": "^4.7.0", + "@koishijs/client": "^3.3.2", + "@koishijs/cli": "^4.7.1", "ansi_up": "^5.1.0" } } \ No newline at end of file diff --git a/plugins/frontend/manager/package.json b/plugins/frontend/manager/package.json index 5650595405..422b31e971 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.8.1", + "version": "1.8.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -31,12 +31,12 @@ "required:console" ], "peerDependencies": { - "@koishijs/cli": "^4.7.0", - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/cli": "^4.7.1", + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", + "@koishijs/client": "^3.3.2", "@types/cross-spawn": "^6.0.2", "@types/which-pm-runs": "^1.0.0" }, diff --git a/plugins/frontend/sandbox/package.json b/plugins/frontend/sandbox/package.json index ccc0752b31..3fb019bf63 100644 --- a/plugins/frontend/sandbox/package.json +++ b/plugins/frontend/sandbox/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-sandbox", "description": "Test Your Virtual Bot in Console", - "version": "1.1.2", + "version": "1.1.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -33,10 +33,10 @@ "mock" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/plugin-console": "^3.3.1" + "@koishijs/client": "^3.3.2", + "@koishijs/plugin-console": "^3.3.2" } } \ No newline at end of file diff --git a/plugins/frontend/status/package.json b/plugins/frontend/status/package.json index 9cb9451380..bab5e9cb32 100644 --- a/plugins/frontend/status/package.json +++ b/plugins/frontend/status/package.json @@ -29,12 +29,12 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.3.1", - "koishi": "^4.7.0" + "@koishijs/plugin-console": "^3.3.2", + "koishi": "^4.7.1" }, "devDependencies": { - "@koishijs/client": "^3.3.1", - "@koishijs/cli": "^4.7.0", + "@koishijs/client": "^3.3.2", + "@koishijs/cli": "^4.7.1", "echarts": "^5.3.2", "vue-echarts": "^6.0.2" } diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 94a87e9df0..c7ca9daf05 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -34,6 +34,6 @@ "impl:mock" ], "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" } } \ No newline at end of file diff --git a/plugins/puppeteer/package.json b/plugins/puppeteer/package.json index 8cf650acd3..022f225f9d 100644 --- a/plugins/puppeteer/package.json +++ b/plugins/puppeteer/package.json @@ -30,7 +30,7 @@ "@types/pngjs": "^6.0.1" }, "peerDependencies": { - "koishi": "^4.7.0" + "koishi": "^4.7.1" }, "dependencies": { "chrome-finder": "^1.0.7",