diff --git a/build/compile.ts b/build/compile.ts index 482ff27764..ec28a5e81c 100644 --- a/build/compile.ts +++ b/build/compile.ts @@ -107,7 +107,7 @@ async function compile(name: string) { return Promise.all([ bundle({ ...options, - outfile: base + '/' + meta.main, + outfile: base + '/' + meta.module.replace('browser', 'node'), plugins: [ usePlatformPlugin('node'), externalPlugin, diff --git a/packages/cli/package.json b/packages/cli/package.json index 8ae7b37782..4dea631a15 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/cli", "description": "CLI for Koishi", - "version": "4.2.2", + "version": "4.3.1", "main": "lib/utils.js", "typings": "lib/utils.d.ts", "engines": { @@ -32,7 +32,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@types/js-yaml": "^4.0.5", @@ -48,4 +48,4 @@ "prompts": "^2.4.2", "throttle-debounce": "^3.0.1" } -} +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 71f04ddb79..6ed28faf6d 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.2.2", + "version": "4.3.1", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", @@ -37,8 +37,8 @@ "chai-shape": "^1.0.0" }, "dependencies": { - "@koishijs/utils": "^5.1.0", + "@koishijs/utils": "^5.1.2", "fastest-levenshtein": "^1.0.12", - "schemastery": "^2.4.2" + "schemastery": "^2.5.0" } -} +} \ No newline at end of file diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 87186da185..bd054f05d4 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -30,9 +30,9 @@ "command" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/packages/koishi/package.json b/packages/koishi/package.json index cff32a2956..03e7911b4e 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.2.2", + "version": "4.3.1", "main": "lib/index.js", "typings": "lib/node.d.ts", "engines": { @@ -33,8 +33,8 @@ }, "dependencies": { "@koa/router": "^10.1.1", - "@koishijs/core": "^4.2.2", - "@koishijs/utils": "^5.1.0", + "@koishijs/core": "^4.3.1", + "@koishijs/utils": "^5.1.2", "@types/koa": "*", "@types/koa__router": "*", "@types/ws": "^8.2.2", @@ -47,4 +47,4 @@ "proxy-agent": "^5.0.0", "ws": "^8.4.2" } -} +} \ No newline at end of file diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 237db8c4d8..7bf9c2a153 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -32,8 +32,8 @@ "koishi" ], "peerDependencies": { - "@koishijs/cli": "^4.2.2", - "@koishijs/client": "^3.1.1" + "@koishijs/cli": "^4.3.1", + "@koishijs/client": "^3.1.2" }, "devDependencies": { "@types/cross-spawn": "^6.0.2", @@ -51,4 +51,4 @@ "prompts": "^2.4.2", "semver": "^7.3.5" } -} +} \ No newline at end of file diff --git a/packages/segment/package.json b/packages/segment/package.json index 30e0f181aa..4027298d8a 100644 --- a/packages/segment/package.json +++ b/packages/segment/package.json @@ -1,12 +1,13 @@ { "name": "@koishijs/segment", "description": "Segment Manipulation", - "version": "1.0.0", + "version": "1.1.1", "main": "index.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", "files": [ - "lib" + "lib", + "index.js" ], "author": "Shigma ", "license": "MIT", @@ -27,4 +28,4 @@ "koishi", "utilities" ] -} +} \ No newline at end of file diff --git a/packages/ui-core/package.json b/packages/ui-core/package.json index 02a095ada8..988500c9af 100644 --- a/packages/ui-core/package.json +++ b/packages/ui-core/package.json @@ -21,6 +21,6 @@ "vue": "^3.2.21" }, "dependencies": { - "@koishijs/core": "^4.2.2" + "@koishijs/core": "^4.3.1" } -} +} \ No newline at end of file diff --git a/packages/ui-playground/package.json b/packages/ui-playground/package.json index dac7951551..396ac339cf 100644 --- a/packages/ui-playground/package.json +++ b/packages/ui-playground/package.json @@ -21,8 +21,8 @@ "vue": "^3.2.21" }, "dependencies": { - "@koishijs/core": "^4.2.2", + "@koishijs/core": "^4.3.1", "@vueuse/core": "^7.5.3", "monaco-editor": "^0.31.1" } -} +} \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 717c622ef1..1e896747a7 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/utils", "description": "Utilities for Koishi", - "version": "5.1.0", + "version": "5.1.2", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", @@ -32,7 +32,7 @@ "@types/supports-color": "^8.1.1" }, "dependencies": { - "@koishijs/segment": "^1.0.0", + "@koishijs/segment": "^1.1.1", "supports-color": "^8.1.0" } -} +} \ No newline at end of file diff --git a/plugins/a11y/admin/package.json b/plugins/a11y/admin/package.json index 28f3f27fbe..feb84eecdd 100644 --- a/plugins/a11y/admin/package.json +++ b/plugins/a11y/admin/package.json @@ -32,7 +32,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" @@ -40,4 +40,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index de05dcff10..bab68fc8e0 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -32,10 +32,10 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index 2ca7cc9201..cd181b83b6 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -32,10 +32,10 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/a11y/rate-limit/package.json b/plugins/a11y/rate-limit/package.json index f739804818..7b599de355 100644 --- a/plugins/a11y/rate-limit/package.json +++ b/plugins/a11y/rate-limit/package.json @@ -32,7 +32,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" @@ -40,4 +40,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index 62bd1950cc..b95cc8701a 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -34,6 +34,6 @@ "@koishijs/plugin-mock": "^1.0.2" }, "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" } -} +} \ No newline at end of file diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index 72f2f32430..e766bc7ba7 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -32,7 +32,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", @@ -41,4 +41,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index d3755cdc89..f30dbe10e7 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -33,7 +33,7 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", @@ -42,4 +42,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/a11y/verifier/package.json b/plugins/a11y/verifier/package.json index 468c0864fe..7ea386637a 100644 --- a/plugins/a11y/verifier/package.json +++ b/plugins/a11y/verifier/package.json @@ -31,9 +31,9 @@ "verifier" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 177e0b65ac..fd5b9513a4 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -29,7 +29,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2", @@ -43,4 +43,4 @@ "form-data": "^4.0.0", "ws": "^8.4.2" } -} +} \ No newline at end of file diff --git a/plugins/adapter/kaiheila/package.json b/plugins/adapter/kaiheila/package.json index f0e3e4ad6d..0bb04d71f6 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.3", + "version": "2.0.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -25,7 +25,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" @@ -35,4 +35,4 @@ "form-data": "^4.0.0", "ws": "^8.4.2" } -} +} \ No newline at end of file diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 269ebb4804..cecd07499b 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-onebot", "description": "CQHTTP adapter for Koishi", - "version": "4.1.1", + "version": "4.1.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -28,7 +28,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2", @@ -38,4 +38,4 @@ "qface": "^1.2.0", "ws": "^8.4.2" } -} +} \ No newline at end of file diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 5853701a60..d7faffdeb6 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -29,10 +29,10 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@qq-guild-sdk/core": "^1.1.4", "qface": "^1.2.0" } -} +} \ No newline at end of file diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index ac03bc358f..cf3e3d88eb 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -29,7 +29,7 @@ "impl:adapter" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@types/es-aggregate-error": "^1.0.2", @@ -41,4 +41,4 @@ "file-type": "^16.5.3", "form-data": "^4.0.0" } -} +} \ No newline at end of file diff --git a/plugins/assets/git/package.json b/plugins/assets/git/package.json index ab67866885..3d3b233307 100644 --- a/plugins/assets/git/package.json +++ b/plugins/assets/git/package.json @@ -33,9 +33,9 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "simple-git": "^2.48.0" } -} +} \ No newline at end of file diff --git a/plugins/assets/local/package.json b/plugins/assets/local/package.json index fcf57dcc20..81313f36f2 100644 --- a/plugins/assets/local/package.json +++ b/plugins/assets/local/package.json @@ -30,6 +30,6 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" } -} +} \ No newline at end of file diff --git a/plugins/assets/remote/package.json b/plugins/assets/remote/package.json index bf6acab21e..4596ac5c50 100644 --- a/plugins/assets/remote/package.json +++ b/plugins/assets/remote/package.json @@ -30,6 +30,6 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" } -} +} \ No newline at end of file diff --git a/plugins/assets/s3/package.json b/plugins/assets/s3/package.json index e3abcc57e3..ecbb3ca4d0 100644 --- a/plugins/assets/s3/package.json +++ b/plugins/assets/s3/package.json @@ -34,9 +34,9 @@ "impl:assets" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@aws-sdk/client-s3": "^3.47.0" } -} +} \ No newline at end of file diff --git a/plugins/cache/lru/package.json b/plugins/cache/lru/package.json index 43aaa84a33..03a66cb628 100644 --- a/plugins/cache/lru/package.json +++ b/plugins/cache/lru/package.json @@ -32,7 +32,7 @@ "impl:cache" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "lru-cache": "^6.0.0" @@ -40,4 +40,4 @@ "devDependencies": { "@types/lru-cache": "^5.1.1" } -} +} \ No newline at end of file diff --git a/plugins/cache/redis/package.json b/plugins/cache/redis/package.json index b1becd4e65..6060146525 100644 --- a/plugins/cache/redis/package.json +++ b/plugins/cache/redis/package.json @@ -35,10 +35,10 @@ "lru" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "generic-pool": "^3.8.2", "redis": "^4.0.2" } -} +} \ No newline at end of file diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 0dbeecc52d..d3d07d11c2 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -32,10 +32,10 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 7e3b63a114..baa43b5691 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -31,7 +31,7 @@ "echo" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" @@ -39,4 +39,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/common/feedback/package.json b/plugins/common/feedback/package.json index ce156df443..a96dec14cb 100644 --- a/plugins/common/feedback/package.json +++ b/plugins/common/feedback/package.json @@ -31,7 +31,7 @@ "feedback" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" @@ -39,4 +39,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index e2429f63fd..2c9c42d63b 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -33,7 +33,7 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.2", @@ -42,4 +42,4 @@ "dependencies": { "@koishijs/helpers": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/common/recall/package.json b/plugins/common/recall/package.json index 872c18f5c4..6f446ab63e 100644 --- a/plugins/common/recall/package.json +++ b/plugins/common/recall/package.json @@ -31,9 +31,9 @@ "recall" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/common/repeater/package.json b/plugins/common/repeater/package.json index ca375ccce2..0a283b7cca 100644 --- a/plugins/common/repeater/package.json +++ b/plugins/common/repeater/package.json @@ -31,9 +31,9 @@ "repeater" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/common/respondent/package.json b/plugins/common/respondent/package.json index 6074133e48..ca3351f5a6 100644 --- a/plugins/common/respondent/package.json +++ b/plugins/common/respondent/package.json @@ -31,9 +31,9 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index 0a46ffa76d..f965f1b060 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -32,7 +32,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", @@ -46,4 +46,4 @@ "level": "^7.0.1", "subleveldown": "^6.0.1" } -} +} \ No newline at end of file diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 08c8908d27..a1666e9957 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -31,7 +31,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", @@ -42,4 +42,4 @@ "dependencies": { "@koishijs/orm-utils": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 51fba72476..c68d9066e9 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -37,10 +37,10 @@ "@koishijs/plugin-mock": "^1.0.2" }, "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", "mongodb": "^4.3.0" } -} +} \ No newline at end of file diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 9543df6a68..2d7985420a 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -36,7 +36,7 @@ "@koishijs/plugin-mock": "^1.0.2" }, "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", @@ -44,4 +44,4 @@ "@types/mysql": "^2.15.20", "@vlasky/mysql": "^2.18.5" } -} +} \ No newline at end of file diff --git a/plugins/database/orm-utils/package.json b/plugins/database/orm-utils/package.json index 06765fc72b..051abf460d 100644 --- a/plugins/database/orm-utils/package.json +++ b/plugins/database/orm-utils/package.json @@ -31,6 +31,6 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" } -} +} \ No newline at end of file diff --git a/plugins/database/sql-utils/package.json b/plugins/database/sql-utils/package.json index 7fdaad7324..24359d1396 100644 --- a/plugins/database/sql-utils/package.json +++ b/plugins/database/sql-utils/package.json @@ -31,8 +31,8 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": {}, "dependencies": {} -} +} \ No newline at end of file diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 7ca5289a5a..2bb584f323 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -33,7 +33,7 @@ "impl:database" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", @@ -46,4 +46,4 @@ "@koishijs/plugin-mock": "^1.0.2", "@types/better-sqlite3": "^7.4.2" } -} +} \ No newline at end of file diff --git a/plugins/database/tests/package.json b/plugins/database/tests/package.json index db70ad1f06..94010dd129 100644 --- a/plugins/database/tests/package.json +++ b/plugins/database/tests/package.json @@ -39,11 +39,11 @@ }, "peerDependencies": { "@koishijs/plugin-mock": "^1.0.2", - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "chai-shape": "^1.0.0" } -} +} \ No newline at end of file diff --git a/plugins/eval/package.json b/plugins/eval/package.json index db21a3c688..5c3ee65caf 100644 --- a/plugins/eval/package.json +++ b/plugins/eval/package.json @@ -34,7 +34,7 @@ "impl:worker" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "optionalDependencies": { "@babel/core": "^7.16.7", @@ -54,4 +54,4 @@ "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-mock": "^1.0.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/auth/package.json b/plugins/frontend/auth/package.json index c7b5d9ff32..4cb60c7097 100644 --- a/plugins/frontend/auth/package.json +++ b/plugins/frontend/auth/package.json @@ -34,10 +34,10 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1" + "@koishijs/client": "^3.1.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/chat/package.json b/plugins/frontend/chat/package.json index 6483c6c112..452b5a1eca 100644 --- a/plugins/frontend/chat/package.json +++ b/plugins/frontend/chat/package.json @@ -31,10 +31,10 @@ "optional:console" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/plugin-console": "^3.1.1" + "@koishijs/client": "^3.1.2", + "@koishijs/plugin-console": "^3.1.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/client/package.json b/plugins/frontend/client/package.json index e3dd2be38f..4054b7b42a 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.1.1", + "version": "3.1.2", "main": "client/index.ts", "files": [ "app", @@ -35,7 +35,7 @@ "build" ], "dependencies": { - "@koishijs/segment": "^1.0.0", + "@koishijs/segment": "^1.1.1", "@types/marked": "^4.0.1", "@vitejs/plugin-vue": "^2.0.1", "@vueuse/core": "^7.5.3", @@ -47,4 +47,4 @@ "vue": "^3.2.21", "vue-router": "^4.0.12" } -} +} \ No newline at end of file diff --git a/plugins/frontend/commands/package.json b/plugins/frontend/commands/package.json index b9d6e0266e..bcec0a8133 100644 --- a/plugins/frontend/commands/package.json +++ b/plugins/frontend/commands/package.json @@ -33,15 +33,15 @@ "optional:console" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/plugin-console": "^3.1.1", + "@koishijs/client": "^3.1.2", + "@koishijs/plugin-console": "^3.1.2", "@koishijs/plugin-mock": "^1.0.2", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { "throttle-debounce": "^3.0.1" } -} +} \ No newline at end of file diff --git a/plugins/frontend/console/package.json b/plugins/frontend/console/package.json index 6351399d9c..a25fdc153f 100644 --- a/plugins/frontend/console/package.json +++ b/plugins/frontend/console/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-console", "description": "A web user interface for Koishi", - "version": "3.1.1", + "version": "3.1.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -31,10 +31,10 @@ "impl:console" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", + "@koishijs/client": "^3.1.2", "@types/uuid": "^8.3.4" }, "dependencies": { @@ -42,4 +42,4 @@ "uuid": "^8.3.2", "ws": "^8.4.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/dataview/package.json b/plugins/frontend/dataview/package.json index 314078c853..d5aae682a0 100644 --- a/plugins/frontend/dataview/package.json +++ b/plugins/frontend/dataview/package.json @@ -34,10 +34,10 @@ "required:database" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1" + "@koishijs/client": "^3.1.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/insight/package.json b/plugins/frontend/insight/package.json index 1091bad7ae..8df68eba66 100644 --- a/plugins/frontend/insight/package.json +++ b/plugins/frontend/insight/package.json @@ -33,14 +33,14 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", + "@koishijs/client": "^3.1.2", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { "throttle-debounce": "^3.0.1" } -} +} \ No newline at end of file diff --git a/plugins/frontend/logger/package.json b/plugins/frontend/logger/package.json index 3d0ac7981f..3b5098995b 100644 --- a/plugins/frontend/logger/package.json +++ b/plugins/frontend/logger/package.json @@ -33,12 +33,12 @@ "optional:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/cli": "^4.2.2", + "@koishijs/client": "^3.1.2", + "@koishijs/cli": "^4.3.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 b242922405..bebfc0de0d 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.5.2", + "version": "1.5.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -33,16 +33,16 @@ "required:console" ], "peerDependencies": { - "@koishijs/cli": "^4.2.2", - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/cli": "^4.3.1", + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", + "@koishijs/client": "^3.1.2", "@types/cross-spawn": "^6.0.2" }, "dependencies": { "cross-spawn": "^7.0.3", "semver": "^7.3.5" } -} +} \ No newline at end of file diff --git a/plugins/frontend/sandbox/package.json b/plugins/frontend/sandbox/package.json index eb21ffb597..deb8414148 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.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -35,10 +35,10 @@ "mock" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/plugin-console": "^3.1.1" + "@koishijs/client": "^3.1.2", + "@koishijs/plugin-console": "^3.1.2" } -} +} \ No newline at end of file diff --git a/plugins/frontend/status/package.json b/plugins/frontend/status/package.json index ce6b070667..cdb7102196 100644 --- a/plugins/frontend/status/package.json +++ b/plugins/frontend/status/package.json @@ -31,16 +31,16 @@ "required:console" ], "peerDependencies": { - "@koishijs/plugin-console": "^3.1.1", - "koishi": "^4.2.2" + "@koishijs/plugin-console": "^3.1.2", + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/cli": "^4.2.2", + "@koishijs/client": "^3.1.2", + "@koishijs/cli": "^4.3.1", "echarts": "^5.2.2", "vue-echarts": "^6.0.2" }, "dependencies": { "systeminformation": "^5.10.0" } -} +} \ No newline at end of file diff --git a/plugins/github/package.json b/plugins/github/package.json index 5d12a6fa77..ded03c8c8d 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -38,11 +38,11 @@ "@koishijs/plugin-mock": "^1.0.2" }, "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "@octokit/webhooks-types": "^5.2.0", "axios": "^0.24.0", "marked": "^4.0.10" } -} +} \ No newline at end of file diff --git a/plugins/mock/package.json b/plugins/mock/package.json index aeef01216b..8c76d93fed 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -35,6 +35,6 @@ "impl:mock" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" } -} +} \ No newline at end of file diff --git a/plugins/puppeteer/package.json b/plugins/puppeteer/package.json index 821eb193fd..a10805beed 100644 --- a/plugins/puppeteer/package.json +++ b/plugins/puppeteer/package.json @@ -33,11 +33,11 @@ "@types/pngjs": "^6.0.1" }, "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "dependencies": { "chrome-finder": "^1.0.7", "pngjs": "^6.0.0", "puppeteer-core": "^13.0.1" } -} +} \ No newline at end of file diff --git a/plugins/teach/package.json b/plugins/teach/package.json index 74b7380f24..50d609c531 100644 --- a/plugins/teach/package.json +++ b/plugins/teach/package.json @@ -38,11 +38,11 @@ "impl:teach" ], "peerDependencies": { - "koishi": "^4.2.2" + "koishi": "^4.3.1" }, "devDependencies": { - "@koishijs/client": "^3.1.1", - "@koishijs/plugin-console": "^3.1.1", + "@koishijs/client": "^3.1.2", + "@koishijs/plugin-console": "^3.1.2", "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-status": "^5.3.1", "@koishijs/plugin-mock": "^1.0.2" @@ -51,4 +51,4 @@ "fastest-levenshtein": "^1.0.12", "simplify-chinese": "^1.1.0" } -} +} \ No newline at end of file