diff --git a/package.json b/package.json index 48caba19..a9024887 100644 --- a/package.json +++ b/package.json @@ -46,12 +46,12 @@ "eslint": "^8.55.0", "eslint-plugin-mocha": "^10.2.0", "jest-mock": "^28.1.3", - "koishi": "^4.16.3", + "koishi": "^4.16.4", "mocha": "^9.2.2", "rollup-plugin-node-polyfills": "^0.2.1", "shx": "^0.3.4", "typescript": "^5.3.2", - "yakumo": "^1.0.0-alpha.9", + "yakumo": "^1.0.0-alpha.10", "yakumo-esbuild": "^1.0.0-alpha.2", "yakumo-mocha": "^1.0.0-alpha.1", "yakumo-publish-sync": "^1.0.0-alpha.1", diff --git a/packages/client/package.json b/packages/client/package.json index 280a9339..18c8adc1 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/client", "description": "Koishi Console Client", - "version": "5.23.4", + "version": "5.25.5", "main": "client/index.ts", "files": [ "app", @@ -35,13 +35,13 @@ "build" ], "dependencies": { - "@koishijs/components": "1.5.5", + "@koishijs/components": "1.5.6", "@maikolib/vite-plugin-yaml": "^1.0.1", - "@satorijs/protocol": "^1.1.3", + "@satorijs/protocol": "^1.2.0", "@vitejs/plugin-vue": "^4.5.1", "@vueuse/core": "^10.6.1", "cac": "^6.7.14", - "cordis": "^3.4.1", + "cordis": "^3.6.0", "cosmokit": "^1.5.2", "element-plus": "2.4.0", "marked-vue": "^1.3.0", diff --git a/packages/components/package.json b/packages/components/package.json index a6169744..67ce4d77 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.5", + "version": "1.5.6", "main": "client/index.ts", "files": [ "client", @@ -29,7 +29,7 @@ "vue": "^3" }, "dependencies": { - "@satorijs/element": "^2.6.1", + "@satorijs/element": "^3.0.0", "cosmokit": "^1.5.2", "schemastery-vue": "^7.2.4" } diff --git a/packages/console/package.json b/packages/console/package.json index 5940554e..1078593f 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.23.4", + "version": "5.25.5", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -31,6 +31,6 @@ "service" ], "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" } } diff --git a/packages/market/package.json b/packages/market/package.json index b6c3404f..3bc6d275 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -35,7 +35,7 @@ "vue-i18n": "^9" }, "dependencies": { - "@koishijs/components": "^1.5.5", + "@koishijs/components": "^1.5.6", "cosmokit": "^1.5.2", "spark-md5": "^3.0.2" } diff --git a/packages/online/package.json b/packages/online/package.json index ac2652f6..735f9011 100644 --- a/packages/online/package.json +++ b/packages/online/package.json @@ -26,10 +26,10 @@ "online" ], "devDependencies": { - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "@koishijs/dns": "^1.0.1", "@koishijs/fs": "^1.3.7", - "@koishijs/loader": "^4.3.3", + "@koishijs/loader": "^4.3.4", "@koishijs/os": "^1.0.2", "@koishijs/path": "^1.0.0", "@koishijs/url": "^1.0.3" diff --git a/plugins/actions/package.json b/plugins/actions/package.json index e0bd8595..6d5844d8 100644 --- a/plugins/actions/package.json +++ b/plugins/actions/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4" + "@koishijs/client": "^5.25.5" }, "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/admin/package.json b/plugins/admin/package.json index 9bd6289c..991055d5 100644 --- a/plugins/admin/package.json +++ b/plugins/admin/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-admin", "description": "Permission Manager for Koishi", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -50,8 +50,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -59,9 +59,9 @@ } }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-console": "^5.23.4", - "@koishijs/plugin-locales": "^2.5.1", + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-console": "^5.25.5", + "@koishijs/plugin-locales": "^2.5.2", "@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 f8a1fbdb..ef806bb5 100644 --- a/plugins/analytics/package.json +++ b/plugins/analytics/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-analytics", "description": "Show statistics for Koishi application", - "version": "2.0.5", + "version": "2.0.6", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -49,17 +49,17 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "echarts": "^5.4.3", - "koishi": "^4.16.3", + "koishi": "^4.16.4", "vue-echarts": "^6.6.1" }, "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/auth/package.json b/plugins/auth/package.json index b71c89ea..9813a8f9 100644 --- a/plugins/auth/package.json +++ b/plugins/auth/package.json @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4" + "@koishijs/client": "^5.25.5" }, "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/commands/package.json b/plugins/commands/package.json index 8a045b50..eea8b3b4 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.4.5", + "version": "3.4.7", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,13 +54,13 @@ } }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-config": "^2.8.1", - "@koishijs/plugin-console": "^5.23.4", - "@koishijs/plugin-locales": "^2.5.1", - "@koishijs/plugin-mock": "^2.6.5", + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-config": "^2.8.2", + "@koishijs/plugin-console": "^5.25.5", + "@koishijs/plugin-locales": "^2.5.2", + "@koishijs/plugin-mock": "^2.6.5" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/config/package.json b/plugins/config/package.json index 9c182746..a27fcbed 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.8.1", + "version": "2.8.2", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -56,15 +56,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-hmr": "^1.2.6", + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-hmr": "^1.2.8" }, "dependencies": { - "@koishijs/console": "^5.23.4", - "@koishijs/registry": "^7.0.0", + "@koishijs/console": "^5.25.5", + "@koishijs/registry": "^7.0.0" } } diff --git a/plugins/console/package.json b/plugins/console/package.json index 6b05ecb5..e23c9ead 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.23.4", + "version": "5.25.5", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -52,11 +52,11 @@ } }, "peerDependencies": { - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/loader": "^4.3.3", + "@koishijs/client": "^5.25.5", + "@koishijs/loader": "^4.3.4", "@koishijs/plugin-server": "^3.1.3", "@koishijs/plugin-server-proxy": "^1.1.0", "@maikolib/vite-plugin-yaml": "^1.0.1", @@ -66,7 +66,7 @@ "vite": "^4.5.0" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5", "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 229cb432..bf43ef66 100644 --- a/plugins/explorer/package.json +++ b/plugins/explorer/package.json @@ -59,16 +59,16 @@ "client": "./build/client" }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "@types/throttle-debounce": "^2.1.0", "monaco-editor": "~0.44.0" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5", "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 38133f0e..0f6a8d9d 100644 --- a/plugins/insight/package.json +++ b/plugins/insight/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-insight", "description": "Show plugin dependency graph for Koishi", - "version": "3.4.4", + "version": "3.4.5", "main": "lib/index.cjs", "types": "lib/index.d.ts", "exports": { @@ -53,15 +53,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "@types/d3-force": "^3.0.9", "d3-force": "^3.0.0" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/locales/package.json b/plugins/locales/package.json index e401eb30..7fcc9609 100644 --- a/plugins/locales/package.json +++ b/plugins/locales/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-locales", "description": "Override Locale Texts for Koishi", - "version": "2.5.1", + "version": "2.5.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,13 +54,13 @@ } }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-console": "^5.23.4", + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-console": "^5.25.5", "@koishijs/plugin-mock": "^2.6.5", - "@types/js-yaml": "^4.0.9", + "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@koishijs/console": "^5.23.4", - "js-yaml": "^4.1.0", + "@koishijs/console": "^5.25.5", + "js-yaml": "^4.1.0" } } diff --git a/plugins/logger/package.json b/plugins/logger/package.json index b4382baa..c43f9217 100644 --- a/plugins/logger/package.json +++ b/plugins/logger/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-logger", "description": "Dump log files for Koishi", - "version": "2.6.3", + "version": "2.6.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,8 +45,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -54,12 +54,12 @@ } }, "devDependencies": { - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "ansi_up": "^5.2.1", - "koishi": "^4.16.3", + "koishi": "^4.16.4", "reggol": "^1.6.3" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/market/package.json b/plugins/market/package.json index f3d7c607..a936f401 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.8.2", + "version": "2.8.3", "main": "lib/node/index.js", "types": "lib/index.d.ts", "exports": { @@ -59,8 +59,8 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "peerDependenciesMeta": { "@koishijs/plugin-console": { @@ -68,14 +68,14 @@ } }, "devDependencies": { - "@koishijs/client": "^5.23.4", + "@koishijs/client": "^5.25.5", "@koishijs/market": "^4.2.0", - "@koishijs/plugin-config": "^2.8.1", + "@koishijs/plugin-config": "^2.8.2", "@types/semver": "^7.5.6", "@types/which-pm-runs": "^1.0.2" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5", "@koishijs/registry": "^7.0.0", "execa": "^5.1.1", "get-registry": "^1.1.0", diff --git a/plugins/notifier/package.json b/plugins/notifier/package.json index 3eb2ba50..095e0f42 100644 --- a/plugins/notifier/package.json +++ b/plugins/notifier/package.json @@ -53,13 +53,11 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4" - }, - "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-config": "^2.8.2" } } diff --git a/plugins/oobe/package.json b/plugins/oobe/package.json index 23407bc2..8a9b58db 100644 --- a/plugins/oobe/package.json +++ b/plugins/oobe/package.json @@ -53,13 +53,13 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4" + "@koishijs/client": "^5.25.5" }, "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/sandbox/package.json b/plugins/sandbox/package.json index 93ef7d87..5dcdd831 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.2.2", + "version": "3.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -52,15 +52,15 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { "@koishijs/assets": "^1.0.3", - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-console": "^5.23.4" + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-console": "^5.25.5" }, "dependencies": { - "@koishijs/console": "^5.23.4" + "@koishijs/console": "^5.25.5" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 2f9901ed..e8cc54a7 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-status", "description": "Status view for Koishi", - "version": "7.4.4", + "version": "7.4.6", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -41,18 +41,18 @@ } }, "peerDependencies": { - "@koishijs/plugin-console": "^5.23.4", - "koishi": "^4.16.3" + "@koishijs/plugin-console": "^5.25.5", + "koishi": "^4.16.4" }, "devDependencies": { - "@koishijs/client": "^5.23.4", - "@koishijs/plugin-analytics": "^2.0.5", - "@koishijs/plugin-config": "^2.8.1", + "@koishijs/client": "^5.25.5", + "@koishijs/plugin-analytics": "^2.0.6", + "@koishijs/plugin-config": "^2.8.2", "@types/envinfo": "^7.8.3", - "koishi": "^4.16.3" + "koishi": "^4.16.4" }, "dependencies": { - "@koishijs/console": "^5.23.4", + "@koishijs/console": "^5.25.5", "envinfo": "^7.11.0", "which-pm-runs": "^1.1.0" }