diff --git a/package.json b/package.json index 131b0c697..8bca07e2a 100644 --- a/package.json +++ b/package.json @@ -69,11 +69,10 @@ "shx": "^0.3.4", "source-map-support": "^0.5.21", "typescript": "^5.3.2", - "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", - "yakumo-tsc": "^1.0.0-alpha.2", + "yakumo": "^1.0.0-beta.2", + "yakumo-esbuild": "^1.0.0-beta.1", + "yakumo-mocha": "^1.0.0-beta.1", + "yakumo-tsc": "^1.0.0-beta.0", "yml-register": "^1.1.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index bec116c6f..3719d726d 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.16.6", + "version": "4.16.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -34,7 +34,7 @@ "@koishijs/i18n-utils": "^1.0.1", "@koishijs/utils": "^7.1.2", "@minatojs/core": "^2.8.1", - "@satorijs/core": "^3.4.2", + "@satorijs/core": "^3.4.4", "cordis": "^3.6.1", "cosmokit": "^1.5.2", "fastest-levenshtein": "^1.0.16" diff --git a/packages/koishi/package.json b/packages/koishi/package.json index e5d6618d1..ae66fad97 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.16.6", + "version": "4.16.7", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,11 +45,11 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.16.6", - "@koishijs/loader": "4.4.2", - "@koishijs/plugin-server": "^3.1.3", + "@koishijs/core": "4.16.7", + "@koishijs/loader": "4.4.3", + "@koishijs/plugin-server": "^3.1.6", "@koishijs/utils": "^7.1.2", - "@satorijs/satori": "^3.4.2", + "@satorijs/satori": "^3.4.4", "cac": "^6.7.14", "kleur": "^4.1.5" }, diff --git a/packages/loader/package.json b/packages/loader/package.json index 18d8cc0c8..b5aa79862 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.4.2", + "version": "4.4.3", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,10 +45,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.16.6" + "@koishijs/core": "4.16.7" }, "devDependencies": { - "@koishijs/core": "4.16.6", + "@koishijs/core": "4.16.7", "@types/js-yaml": "^4.0.9" }, "dependencies": { diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 50b90918e..4afde9ef0 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,11 +46,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 7cd84e1e1..d9cbf76ec 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index e1dd3234e..305cdf704 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index f9d1b3766..76b569ea0 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 8874c03f1..7a1a448a2 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.5.1", "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 21a578c3d..9d143cb20 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.16.6" + "koishi": "^4.16.7" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index fb2c7d284..88200bff1 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@minatojs/driver-memory": "^2.5.1" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index d2a35a047..190c6a3ad 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@minatojs/driver-mongo": "^2.10.4" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 8c8c76ef9..aa95c560b 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@minatojs/driver-mysql": "^2.7.5" diff --git a/plugins/database/postgres/package.json b/plugins/database/postgres/package.json index 4f3586934..86afecad9 100644 --- a/plugins/database/postgres/package.json +++ b/plugins/database/postgres/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@minatojs/driver-postgres": "^1.1.3" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 059a4e585..4ef08ea21 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@minatojs/driver-sqlite": "^3.8.4" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 9435640dc..de8ac02d7 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -42,12 +42,12 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", "esbuild": "^0.18.20", - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@babel/code-frame": "^7.23.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 28757ab8b..9523c5802 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "@koishijs/plugin-server": "^3.1.3", - "koishi": "^4.16.6" + "@koishijs/plugin-server": "^3.1.6", + "koishi": "^4.16.7" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index e576dd201..540ae4363 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "devDependencies": { - "koishi": "^4.16.6" + "koishi": "^4.16.7" }, "dependencies": { "@cordisjs/server": "^0.1.6" diff --git a/yakumo.yml b/yakumo.yml index a352b4b28..c4fed37a9 100644 --- a/yakumo.yml +++ b/yakumo.yml @@ -8,5 +8,4 @@ - tsc --clean - name: yakumo-esbuild - name: yakumo-mocha -- name: yakumo-publish-sync - name: yakumo-tsc