Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 30, 2022
1 parent 40c7440 commit f8680d9
Show file tree
Hide file tree
Showing 41 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const specs = [
'plugins/common/respondent/tests/*.spec.ts',
]

const folders = ['a11y', 'common', 'frontend']
const folders = ['a11y', 'common']

const libraries = {}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^4.7.2",
"yakumo": "^0.2.8",
"yakumo": "^0.2.9",
"yakumo-mocha": "^0.2.6",
"yakumo-publish": "^0.2.5",
"yakumo-tsc": "^0.2.5",
"yakumo-upgrade": "^0.2.3",
"yakumo-version": "^0.2.5",
"yakumo-version": "^0.2.6",
"yml-register": "^1.0.0"
},
"yakumo": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/cli",
"description": "CLI for Koishi",
"version": "4.8.2",
"version": "4.8.3",
"main": "lib/worker/index.js",
"typings": "lib/worker/index.d.ts",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"daemon"
],
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@types/prompts": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.2",
"version": "4.8.3",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"command"
],
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 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.8.2",
"version": "4.8.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/parseurl": "^1.3.1"
},
"dependencies": {
"@koishijs/core": "^4.8.2",
"@koishijs/core": "^4.8.3",
"@koishijs/utils": "^6.0.0",
"@satorijs/satori": "^1.0.6",
"file-type": "^16.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"cosmokit": "^1.2.1",
"reggol": "^1.0.3",
"schemastery": "^3.4.3"
"schemastery": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-help": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@koishijs/plugin-mock": "^2.0.0"
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 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": "3.0.2",
"version": "3.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,9 +36,9 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.0.2"
"@satorijs/adapter-discord": "^3.0.3"
}
}
6 changes: 3 additions & 3 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": "3.0.5",
"version": "3.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,9 +37,9 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.0.5"
"@satorijs/adapter-kook": "^3.1.0"
}
}
6 changes: 3 additions & 3 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "5.0.6",
"version": "5.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -40,9 +40,9 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.0.6"
"@satorijs/adapter-onebot": "^5.0.7"
}
}
6 changes: 3 additions & 3 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-qqguild",
"description": "QQ Guild Adapter for Koishi",
"version": "3.0.2",
"version": "3.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,9 +36,9 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.0.2"
"@satorijs/adapter-qqguild": "^3.0.3"
}
}
6 changes: 3 additions & 3 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": "3.1.1",
"version": "3.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,9 +36,9 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.1.1"
"@satorijs/adapter-telegram": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"simple-git": "^3.7.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/assets/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-local",
"description": "A classic assets provider for Koishi",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"file-type": "^16.5.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-remote",
"description": "A classic assets provider for Koishi",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,6 +38,6 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
}
}
4 changes: 2 additions & 2 deletions plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-s3",
"description": "Assets provider based on s3 for Koishi",
"version": "1.0.6",
"version": "1.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.95.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/forward/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/recall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"peerDependencies": {
"koishi": "^4.8.2"
"koishi": "^4.8.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.0.0"
Expand Down
Loading

0 comments on commit f8680d9

Please sign in to comment.