From 41219c6a3bf53ce87fddcb9b20f6f938f9741573 Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 13 Jul 2025 22:30:06 +0800 Subject: [PATCH 1/2] fix(sandbox): add adapter name --- plugins/sandbox/package.json | 2 +- plugins/sandbox/src/bot.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index 989fc13f..410148bd 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-sandbox", "description": "Test Your Virtual Bot in Console", - "version": "3.4.1", + "version": "3.4.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/sandbox/src/bot.ts b/plugins/sandbox/src/bot.ts index 45efa477..b49aaf40 100644 --- a/plugins/sandbox/src/bot.ts +++ b/plugins/sandbox/src/bot.ts @@ -16,7 +16,7 @@ export class SandboxBot extends Bot Date: Sun, 13 Jul 2025 22:30:37 +0800 Subject: [PATCH 2/2] chore: bump versions --- package.json | 2 +- packages/client/package.json | 6 +++--- packages/components/package.json | 4 ++-- packages/console/package.json | 4 ++-- packages/market/package.json | 2 +- packages/online/package.json | 4 ++-- plugins/actions/package.json | 8 ++++---- plugins/admin/package.json | 8 ++++---- plugins/analytics/package.json | 10 +++++----- plugins/auth/package.json | 10 +++++----- plugins/commands/package.json | 12 ++++++------ plugins/config/package.json | 10 +++++----- plugins/console/package.json | 12 ++++++------ plugins/explorer/package.json | 12 ++++++------ plugins/insight/package.json | 12 ++++++------ plugins/locales/package.json | 12 ++++++------ plugins/logger/package.json | 10 +++++----- plugins/market/package.json | 8 ++++---- plugins/notifier/package.json | 6 +++--- plugins/oobe/package.json | 8 ++++---- plugins/sandbox/package.json | 10 +++++----- plugins/status/package.json | 10 +++++----- 22 files changed, 90 insertions(+), 90 deletions(-) diff --git a/package.json b/package.json index 46e3a392..55eb40eb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "esbuild-register": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-mocha": "^10.4.1", - "koishi": "^4.18.7", + "koishi": "^4.18.8", "mocha": "^9.2.2", "shx": "^0.3.4", "tsx": "^4.16.2", diff --git a/packages/client/package.json b/packages/client/package.json index 6fdea7ca..32553306 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "5.30.7", + "version": "5.30.9", "main": "client/index.ts", "exports": { ".": "./client/index.ts", @@ -44,9 +44,9 @@ "build" ], "dependencies": { - "@koishijs/components": "1.5.19", + "@koishijs/components": "1.5.21", "@maikolib/vite-plugin-yaml": "^1.0.1", - "@satorijs/protocol": "^1.6.0", + "@satorijs/protocol": "^1.6.1", "@vitejs/plugin-vue": "^5.1.4", "@vueuse/core": "^11.1.0", "cac": "^6.7.14", diff --git a/packages/components/package.json b/packages/components/package.json index 5e8416ff..71f397ed 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/components", "description": "Client components for Koishi", - "version": "1.5.19", + "version": "1.5.21", "main": "client/index.ts", "files": [ "client", @@ -31,6 +31,6 @@ "dependencies": { "@satorijs/element": "^3.1.7", "cosmokit": "^1.7.2", - "schemastery-vue": "^7.3.11" + "schemastery-vue": "^7.3.13" } } diff --git a/packages/console/package.json b/packages/console/package.json index f80b129c..100f13c1 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/console", "description": "Console Service for Koishi", - "version": "5.30.7", + "version": "5.30.9", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -31,6 +31,6 @@ "service" ], "peerDependencies": { - "koishi": "^4.18.7" + "koishi": "^4.18.8" } } diff --git a/packages/market/package.json b/packages/market/package.json index a0b5a12f..100ed90d 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -35,7 +35,7 @@ "vue-i18n": "^9" }, "dependencies": { - "@koishijs/components": "^1.5.19", + "@koishijs/components": "^1.5.21", "cosmokit": "^1.7.2", "spark-md5": "^3.0.2" } diff --git a/packages/online/package.json b/packages/online/package.json index 3e566df7..709fdfbe 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -31,8 +31,8 @@ "@cordiverse/os": "^1.0.2", "@cordiverse/path": "^1.0.0", "@cordiverse/url": "^1.0.3", - "@koishijs/client": "^5.30.7", - "@koishijs/loader": "^4.6.7" + "@koishijs/client": "^5.30.9", + "@koishijs/loader": "^4.6.8" }, "yakumo": { "client": "./src/build.ts" diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 4205c88d..065bcab0 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7" + "@koishijs/client": "^5.30.9" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/admin/package.json b/plugins/admin/package.json index b683ba43..6aa03991 100644 --- a/plugins/admin/package.json +++ b/plugins/admin/package.json @@ -50,8 +50,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -59,8 +59,8 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/client": "^5.30.9", + "@koishijs/plugin-console": "^5.30.9", "@koishijs/plugin-locales": "^2.5.3", "@koishijs/plugin-mock": "^2.6.6", "@types/chai": "^4.3.16", diff --git a/plugins/analytics/package.json b/plugins/analytics/package.json index 43d9f4ba..3d834e62 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -49,17 +49,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { "@koishijs/assets": "^1.1.2", - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "echarts": "^5.5.0", - "koishi": "^4.18.7", + "koishi": "^4.18.8", "vue-echarts": "^6.6.9" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/auth/package.json b/plugins/auth/package.json index ef949991..4d9a8bc5 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-auth", "description": "Console User Authentication", - "version": "4.1.6", + "version": "4.1.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7" + "@koishijs/client": "^5.30.9" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index 67583e33..e650a618 100644 --- a/plugins/commands/package.json +++ b/plugins/commands/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-commands", "description": "Override Command Config for Koishi", - "version": "3.5.4", + "version": "3.5.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,13 +54,13 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "@koishijs/plugin-config": "^2.8.6", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/plugin-console": "^5.30.9", "@koishijs/plugin-locales": "^2.5.3", "@koishijs/plugin-mock": "^2.6.6" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/config/package.json b/plugins/config/package.json index 7c70fc2d..99daaedc 100644 --- a/plugins/config/package.json +++ b/plugins/config/package.json @@ -57,16 +57,16 @@ } }, "peerDependencies": { - "@koishijs/loader": "^4.6.7", - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/loader": "^4.6.8", + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "@koishijs/plugin-hmr": "^1.2.9" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "@koishijs/registry": "^7.0.3" } } diff --git a/plugins/console/package.json b/plugins/console/package.json index 8984d68e..21e48b0d 100644 --- a/plugins/console/package.json +++ b/plugins/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-console", "description": "Web User Interface for Koishi", - "version": "5.30.7", + "version": "5.30.9", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -55,8 +55,8 @@ } }, "peerDependencies": { - "@koishijs/client": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/client": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/client": { @@ -64,8 +64,8 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/loader": "^4.6.7", + "@koishijs/client": "^5.30.9", + "@koishijs/loader": "^4.6.8", "@koishijs/plugin-server": "^3.2.4", "@koishijs/plugin-server-proxy": "^1.2.0", "@maikolib/vite-plugin-yaml": "^1.0.1", @@ -75,7 +75,7 @@ "vite": "^5.4.10" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "open": "^8.4.2", "uuid": "^8.3.2", "ws": "^8.16.0" diff --git a/plugins/explorer/package.json b/plugins/explorer/package.json index 1bd020da..232785b0 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -59,18 +59,18 @@ "client": "./build/client.ts" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/client": "^5.30.9", + "@koishijs/plugin-console": "^5.30.9", "@types/throttle-debounce": "^2.1.0", - "koishi": "^4.18.7", + "koishi": "^4.18.8", "monaco-editor": "~0.44.0" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "anymatch": "^3.1.3", "chardet": "^2.0.0", "chokidar": "^3.6.0", diff --git a/plugins/insight/package.json b/plugins/insight/package.json index d6158a6e..e729f42d 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -53,17 +53,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/client": "^5.30.9", + "@koishijs/plugin-console": "^5.30.9", "@types/d3-force": "^3.0.9", "d3-force": "^3.0.0", - "koishi": "^4.18.7" + "koishi": "^4.18.8" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/locales/package.json b/plugins/locales/package.json index 673ca5ed..3f4a07f2 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,14 +54,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/client": "^5.30.9", + "@koishijs/plugin-console": "^5.30.9", "@koishijs/plugin-mock": "^2.6.6", "@types/js-yaml": "^4.0.9", - "koishi": "^4.18.7" + "koishi": "^4.18.8" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "js-yaml": "^4.1.0" } } diff --git a/plugins/logger/package.json b/plugins/logger/package.json index ad7b4f01..ad4975d3 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,12 +54,12 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "ansi_up": "^5.2.1", - "koishi": "^4.18.7", + "koishi": "^4.18.8", "reggol": "^1.7.1" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/market/package.json b/plugins/market/package.json index 0931954c..774de2a8 100644 --- a/plugins/market/package.json +++ b/plugins/market/package.json @@ -59,8 +59,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -68,14 +68,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "@koishijs/market": "^4.2.5", "@koishijs/plugin-config": "^2.8.6", "@types/semver": "^7.5.8", "@types/which-pm-runs": "^1.0.2" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "@koishijs/registry": "^7.0.3", "execa": "^5.1.1", "get-registry": "^1.2.0", diff --git a/plugins/notifier/package.json b/plugins/notifier/package.json index c6b0acc3..2cd1fe42 100644 --- a/plugins/notifier/package.json +++ b/plugins/notifier/package.json @@ -53,11 +53,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "@koishijs/plugin-config": "^2.8.6" } } diff --git a/plugins/oobe/package.json b/plugins/oobe/package.json index ceb632b4..2bb6af2c 100644 --- a/plugins/oobe/package.json +++ b/plugins/oobe/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7" + "@koishijs/client": "^5.30.9" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index 410148bd..f6cfc381 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -52,16 +52,16 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", - "@koishijs/plugin-console": "^5.30.7", + "@koishijs/client": "^5.30.9", + "@koishijs/plugin-console": "^5.30.9", "@koishijs/plugin-server": "^3.2.4", "@satorijs/components-vue": "^0.7.8" }, "dependencies": { - "@koishijs/console": "^5.30.7" + "@koishijs/console": "^5.30.9" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 33190d53..9b158a4f 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -41,18 +41,18 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.30.7", - "koishi": "^4.18.7" + "@koishijs/plugin-console": "^5.30.9", + "koishi": "^4.18.8" }, "devDependencies": { - "@koishijs/client": "^5.30.7", + "@koishijs/client": "^5.30.9", "@koishijs/plugin-analytics": "^2.0.6", "@koishijs/plugin-config": "^2.8.6", "@types/envinfo": "^7.8.3", - "koishi": "^4.18.7" + "koishi": "^4.18.8" }, "dependencies": { - "@koishijs/console": "^5.30.7", + "@koishijs/console": "^5.30.9", "envinfo": "^7.11.1", "which-pm-runs": "^1.1.0" }