diff --git a/packages/cli/package.json b/packages/cli/package.json index 879139abc6..b61002f29e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/cli", "description": "CLI for Koishi", - "version": "4.1.0", + "version": "4.1.1", "main": "index.js", "typings": "index.d.ts", "engines": { @@ -43,7 +43,7 @@ "chokidar": "^3.5.3", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "koishi": "^4.1.0", + "koishi": "^4.1.1", "prompts": "^2.4.2", "throttle-debounce": "^3.0.1" } diff --git a/packages/core/package.json b/packages/core/package.json index 22bc93b41f..1c04aabce1 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.1.0", + "version": "4.1.1", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", @@ -31,7 +31,7 @@ ], "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "chai-shape": "^1.0.0" diff --git a/packages/create/template/package.json b/packages/create/template/package.json index 542a768df1..597c659ff3 100644 --- a/packages/create/template/package.json +++ b/packages/create/template/package.json @@ -12,16 +12,16 @@ "typescript": "^4.4.4" }, "dependencies": { - "@koishijs/cli": "^4.1.0", + "@koishijs/cli": "^4.1.1", "@koishijs/plugin-adapter-discord": "^2.0.0", "@koishijs/plugin-adapter-onebot": "^4.0.0", "@koishijs/plugin-adapter-telegram": "^2.0.1", - "@koishijs/plugin-console": "^1.1.0", - "@koishijs/plugin-dataview": "^1.0.0", - "@koishijs/plugin-insight": "^1.0.0", - "@koishijs/plugin-logger": "^1.0.0", - "@koishijs/plugin-manager": "^1.1.0", - "@koishijs/plugin-status": "^5.1.0", - "koishi": "^4.1.0" + "@koishijs/plugin-console": "^2.0.0", + "@koishijs/plugin-dataview": "^1.1.0", + "@koishijs/plugin-insight": "^1.1.0", + "@koishijs/plugin-logger": "^1.1.0", + "@koishijs/plugin-manager": "^1.2.0", + "@koishijs/plugin-status": "^5.2.0", + "koishi": "^4.1.1" } } diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 5c12d07efb..4e70ac9f99 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -30,9 +30,9 @@ "command" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index e8c4c9298c..fd0884cd13 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "A QQ bot framework based on CQHTTP", - "version": "4.1.0", + "version": "4.1.1", "main": "lib/index.js", "typings": "lib/node.d.ts", "engines": { @@ -33,7 +33,7 @@ }, "dependencies": { "@koa/router": "^10.1.1", - "@koishijs/core": "^4.1.0", + "@koishijs/core": "^4.1.1", "@koishijs/utils": "^5.0.0", "@types/koa": "*", "@types/koa__router": "*", diff --git a/packages/ui-core/package.json b/packages/ui-core/package.json index 9771bf3332..e818b541f0 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.1.0" + "@koishijs/core": "^4.1.1" } } diff --git a/packages/ui-playground/package.json b/packages/ui-playground/package.json index d2f6525c7b..6b17974ef8 100644 --- a/packages/ui-playground/package.json +++ b/packages/ui-playground/package.json @@ -21,7 +21,7 @@ "vue": "^3.2.21" }, "dependencies": { - "@koishijs/core": "^4.1.0", + "@koishijs/core": "^4.1.1", "@vueuse/core": "^7.5.3", "monaco-editor": "^0.31.1" } diff --git a/plugins/a11y/admin/package.json b/plugins/a11y/admin/package.json index 254a7d5024..78ecdc7b44 100644 --- a/plugins/a11y/admin/package.json +++ b/plugins/a11y/admin/package.json @@ -32,10 +32,10 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index 0a05152bfc..1ef6bc601a 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -31,10 +31,10 @@ "bind" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index ed8b2d45fb..8ec578bf6e 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -31,10 +31,10 @@ "callme" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/a11y/rate-limit/package.json b/plugins/a11y/rate-limit/package.json index bd66b68eaf..740d18deeb 100644 --- a/plugins/a11y/rate-limit/package.json +++ b/plugins/a11y/rate-limit/package.json @@ -31,10 +31,10 @@ "rate-limit" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index c9243be459..24521d0cc2 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -31,9 +31,9 @@ ], "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" } } diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index e6267086e6..9b40a9fc0a 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -31,11 +31,11 @@ "sudo" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index 82bc86602d..167daddaff 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -33,11 +33,11 @@ "required:database" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/a11y/verifier/package.json b/plugins/a11y/verifier/package.json index e435626811..d0220b7527 100644 --- a/plugins/a11y/verifier/package.json +++ b/plugins/a11y/verifier/package.json @@ -31,9 +31,9 @@ "verifier" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 4a87299d7f..88358254ec 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -28,10 +28,10 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/es-aggregate-error": "^1.0.2", "@types/ws": "^8.2.2", "axios": "^0.24.0" diff --git a/plugins/adapter/kaiheila/package.json b/plugins/adapter/kaiheila/package.json index a00ff0cef5..4e4973fc37 100644 --- a/plugins/adapter/kaiheila/package.json +++ b/plugins/adapter/kaiheila/package.json @@ -24,10 +24,10 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "axios": "^0.24.0", diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index a6fb59f4b6..faecc30a6c 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -27,10 +27,10 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/ws": "^8.2.2" }, "dependencies": { diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 7a735704ec..23dc38a8f3 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -28,7 +28,7 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@qq-guild-sdk/core": "^1.1.4", diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 1004fc0c27..8a32db0f4a 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -28,11 +28,11 @@ "koishi" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@types/es-aggregate-error": "^1.0.2", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "axios": "^0.24.0", diff --git a/plugins/assets/git/package.json b/plugins/assets/git/package.json index a9c142364b..9c21cc76e8 100644 --- a/plugins/assets/git/package.json +++ b/plugins/assets/git/package.json @@ -33,7 +33,7 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "simple-git": "^2.48.0" diff --git a/plugins/assets/local/package.json b/plugins/assets/local/package.json index 7a9e189e9c..114462ed35 100644 --- a/plugins/assets/local/package.json +++ b/plugins/assets/local/package.json @@ -30,6 +30,6 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" } } diff --git a/plugins/assets/remote/package.json b/plugins/assets/remote/package.json index 7bbca174d9..e354183e3e 100644 --- a/plugins/assets/remote/package.json +++ b/plugins/assets/remote/package.json @@ -30,6 +30,6 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" } } diff --git a/plugins/assets/s3/package.json b/plugins/assets/s3/package.json index 7692d11bb3..955d458eae 100644 --- a/plugins/assets/s3/package.json +++ b/plugins/assets/s3/package.json @@ -34,7 +34,7 @@ "service:assets" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@aws-sdk/client-s3": "^3.47.0" diff --git a/plugins/cache/lru/package.json b/plugins/cache/lru/package.json index 6de3e58f99..744f8d1d68 100644 --- a/plugins/cache/lru/package.json +++ b/plugins/cache/lru/package.json @@ -31,7 +31,7 @@ "lru" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "lru-cache": "^6.0.0" diff --git a/plugins/cache/redis/package.json b/plugins/cache/redis/package.json index 930c9a8232..db34cc06de 100644 --- a/plugins/cache/redis/package.json +++ b/plugins/cache/redis/package.json @@ -35,7 +35,7 @@ "lru" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "generic-pool": "^3.8.2", diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index b351ef3cc3..6845ae8ca4 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -31,10 +31,10 @@ "broadcast" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index be44f84f67..e6ee49cdfa 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -31,10 +31,10 @@ "echo" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/common/feedback/package.json b/plugins/common/feedback/package.json index baffc7e77c..0cd3d46047 100644 --- a/plugins/common/feedback/package.json +++ b/plugins/common/feedback/package.json @@ -31,10 +31,10 @@ "feedback" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index feb52fc524..9b2e4ffed1 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-forward", "description": "Forward plugin for Koishi", - "version": "1.0.1", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -33,10 +33,11 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-database-memory": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "@koishijs/helpers": "^1.0.0" diff --git a/plugins/common/recall/package.json b/plugins/common/recall/package.json index 5226b92bcd..e74b810540 100644 --- a/plugins/common/recall/package.json +++ b/plugins/common/recall/package.json @@ -31,9 +31,9 @@ "recall" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/common/repeater/package.json b/plugins/common/repeater/package.json index c39f717085..bd93277ed0 100644 --- a/plugins/common/repeater/package.json +++ b/plugins/common/repeater/package.json @@ -31,9 +31,9 @@ "repeater" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/common/respondent/package.json b/plugins/common/respondent/package.json index 5bcc483843..0037ed2a66 100644 --- a/plugins/common/respondent/package.json +++ b/plugins/common/respondent/package.json @@ -31,9 +31,9 @@ "optional:database" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index 153e6f1ff0..7db3052cc6 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -31,11 +31,11 @@ "leveldb" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/abstract-leveldown": "^7.2.0", "@types/level": "^6.0.0", "@types/subleveldown": "^4.1.1" diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 7138695ee9..3215be7ecd 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -30,11 +30,11 @@ "server" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/js-yaml": "^4.0.5", "js-yaml": "^4.1.0" }, diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 9f63354026..0275d9fa4d 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mongo", "description": "MongoDB support for Koishi", - "version": "3.0.1", + "version": "3.0.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -33,10 +33,10 @@ ], "devDependencies": { "@koishijs/database-tests": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index b9a3e998f5..04043f1dcf 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -32,10 +32,10 @@ ], "devDependencies": { "@koishijs/database-tests": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", diff --git a/plugins/database/orm-utils/package.json b/plugins/database/orm-utils/package.json index d2dd635caa..3b4ccf06ab 100644 --- a/plugins/database/orm-utils/package.json +++ b/plugins/database/orm-utils/package.json @@ -31,6 +31,6 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" } } diff --git a/plugins/database/sql-utils/package.json b/plugins/database/sql-utils/package.json index 84b02c7ffc..094b33af47 100644 --- a/plugins/database/sql-utils/package.json +++ b/plugins/database/sql-utils/package.json @@ -31,7 +31,7 @@ "utilities" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": {}, "dependencies": {} diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 974d9f2cd3..cb4b940eaf 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -32,7 +32,7 @@ "sqlite" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@koishijs/orm-utils": "^1.0.0", @@ -42,7 +42,7 @@ }, "devDependencies": { "@koishijs/database-tests": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/better-sqlite3": "^7.4.2" } } diff --git a/plugins/database/tests/package.json b/plugins/database/tests/package.json index 4707ec16a0..8c2ef716b8 100644 --- a/plugins/database/tests/package.json +++ b/plugins/database/tests/package.json @@ -38,8 +38,8 @@ "@types/node": "^17.0.10" }, "peerDependencies": { - "@koishijs/plugin-mock": "^1.0.0", - "koishi": "^4.1.0" + "@koishijs/plugin-mock": "^1.0.1", + "koishi": "^4.1.1" }, "dependencies": { "chai": "^4.3.4", diff --git a/plugins/eval/package.json b/plugins/eval/package.json index fcd0d25425..18ebf3abfb 100644 --- a/plugins/eval/package.json +++ b/plugins/eval/package.json @@ -33,7 +33,7 @@ "code" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "optionalDependencies": { "@babel/core": "^7.16.7", @@ -51,6 +51,6 @@ "@types/babel__core": "^7.1.18", "@types/js-yaml": "^4.0.5", "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" } } diff --git a/plugins/frontend/builder/package.json b/plugins/frontend/builder/package.json index ad0c20db5b..28a39ca79e 100644 --- a/plugins/frontend/builder/package.json +++ b/plugins/frontend/builder/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/builder", "description": "Building utilities for @koishijs/plugin-console", - "version": "1.0.0", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/frontend/chat/package.json b/plugins/frontend/chat/package.json index 18b6828ed3..9006f5a541 100644 --- a/plugins/frontend/chat/package.json +++ b/plugins/frontend/chat/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-chat", "description": "Display and respond to messages for Koishi", - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,9 +30,9 @@ "server" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-console": "^1.1.0" + "@koishijs/plugin-console": "^2.0.0" } } diff --git a/plugins/frontend/commands/package.json b/plugins/frontend/commands/package.json index 85f68cb0ca..46edf3e904 100644 --- a/plugins/frontend/commands/package.json +++ b/plugins/frontend/commands/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-commands", "description": "Override command config for Koishi", - "version": "1.0.1", + "version": "1.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,11 +32,11 @@ "command" ], "peerDependencies": { - "@koishijs/plugin-console": "^1.1.0", - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-mock": "^1.0.0", + "@koishijs/plugin-console": "^2.0.0", + "@koishijs/plugin-mock": "^1.0.1", "@types/throttle-debounce": "^2.1.0" }, "dependencies": { diff --git a/plugins/frontend/console/package.json b/plugins/frontend/console/package.json index caaddb4745..796e08d7c5 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": "1.1.0", + "version": "2.0.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,7 +30,7 @@ "webui" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/plugins/frontend/dataview/package.json b/plugins/frontend/dataview/package.json index f20bf3a0a7..59781d5d48 100644 --- a/plugins/frontend/dataview/package.json +++ b/plugins/frontend/dataview/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-dataview", "description": "View Database in Koishi Console", - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,7 +32,7 @@ "database" ], "peerDependencies": { - "@koishijs/plugin-console": "^1.1.0", - "koishi": "^4.1.0" + "@koishijs/plugin-console": "^2.0.0", + "koishi": "^4.1.1" } } diff --git a/plugins/frontend/insight/package.json b/plugins/frontend/insight/package.json index 0ddf07bfb4..ede2d77093 100644 --- a/plugins/frontend/insight/package.json +++ b/plugins/frontend/insight/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-insight", "description": "Show plugin dependency tree for Koishi", - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,8 +32,8 @@ "insight" ], "peerDependencies": { - "@koishijs/plugin-console": "^1.1.0", - "koishi": "^4.1.0" + "@koishijs/plugin-console": "^2.0.0", + "koishi": "^4.1.1" }, "devDependencies": { "@types/throttle-debounce": "^2.1.0" diff --git a/plugins/frontend/logger/package.json b/plugins/frontend/logger/package.json index 5bcaf8c0ba..9eb5628ad9 100644 --- a/plugins/frontend/logger/package.json +++ b/plugins/frontend/logger/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-logger", "description": "Dump log files for Koishi", - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,11 +32,11 @@ "logs" ], "peerDependencies": { - "@koishijs/plugin-console": "^1.1.0", - "koishi": "^4.1.0" + "@koishijs/plugin-console": "^2.0.0", + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/cli": "^4.1.0", + "@koishijs/cli": "^4.1.1", "ansi_up": "^5.1.0" } } diff --git a/plugins/frontend/manager/package.json b/plugins/frontend/manager/package.json index 529edbaf04..ae17dbab60 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.1.0", + "version": "1.2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -32,9 +32,9 @@ "server" ], "peerDependencies": { - "@koishijs/cli": "^4.1.0", - "@koishijs/plugin-console": "^1.1.0", - "koishi": "^4.1.0" + "@koishijs/cli": "^4.1.1", + "@koishijs/plugin-console": "^2.0.0", + "koishi": "^4.1.1" }, "devDependencies": { "@types/cross-spawn": "^6.0.2" diff --git a/plugins/frontend/mock/package.json b/plugins/frontend/mock/package.json index 0894910e07..144bb927fe 100644 --- a/plugins/frontend/mock/package.json +++ b/plugins/frontend/mock/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-mock", "description": "Tester for Koishi", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -34,6 +34,6 @@ "mock" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" } } diff --git a/plugins/frontend/status/package.json b/plugins/frontend/status/package.json index 246f887bdc..e64d42fbff 100644 --- a/plugins/frontend/status/package.json +++ b/plugins/frontend/status/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-status", "description": "Status view for Koishi", - "version": "5.1.0", + "version": "5.2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -30,11 +30,11 @@ "server" ], "peerDependencies": { - "koishi": "^4.1.0" + "@koishijs/plugin-console": "^2.0.0", + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/cli": "^4.1.0", - "@koishijs/plugin-console": "^1.1.0", + "@koishijs/cli": "^4.1.1", "echarts": "^5.2.2", "vue-echarts": "^6.0.2" }, diff --git a/plugins/github/package.json b/plugins/github/package.json index 3dd60ddbb9..e954185d31 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -34,10 +34,10 @@ "@types/marked": "^4.0.1", "@koishijs/plugin-puppeteer": "^3.0.0", "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-mock": "^1.0.1" }, "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "@octokit/webhooks-types": "^5.2.0", diff --git a/plugins/puppeteer/package.json b/plugins/puppeteer/package.json index 81578ea503..04155c3415 100644 --- a/plugins/puppeteer/package.json +++ b/plugins/puppeteer/package.json @@ -32,7 +32,7 @@ "@types/pngjs": "^6.0.1" }, "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "dependencies": { "chrome-finder": "^1.0.7", diff --git a/plugins/teach/package.json b/plugins/teach/package.json index 471b328f60..4cdeaee432 100644 --- a/plugins/teach/package.json +++ b/plugins/teach/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-teach", "description": "Teach plugin for Koishi", - "version": "3.0.0", + "version": "3.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { @@ -36,13 +36,13 @@ "optional:assets" ], "peerDependencies": { - "koishi": "^4.1.0" + "koishi": "^4.1.1" }, "devDependencies": { - "@koishijs/plugin-console": "^1.1.0", + "@koishijs/plugin-console": "^2.0.0", "@koishijs/plugin-database-memory": "^1.0.0", - "@koishijs/plugin-status": "^5.1.0", - "@koishijs/plugin-mock": "^1.0.0" + "@koishijs/plugin-status": "^5.2.0", + "@koishijs/plugin-mock": "^1.0.1" }, "dependencies": { "fastest-levenshtein": "^1.0.12",