From 757fa1f6f43058f7f8d4af28a91fdff51f4031fd Mon Sep 17 00:00:00 2001 From: Shigma Date: Mon, 18 Dec 2023 04:13:54 +0800 Subject: [PATCH] chore: bump versions --- packages/client/package.json | 4 ++-- packages/components/package.json | 4 ++-- packages/console/package.json | 2 +- packages/market/package.json | 2 +- packages/online/package.json | 2 +- plugins/actions/package.json | 6 +++--- plugins/admin/package.json | 8 ++++---- plugins/analytics/package.json | 6 +++--- plugins/auth/package.json | 6 +++--- plugins/commands/package.json | 10 +++++----- plugins/config/package.json | 8 ++++---- plugins/console/package.json | 6 +++--- plugins/explorer/package.json | 6 +++--- plugins/insight/package.json | 6 +++--- plugins/locales/package.json | 8 ++++---- plugins/logger/package.json | 6 +++--- plugins/market/package.json | 10 +++++----- plugins/oobe/package.json | 6 +++--- plugins/sandbox/package.json | 8 ++++---- plugins/status/package.json | 8 ++++---- 20 files changed, 61 insertions(+), 61 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index c4d8ee2a..a2efbafa 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "5.20.1", + "version": "5.21.0", "main": "client/index.ts", "files": [ "app", @@ -35,7 +35,7 @@ "build" ], "dependencies": { - "@koishijs/components": "1.5.0", + "@koishijs/components": "1.5.1", "@maikolib/vite-plugin-yaml": "^1.0.1", "@satorijs/protocol": "^1.1.2", "@vitejs/plugin-vue": "^4.5.1", diff --git a/packages/components/package.json b/packages/components/package.json index b840308e..f40fa096 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.0", + "version": "1.5.1", "main": "client/index.ts", "files": [ "client", @@ -31,6 +31,6 @@ "dependencies": { "@satorijs/element": "^2.6.1", "cosmokit": "^1.5.1", - "schemastery-vue": "^7.2.0" + "schemastery-vue": "^7.2.1" } } diff --git a/packages/console/package.json b/packages/console/package.json index d81267ee..fba21772 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.20.1", + "version": "5.21.0", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", diff --git a/packages/market/package.json b/packages/market/package.json index 058cdb81..cf8debb7 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -35,7 +35,7 @@ "vue-i18n": "^9" }, "dependencies": { - "@koishijs/components": "^1.5.0", + "@koishijs/components": "^1.5.1", "cosmokit": "^1.5.1", "spark-md5": "^3.0.2" } diff --git a/packages/online/package.json b/packages/online/package.json index 480546a0..4813d1b5 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -26,7 +26,7 @@ "online" ], "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@koishijs/dns": "^1.0.1", "@koishijs/fs": "^1.3.7", "@koishijs/loader": "^4.3.1", diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 3fa5d008..195c27a3 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1" + "@koishijs/client": "^5.21.0" }, "dependencies": { - "@koishijs/console": "^5.20.1" + "@koishijs/console": "^5.21.0" } } diff --git a/plugins/admin/package.json b/plugins/admin/package.json index aacd1704..e2d1f91a 100644 --- a/plugins/admin/package.json +++ b/plugins/admin/package.json @@ -50,7 +50,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "peerDependenciesMeta": { @@ -59,14 +59,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.20.1", - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/client": "^5.21.0", + "@koishijs/plugin-console": "^5.21.0", "@koishijs/plugin-locales": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/analytics/package.json b/plugins/analytics/package.json index ffaf68b5..6d517d81 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -49,17 +49,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "echarts": "^5.4.3", "koishi": "^4.16.1", "vue-echarts": "^6.6.1" }, "dependencies": { - "@koishijs/console": "^5.20.1" + "@koishijs/console": "^5.21.0" } } diff --git a/plugins/auth/package.json b/plugins/auth/package.json index 34213ca2..3ca2fa2a 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1" + "@koishijs/client": "^5.21.0" }, "dependencies": { - "@koishijs/console": "^5.20.1" + "@koishijs/console": "^5.21.0" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index 2b37daa4..4486a87b 100644 --- a/plugins/commands/package.json +++ b/plugins/commands/package.json @@ -45,7 +45,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "peerDependenciesMeta": { @@ -54,15 +54,15 @@ } }, "devDependencies": { - "@koishijs/client": "^5.20.1", - "@koishijs/plugin-config": "^2.5.3", - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/client": "^5.21.0", + "@koishijs/plugin-config": "^2.6.0", + "@koishijs/plugin-console": "^5.21.0", "@koishijs/plugin-locales": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/config/package.json b/plugins/config/package.json index 6ea8c09f..248674fa 100644 --- a/plugins/config/package.json +++ b/plugins/config/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-config", "description": "Manage your bots and plugins with console", - "version": "2.5.3", + "version": "2.6.0", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -56,16 +56,16 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@koishijs/plugin-hmr": "^1.2.6", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "@koishijs/registry": "^6.0.4", "throttle-debounce": "^3.0.1" } diff --git a/plugins/console/package.json b/plugins/console/package.json index b499bdee..6f6caf22 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.20.1", + "version": "5.21.0", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -55,7 +55,7 @@ "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@koishijs/loader": "^4.3.1", "@koishijs/plugin-server": "^3.1.3", "@koishijs/plugin-server-proxy": "^1.1.0", @@ -65,7 +65,7 @@ "vite": "^4.5.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "open": "^8.4.2", "uuid": "^8.3.2", "ws": "^8.14.2" diff --git a/plugins/explorer/package.json b/plugins/explorer/package.json index 817a47de..d787b2d7 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -59,16 +59,16 @@ "client": "./build/client" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@types/throttle-debounce": "^2.1.0", "monaco-editor": "~0.44.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "anymatch": "^3.1.3", "chardet": "^2.0.0", "chokidar": "^3.5.3", diff --git a/plugins/insight/package.json b/plugins/insight/package.json index b424b62d..a089f654 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -53,17 +53,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@types/d3-force": "^3.0.9", "@types/throttle-debounce": "^2.1.0", "d3-force": "^3.0.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/locales/package.json b/plugins/locales/package.json index d343d357..04273c44 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -45,7 +45,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "peerDependenciesMeta": { @@ -54,14 +54,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.20.1", - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/client": "^5.21.0", + "@koishijs/plugin-console": "^5.21.0", "@koishijs/plugin-mock": "^2.6.5", "@types/js-yaml": "^4.0.9", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "js-yaml": "^4.1.0", "throttle-debounce": "^3.0.1" } diff --git a/plugins/logger/package.json b/plugins/logger/package.json index 3fea3044..8195bfb9 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -45,7 +45,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "peerDependenciesMeta": { @@ -54,14 +54,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@types/throttle-debounce": "^2.1.0", "ansi_up": "^5.2.1", "koishi": "^4.16.1", "reggol": "^1.6.3" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "throttle-debounce": "^3.0.1" } } diff --git a/plugins/market/package.json b/plugins/market/package.json index 21b66cc2..37f95d73 100644 --- a/plugins/market/package.json +++ b/plugins/market/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-market", "description": "Manage your bots and plugins with console", - "version": "2.6.6", + "version": "2.7.0", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -59,7 +59,7 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "peerDependenciesMeta": { @@ -68,15 +68,15 @@ } }, "devDependencies": { - "@koishijs/client": "^5.20.1", + "@koishijs/client": "^5.21.0", "@koishijs/market": "^4.1.8", - "@koishijs/plugin-config": "^2.5.3", + "@koishijs/plugin-config": "^2.6.0", "@types/semver": "^7.5.6", "@types/throttle-debounce": "^2.1.0", "@types/which-pm-runs": "^1.0.2" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "@koishijs/registry": "^6.0.4", "execa": "^5.1.1", "get-registry": "^1.1.0", diff --git a/plugins/oobe/package.json b/plugins/oobe/package.json index 72dfd042..854fa0d3 100644 --- a/plugins/oobe/package.json +++ b/plugins/oobe/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1" + "@koishijs/client": "^5.21.0" }, "dependencies": { - "@koishijs/console": "^5.20.1" + "@koishijs/console": "^5.21.0" } } diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index a7aefbc7..3ca514e8 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -52,15 +52,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.20.1", - "@koishijs/plugin-console": "^5.20.1" + "@koishijs/client": "^5.21.0", + "@koishijs/plugin-console": "^5.21.0" }, "dependencies": { - "@koishijs/console": "^5.20.1" + "@koishijs/console": "^5.21.0" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 4f96bb60..37f88e03 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -41,18 +41,18 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.20.1", + "@koishijs/plugin-console": "^5.21.0", "koishi": "^4.16.1" }, "devDependencies": { - "@koishijs/client": "^5.20.1", - "@koishijs/plugin-analytics": "^2.0.0", + "@koishijs/client": "^5.21.0", + "@koishijs/plugin-analytics": "^2.0.1", "@types/envinfo": "^7.8.3", "@types/throttle-debounce": "^2.1.0", "koishi": "^4.16.1" }, "dependencies": { - "@koishijs/console": "^5.20.1", + "@koishijs/console": "^5.21.0", "envinfo": "^7.11.0", "throttle-debounce": "^3.0.1", "which-pm-runs": "^1.1.0"