Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 14, 2023
1 parent 0a41270 commit 095ee66
Show file tree
Hide file tree
Showing 35 changed files with 98 additions and 98 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.15.0",
"version": "4.15.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.5",
"@koishijs/utils": "^7.1.0",
"@minatojs/core": "^2.4.2",
"@satorijs/core": "^3.0.0-rc.0",
"@satorijs/core": "^3.0.0-rc.1",
"cordis": "^2.8.8",
"cosmokit": "^1.4.5",
"cosmokit": "^1.5.0",
"fastest-levenshtein": "^1.0.16"
}
}
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"fallback"
],
"dependencies": {
"cosmokit": "^1.4.5"
"cosmokit": "^1.5.0"
}
}
10 changes: 5 additions & 5 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.15.0",
"version": "4.15.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,10 +44,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.15.0",
"@koishijs/loader": "4.2.0",
"@koishijs/utils": "^7.0.5",
"@satorijs/satori": "^3.0.0-rc.0",
"@koishijs/core": "4.15.1",
"@koishijs/loader": "4.2.1",
"@koishijs/utils": "^7.1.0",
"@satorijs/satori": "^3.0.0-rc.1",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Koishi 提供了高度便利的控制台,让你无需基础让你在几分钟

### 生态丰富

经过了长达四年的迭代,Koishi 已经发展出了丰富的插件生态和与之匹配的健壮系统。 1000 个官方和社区插件覆盖了机器人开发的方方面面,从平台支持、数据库、资源存储、网页控制台、状态管理到具体的业务功能一应俱全。无论你的目标是构建大型交互应用还是轻量级的辅助机器人,Koishi 都为你提供了最佳实践。如果担心在复杂的功能中迷失方向,我们也准备了细致的文档来提供帮助。
经过了长达四年的迭代,Koishi 已经发展出了丰富的插件生态和与之匹配的健壮系统。超过 1000 个官方和社区插件覆盖了机器人开发的方方面面,从平台支持、数据库、资源存储、网页控制台、状态管理到具体的业务功能一应俱全。无论你的目标是构建大型交互应用还是轻量级的辅助机器人,Koishi 都为你提供了最佳实践。如果担心在复杂的功能中迷失方向,我们也准备了细致的文档来提供帮助。

### 专为开发者打造

Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.2.0",
"version": "4.2.1",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,10 +40,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.15.0"
"@koishijs/core": "4.15.1"
},
"devDependencies": {
"@koishijs/core": "4.15.0",
"@koishijs/core": "4.15.1",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/utils",
"description": "Utilities for Koishi",
"version": "7.0.5",
"version": "7.1.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/supports-color": "^8.1.1"
},
"dependencies": {
"cosmokit": "^1.4.5",
"cosmokit": "^1.5.0",
"inaba": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/dingtalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-dingtalk": "^2.0.1"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "4.0.2",
"version": "4.1.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-discord": "^4.0.2"
"@satorijs/adapter-discord": "^4.1.2"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kook",
"description": "Kook (Kaiheila) Adapter for Koishi",
"version": "4.0.2",
"version": "4.0.5",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-kook": "^4.0.2"
"@satorijs/adapter-kook": "^4.0.5"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-lark",
"description": "Lark Adapter for Koishi",
"version": "3.0.2",
"version": "3.1.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-lark": "^3.0.2"
"@satorijs/adapter-lark": "^3.1.2"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-line",
"description": "Line Adapter for Koishi",
"version": "2.0.2",
"version": "2.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,12 +37,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-line": "^2.0.2"
"@satorijs/adapter-line": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Anillc <void@anillc.cn>",
"contributors": [
"Anillc <void@anillc.cn>",
"Shigma <i@shig.ma>",
"Shigma <shigma10826@gmail.com>",
"arily <arily@arily.moe>"
],
"license": "MIT",
Expand Down Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-mail": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-matrix": "^4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-onebot": "^6.0.2"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-qq",
"description": "QQ Adapter for Koishi",
"version": "4.0.2",
"version": "4.1.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,12 +40,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-qq": "^4.0.2"
"@satorijs/adapter-qq": "^4.1.2"
}
}
10 changes: 5 additions & 5 deletions plugins/adapter/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@koishijs/plugin-adapter-satori",
"description": "Satori Protocol Adapter for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "Shigma <i@shig.ma>",
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,12 +40,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-satori": "^1.0.0"
"@satorijs/adapter-satori": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-slack": "^2.0.2"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-telegram",
"description": "Telegram Adapter for Koishi",
"version": "4.0.2",
"version": "4.1.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-telegram": "^4.0.2"
"@satorijs/adapter-telegram": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-wechat-official": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"devDependencies": {
"koishi": "^4.15.0"
"koishi": "^4.15.1"
},
"dependencies": {
"@satorijs/adapter-wecom": "^2.0.2"
Expand Down
Loading

0 comments on commit 095ee66

Please sign in to comment.