From 90bf879274befa9c60b361c684e7741658ec7ea1 Mon Sep 17 00:00:00 2001 From: Shigma Date: Tue, 30 Jan 2024 04:19:36 +0800 Subject: [PATCH] chore: bump versions --- package.json | 3 ++- packages/client/package.json | 6 +++--- packages/components/package.json | 6 +++--- packages/console/package.json | 4 ++-- packages/market/package.json | 6 +++--- packages/online/package.json | 6 +++--- packages/registry/package.json | 2 +- plugins/actions/package.json | 8 ++++---- plugins/admin/package.json | 8 ++++---- plugins/analytics/package.json | 12 ++++++------ plugins/auth/package.json | 8 ++++---- plugins/commands/package.json | 12 ++++++------ plugins/config/package.json | 10 +++++----- plugins/console/package.json | 12 ++++++------ plugins/explorer/package.json | 10 +++++----- plugins/insight/package.json | 8 ++++---- plugins/locales/package.json | 10 +++++----- plugins/logger/package.json | 10 +++++----- plugins/market/package.json | 14 +++++++------- plugins/notifier/package.json | 6 +++--- plugins/oobe/package.json | 8 ++++---- plugins/sandbox/package.json | 10 +++++----- plugins/status/package.json | 10 +++++----- 23 files changed, 95 insertions(+), 94 deletions(-) diff --git a/package.json b/package.json index 66602c08..b9755426 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,11 @@ "eslint": "^8.55.0", "eslint-plugin-mocha": "^10.2.0", "jest-mock": "^28.1.3", - "koishi": "^4.16.6", + "koishi": "^4.16.7", "mocha": "^9.2.2", "rollup-plugin-node-polyfills": "^0.2.1", "shx": "^0.3.4", + "tsx": "^4.7.0", "typescript": "^5.3.2", "yakumo": "^1.0.0-beta.2", "yakumo-esbuild": "^1.0.0-beta.2", diff --git a/packages/client/package.json b/packages/client/package.json index 3b2f5721..b7192281 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -43,9 +43,9 @@ "build" ], "dependencies": { - "@koishijs/components": "1.5.7", + "@koishijs/components": "1.5.8", "@maikolib/vite-plugin-yaml": "^1.0.1", - "@satorijs/protocol": "^1.2.0", + "@satorijs/protocol": "^1.2.1", "@vitejs/plugin-vue": "^4.5.1", "@vueuse/core": "^10.6.1", "cac": "^6.7.14", @@ -62,6 +62,6 @@ "vue-router": "^4.2.5" }, "yakumo": { - "client": "./scripts/client" + "client": "./scripts/client.ts" } } diff --git a/packages/components/package.json b/packages/components/package.json index d6ebbd9a..1c334bd1 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.7", + "version": "1.5.8", "main": "client/index.ts", "files": [ "client", @@ -29,8 +29,8 @@ "vue": "^3" }, "dependencies": { - "@satorijs/element": "^3.1.3", + "@satorijs/element": "^3.1.4", "cosmokit": "^1.5.2", - "schemastery-vue": "^7.3.0" + "schemastery-vue": "^7.3.1" } } diff --git a/packages/console/package.json b/packages/console/package.json index 31f8103d..e942d4e6 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.26.0", + "version": "5.27.1", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -31,6 +31,6 @@ "service" ], "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/packages/market/package.json b/packages/market/package.json index b321494e..36fb3ae5 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/market", "description": "Market UI for Koishi", - "version": "4.2.3", + "version": "4.2.5", "main": "client/index.ts", "files": [ "client" @@ -27,7 +27,7 @@ "utilities" ], "devDependencies": { - "@koishijs/registry": "^7.0.1", + "@koishijs/registry": "^7.0.3", "@types/spark-md5": "^3.0.4" }, "peerDependencies": { @@ -35,7 +35,7 @@ "vue-i18n": "^9" }, "dependencies": { - "@koishijs/components": "^1.5.7", + "@koishijs/components": "^1.5.8", "cosmokit": "^1.5.2", "spark-md5": "^3.0.2" } diff --git a/packages/online/package.json b/packages/online/package.json index 6c085852..85140c5e 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -26,15 +26,15 @@ "online" ], "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@koishijs/dns": "^1.0.1", "@koishijs/fs": "^1.3.7", - "@koishijs/loader": "^4.4.2", + "@koishijs/loader": "^4.4.3", "@koishijs/os": "^1.0.2", "@koishijs/path": "^1.0.0", "@koishijs/url": "^1.0.3" }, "yakumo": { - "client": "./src/build" + "client": "./src/build.ts" } } diff --git a/packages/registry/package.json b/packages/registry/package.json index a3a65630..f8bf0800 100644 --- a/packages/registry/package.json +++ b/packages/registry/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/registry", "description": "Scan Package Manager for Koishi Plugins", - "version": "7.0.1", + "version": "7.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/actions/package.json b/plugins/actions/package.json index 3acc6cd6..6e86ad54 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0" + "@koishijs/client": "^5.27.1" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/admin/package.json b/plugins/admin/package.json index b5b0d67b..67c005d3 100644 --- a/plugins/admin/package.json +++ b/plugins/admin/package.json @@ -50,8 +50,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -59,8 +59,8 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", - "@koishijs/plugin-console": "^5.26.0", + "@koishijs/client": "^5.27.1", + "@koishijs/plugin-console": "^5.27.1", "@koishijs/plugin-locales": "^2.5.3", "@koishijs/plugin-mock": "^2.6.5", "@types/throttle-debounce": "^2.1.0" diff --git a/plugins/analytics/package.json b/plugins/analytics/package.json index c1e0b42f..aafaa6eb 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -32,7 +32,7 @@ "status" ], "yakumo": { - "client": "./build/client" + "client": "./build/client.ts" }, "koishi": { "description": { @@ -49,17 +49,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "echarts": "^5.4.3", - "koishi": "^4.16.6", + "koishi": "^4.16.7", "vue-echarts": "^6.6.1" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/auth/package.json b/plugins/auth/package.json index b64433d0..0ebf0ed9 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0" + "@koishijs/client": "^5.27.1" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index ea45b3f8..2c7b7330 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.0", + "version": "3.5.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,13 +54,13 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@koishijs/plugin-config": "^2.8.2", - "@koishijs/plugin-console": "^5.26.0", + "@koishijs/plugin-console": "^5.27.1", "@koishijs/plugin-locales": "^2.5.3", "@koishijs/plugin-mock": "^2.6.5" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/config/package.json b/plugins/config/package.json index c72e068f..b15e360a 100644 --- a/plugins/config/package.json +++ b/plugins/config/package.json @@ -56,15 +56,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@koishijs/plugin-hmr": "^1.2.8" }, "dependencies": { - "@koishijs/console": "^5.26.0", - "@koishijs/registry": "^7.0.1" + "@koishijs/console": "^5.27.1", + "@koishijs/registry": "^7.0.3" } } diff --git a/plugins/console/package.json b/plugins/console/package.json index 543f1efd..1561f34f 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.26.0", + "version": "5.27.1", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -55,7 +55,7 @@ } }, "peerDependencies": { - "@koishijs/client": "^5.26.5", + "@koishijs/client": "^5.27.1", "koishi": "^4.16.7" }, "peerDependenciesMeta": { @@ -64,9 +64,9 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", - "@koishijs/loader": "^4.4.2", - "@koishijs/plugin-server": "^3.1.3", + "@koishijs/client": "^5.27.1", + "@koishijs/loader": "^4.4.3", + "@koishijs/plugin-server": "^3.1.7", "@koishijs/plugin-server-proxy": "^1.1.0", "@maikolib/vite-plugin-yaml": "^1.0.1", "@types/uuid": "^8.3.4", @@ -75,7 +75,7 @@ "vite": "^4.5.0" }, "dependencies": { - "@koishijs/console": "^5.26.0", + "@koishijs/console": "^5.27.1", "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 f926034f..9dc821e7 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -56,19 +56,19 @@ } }, "yakumo": { - "client": "./build/client" + "client": "./build/client.ts" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@types/throttle-debounce": "^2.1.0", "monaco-editor": "~0.44.0" }, "dependencies": { - "@koishijs/console": "^5.26.0", + "@koishijs/console": "^5.27.1", "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 f94bb7a3..f373ed96 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -53,15 +53,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@types/d3-force": "^3.0.9", "d3-force": "^3.0.0" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/locales/package.json b/plugins/locales/package.json index b175872a..6baca919 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,13 +54,13 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", - "@koishijs/plugin-console": "^5.26.0", + "@koishijs/client": "^5.27.1", + "@koishijs/plugin-console": "^5.27.1", "@koishijs/plugin-mock": "^2.6.5", "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@koishijs/console": "^5.26.0", + "@koishijs/console": "^5.27.1", "js-yaml": "^4.1.0" } } diff --git a/plugins/logger/package.json b/plugins/logger/package.json index e5e9d390..5713f919 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,12 +54,12 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "ansi_up": "^5.2.1", - "koishi": "^4.16.6", + "koishi": "^4.16.7", "reggol": "^1.6.3" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/market/package.json b/plugins/market/package.json index 0e0d2482..d4f94394 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.10.0", + "version": "2.10.6", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -59,8 +59,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -68,15 +68,15 @@ } }, "devDependencies": { - "@koishijs/client": "^5.26.0", - "@koishijs/market": "^4.2.3", + "@koishijs/client": "^5.27.1", + "@koishijs/market": "^4.2.5", "@koishijs/plugin-config": "^2.8.2", "@types/semver": "^7.5.6", "@types/which-pm-runs": "^1.0.2" }, "dependencies": { - "@koishijs/console": "^5.26.0", - "@koishijs/registry": "^7.0.1", + "@koishijs/console": "^5.27.1", + "@koishijs/registry": "^7.0.3", "execa": "^5.1.1", "get-registry": "^1.1.0", "ns-require": "^1.1.4", diff --git a/plugins/notifier/package.json b/plugins/notifier/package.json index 93803390..290431cb 100644 --- a/plugins/notifier/package.json +++ b/plugins/notifier/package.json @@ -53,11 +53,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@koishijs/plugin-config": "^2.8.2" } } diff --git a/plugins/oobe/package.json b/plugins/oobe/package.json index 5ffd0870..ed19f992 100644 --- a/plugins/oobe/package.json +++ b/plugins/oobe/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0" + "@koishijs/client": "^5.27.1" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index 38f8c9ef..33c05d82 100644 --- a/plugins/sandbox/package.json +++ b/plugins/sandbox/package.json @@ -52,15 +52,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.26.0", - "@koishijs/plugin-console": "^5.26.0" + "@koishijs/client": "^5.27.1", + "@koishijs/plugin-console": "^5.27.1" }, "dependencies": { - "@koishijs/console": "^5.26.0" + "@koishijs/console": "^5.27.1" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 08f2a42e..93adb89c 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -41,18 +41,18 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.26.0", - "koishi": "^4.16.6" + "@koishijs/plugin-console": "^5.27.1", + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/client": "^5.26.0", + "@koishijs/client": "^5.27.1", "@koishijs/plugin-analytics": "^2.0.6", "@koishijs/plugin-config": "^2.8.2", "@types/envinfo": "^7.8.3", - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { - "@koishijs/console": "^5.26.0", + "@koishijs/console": "^5.27.1", "envinfo": "^7.11.0", "which-pm-runs": "^1.1.0" }