From 781125e3a3b4f0c15204cd100600fe76a83a8c52 Mon Sep 17 00:00:00 2001 From: Shigma Date: Fri, 16 Feb 2024 03:16:41 +0800 Subject: [PATCH] chore: bump versions --- package.json | 4 ++-- packages/core/package.json | 2 +- packages/koishi/package.json | 6 +++--- packages/loader/package.json | 6 +++--- plugins/common/bind/package.json | 4 ++-- plugins/common/broadcast/package.json | 4 ++-- plugins/common/callme/package.json | 4 ++-- plugins/common/echo/package.json | 4 ++-- plugins/common/help/package.json | 4 ++-- plugins/common/inspect/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 4 ++-- plugins/proxy-agent/package.json | 4 ++-- plugins/server/package.json | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 589a6a6e7..2c0600caf 100644 --- a/package.json +++ b/package.json @@ -71,9 +71,9 @@ "source-map-support": "^0.5.21", "typescript": "^5.3.2", "yakumo": "^1.0.0-beta.6", - "yakumo-esbuild": "^1.0.0-beta.2", + "yakumo-esbuild": "^1.0.0-beta.3", "yakumo-mocha": "^1.0.0-beta.2", "yakumo-tsc": "^1.0.0-beta.3", - "yml-register": "^1.1.0" + "yml-register": "^1.2.3" } } diff --git a/packages/core/package.json b/packages/core/package.json index f7e1cea25..ed07a6bd0 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.17.0-alpha.0", + "version": "4.17.0-beta.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 9f38acccd..ff0cb3e76 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.17.0-alpha.0", + "version": "4.17.0-beta.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,8 +45,8 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.17.0-alpha.0", - "@koishijs/loader": "4.5.0-alpha.0", + "@koishijs/core": "4.17.0-beta.0", + "@koishijs/loader": "4.5.0-beta.0", "@koishijs/plugin-proxy-agent": "^0.1.3", "@koishijs/plugin-server": "^3.1.7", "@koishijs/utils": "^7.1.2", diff --git a/packages/loader/package.json b/packages/loader/package.json index 5d3590fcc..dd7a0b2b2 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.5.0-alpha.0", + "version": "4.5.0-beta.0", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -45,10 +45,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.17.0-alpha.0" + "@koishijs/core": "4.17.0-beta.0" }, "devDependencies": { - "@koishijs/core": "4.17.0-alpha.0", + "@koishijs/core": "4.17.0-beta.0", "@types/js-yaml": "^4.0.9" }, "dependencies": { diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 3fc94355f..71aaeea64 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index f568cc484..6e140326c 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 2254b0554..7f2fe532a 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 0094c9796..5f1c07097 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 497dc5aa6..858d02c44 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 457d04b42..3afb34573 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.5", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 6988abba6..dda68bfcc 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -42,12 +42,12 @@ } }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@types/babel__code-frame": "^7.0.6", "esbuild": "^0.18.20", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "dependencies": { "@babel/code-frame": "^7.23.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index dff2333d1..800361246 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { "@koishijs/plugin-server": "^3.1.7", - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" } } diff --git a/plugins/proxy-agent/package.json b/plugins/proxy-agent/package.json index b730e0923..2dccfbf3c 100644 --- a/plugins/proxy-agent/package.json +++ b/plugins/proxy-agent/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "dependencies": { "undios-proxy-agent": "^0.1.3" diff --git a/plugins/server/package.json b/plugins/server/package.json index 33aca15e2..90cc7c372 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "devDependencies": { - "koishi": "^4.17.0-alpha.0" + "koishi": "^4.17.0-beta.0" }, "dependencies": { "@cordisjs/server": "^0.1.7"