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 28, 2023
1 parent 4184d24 commit efce07f
Show file tree
Hide file tree
Showing 36 changed files with 175 additions and 141 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"source-map-support": "^0.5.21",
"typescript": "^5.1.6",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.25",
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.15.2",
"version": "4.15.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down
7 changes: 4 additions & 3 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.2",
"version": "4.15.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand All @@ -21,6 +21,7 @@
},
"files": [
"lib",
"src",
"bin.js",
"browser.mjs"
],
Expand All @@ -43,8 +44,8 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.15.2",
"@koishijs/loader": "4.2.2",
"@koishijs/core": "4.15.3",
"@koishijs/loader": "4.2.3",
"@koishijs/utils": "^7.1.1",
"@satorijs/router": "^1.0.2",
"@satorijs/satori": "^3.1.0",
Expand Down
9 changes: 5 additions & 4 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.2",
"version": "4.2.3",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,8 @@
"./package.json": "./package.json"
},
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand All @@ -40,10 +41,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.15.2"
"@koishijs/core": "4.15.3"
},
"devDependencies": {
"@koishijs/core": "4.15.2",
"@koishijs/core": "4.15.3",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down
11 changes: 6 additions & 5 deletions plugins/adapter/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@koishijs/plugin-adapter-dingtalk",
"description": "Dingtalk Adapter for Koishi",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <i@ltlec.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-dingtalk": "^2.0.2"
"@satorijs/adapter-dingtalk": "^2.0.3"
}
}
7 changes: 4 additions & 3 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-discord": "^4.1.3"
Expand Down
11 changes: 6 additions & 5 deletions plugins/adapter/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@koishijs/plugin-adapter-kook",
"description": "Kook (Kaiheila) Adapter for Koishi",
"version": "4.0.6",
"version": "4.0.7",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -39,12 +40,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-kook": "^4.0.6"
"@satorijs/adapter-kook": "^4.0.7"
}
}
11 changes: 6 additions & 5 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@koishijs/plugin-adapter-lark",
"description": "Lark Adapter for Koishi",
"version": "3.1.3",
"version": "3.1.5",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": {
"name": "Maiko Tan",
Expand Down Expand Up @@ -43,12 +44,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-lark": "^3.1.3"
"@satorijs/adapter-lark": "^3.1.5"
}
}
11 changes: 6 additions & 5 deletions plugins/adapter/line/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@koishijs/plugin-adapter-line",
"description": "Line Adapter for Koishi",
"version": "2.1.1",
"version": "2.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <i@ltlec.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-line": "^2.1.1"
"@satorijs/adapter-line": "^2.1.3"
}
}
7 changes: 4 additions & 3 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Anillc <void@anillc.cn>",
"contributors": [
Expand Down Expand Up @@ -43,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-mail": "^2.1.0"
Expand Down
11 changes: 6 additions & 5 deletions plugins/adapter/matrix/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@koishijs/plugin-adapter-matrix",
"description": "Matrix Adapter for Koishi",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Anillc <void@anillc.cn>",
"license": "MIT",
Expand Down Expand Up @@ -37,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-matrix": "^4.0.3"
"@satorijs/adapter-matrix": "^4.0.4"
}
}
7 changes: 4 additions & 3 deletions plugins/adapter/qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-qq": "^4.1.3"
Expand Down
7 changes: 4 additions & 3 deletions plugins/adapter/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-satori": "^1.0.1"
Expand Down
11 changes: 6 additions & 5 deletions plugins/adapter/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@koishijs/plugin-adapter-slack",
"description": "Slack Adapter for Koishi",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"author": "LittleC <i@ltlec.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"devDependencies": {
"koishi": "^4.15.2"
"koishi": "^4.15.3"
},
"dependencies": {
"@satorijs/adapter-slack": "^2.0.3"
"@satorijs/adapter-slack": "^2.0.4"
}
}
Loading

0 comments on commit efce07f

Please sign in to comment.