From 707f606ceceefea8ee7c188bd7e680a9bcd42fb2 Mon Sep 17 00:00:00 2001 From: Shigma Date: Mon, 3 Jul 2023 02:55:04 +0800 Subject: [PATCH] chore: bump versions --- packages/core/package.json | 2 +- packages/koishi/package.json | 6 +++--- packages/loader/package.json | 6 +++--- plugins/adapter/discord/package.json | 8 ++++---- plugins/adapter/kook/package.json | 8 ++++---- plugins/adapter/lark/package.json | 8 ++++---- plugins/adapter/mail/package.json | 8 ++++---- plugins/adapter/onebot/package.json | 8 ++++---- plugins/adapter/qqguild/package.json | 8 ++++---- plugins/adapter/telegram/package.json | 8 ++++---- plugins/common/admin/package.json | 6 +++--- plugins/common/bind/package.json | 6 +++--- plugins/common/broadcast/package.json | 6 +++--- plugins/common/callme/package.json | 6 +++--- plugins/common/echo/package.json | 6 +++--- plugins/common/help/package.json | 6 +++--- plugins/common/inspect/package.json | 6 +++--- plugins/common/rate-limit/package.json | 10 +++++----- plugins/database/memory/package.json | 4 ++-- plugins/database/mongo/package.json | 4 ++-- plugins/database/mysql/package.json | 4 ++-- plugins/database/sqlite/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 4 ++-- 24 files changed, 73 insertions(+), 73 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 37a1079c8d..ee8a31fc54 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.13.5", + "version": "4.13.6", "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 dbe81900c6..f8954105b9 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.13.5", + "version": "4.13.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -46,8 +46,8 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.13.5", - "@koishijs/loader": "4.0.0", + "@koishijs/core": "4.13.6", + "@koishijs/loader": "4.0.1", "@koishijs/utils": "^7.0.2", "@satorijs/satori": "^2.5.0", "cac": "^6.7.14", diff --git a/packages/loader/package.json b/packages/loader/package.json index 190ea668dc..7827680a84 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.0.0", + "version": "4.0.1", "main": "lib/index.js", "module": "lib/shared.mjs", "typings": "lib/index.d.ts", @@ -39,10 +39,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.13.5" + "@koishijs/core": "4.13.6" }, "devDependencies": { - "@koishijs/core": "4.13.5", + "@koishijs/core": "4.13.6", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 59950200a5..7d45a60072 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-discord", "description": "Discord Adapter for Koishi", - "version": "3.7.0", + "version": "3.8.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-discord": "^3.7.0" + "@satorijs/adapter-discord": "^3.8.0" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index a3fc90a025..68b4e0ff1d 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-kook", "description": "Kook (Kaiheila) Adapter for Koishi", - "version": "3.9.0", + "version": "3.10.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-kook": "^3.9.0" + "@satorijs/adapter-kook": "^3.10.0" } } diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 67e8b7ac6f..327824fbb0 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-lark", "description": "Lark Adapter for Koishi", - "version": "2.1.0", + "version": "2.1.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-lark": "^2.1.0" + "@satorijs/adapter-lark": "^2.1.2" } } diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index ef451c9df1..aab8b95398 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-mail", "description": "Mail Adapter for Koishi", - "version": "1.0.5", + "version": "1.0.6", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-mail": "^1.0.5" + "@satorijs/adapter-mail": "^1.0.6" } } diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 861c4a6fc8..2eefa806c0 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-onebot", "description": "OneBot Adapter for Koishi", - "version": "5.7.1", + "version": "5.7.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -42,12 +42,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-onebot": "^5.7.1" + "@satorijs/adapter-onebot": "^5.7.2" } } diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 6dc93961c9..a7ef71b567 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-qqguild", "description": "QQ Guild Adapter for Koishi", - "version": "3.5.1", + "version": "3.5.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-qqguild": "^3.5.1" + "@satorijs/adapter-qqguild": "^3.5.2" } } diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index f47c006f74..c2c4d753e3 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-telegram", "description": "Telegram Adapter for Koishi", - "version": "3.7.9", + "version": "3.7.10", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { - "@satorijs/adapter-telegram": "^3.7.9" + "@satorijs/adapter-telegram": "^3.7.10" } } diff --git a/plugins/common/admin/package.json b/plugins/common/admin/package.json index f8446ed803..347652a226 100644 --- a/plugins/common/admin/package.json +++ b/plugins/common/admin/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-admin", "description": "Admin Plugin for Koishi", - "version": "1.3.0", + "version": "1.3.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 552559c0ac..31cc837e7b 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-bind", "description": "Bind User Accounts Across Platforms in Koishi", - "version": "1.4.1", + "version": "1.4.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 54bb2ec9c5..69f53098bb 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-broadcast", "description": "Broadcast messages in Koishi", - "version": "1.1.3", + "version": "1.1.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 57ed498ff8..47a5d388b4 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-callme", "description": "Set User Nickname in Koishi", - "version": "1.3.2", + "version": "1.3.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 75fe042d7e..8030d825c4 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-echo", "description": "Echo plugin for Koishi", - "version": "2.2.3", + "version": "2.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index dbbba895a0..94406049ab 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-help", "description": "Help plugin for Koishi", - "version": "2.2.3", + "version": "2.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 59a0b7395c..b9d0bcd872 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-inspect", "description": "Inspect on any user, channel or message", - "version": "1.1.0", + "version": "1.1.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/common/rate-limit/package.json b/plugins/common/rate-limit/package.json index 6493208af8..4fe814ed80 100644 --- a/plugins/common/rate-limit/package.json +++ b/plugins/common/rate-limit/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-rate-limit", "description": "Set Rate Limits for Commands in Koishi", - "version": "1.3.2", + "version": "1.3.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,13 +44,13 @@ ] }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-admin": "^1.3.0", - "@koishijs/plugin-help": "^2.2.3", + "@koishijs/plugin-admin": "^1.3.1", + "@koishijs/plugin-help": "^2.2.4", "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.5" + "koishi": "^4.13.6" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index f58d2f9ffa..3cf2184cb0 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 127b583624..3e090e28c6 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { "@minatojs/driver-mongo": "^2.5.3" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 46bdb55410..6b747b2691 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { "@minatojs/driver-mysql": "^2.4.7" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index a172af4a6e..976ee3a96b 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { "@minatojs/driver-sqlite": "^3.5.6" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index edd5c17c0e..f219e357e2 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.17.19", - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "dependencies": { "@babel/code-frame": "^7.21.4", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 1382572705..52971df542 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" }, "devDependencies": { - "koishi": "^4.13.5" + "koishi": "^4.13.6" } }