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 19, 2022
1 parent 050cee4 commit 7d4f343
Show file tree
Hide file tree
Showing 41 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/cli",
"description": "CLI for Koishi",
"version": "4.9.5",
"version": "4.9.6",
"main": "lib/worker/index.js",
"typings": "lib/worker/index.d.ts",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"daemon"
],
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@types/prompts": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.9.5",
"version": "4.9.6",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@koishijs/utils": "^6.2.3",
"@minatojs/core": "^1.3.1",
"@satorijs/core": "^1.2.1",
"@satorijs/core": "^1.2.5",
"cordis": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/create/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/yargs-parser": "^21.0.0"
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.1.2",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"tar": "^6.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Expand Up @@ -35,7 +35,7 @@
"command"
],
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/koishi/package.json
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.9.5",
"version": "4.9.6",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,9 +42,9 @@
"framework"
],
"dependencies": {
"@koishijs/core": "^4.9.5",
"@koishijs/core": "^4.9.6",
"@koishijs/utils": "^6.2.3",
"@satorijs/satori": "^1.2.1",
"@satorijs/satori": "^1.2.5",
"file-type": "^16.5.4",
"ns-require": "^1.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Expand Up @@ -38,12 +38,12 @@
"config"
],
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/registry": "^4.1.0",
"@types/js-yaml": "^4.0.5",
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"dotenv": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/admin/package.json
Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/locales/package.json
Expand Up @@ -37,7 +37,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/rate-limit/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-rate-limit",
"description": "Set Rate Limits for Commands in Koishi",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/rate-limit/src/index.ts
Expand Up @@ -118,7 +118,7 @@ export function apply(ctx: Context) {

// extend command option
ctx.on('help/option', (output, option, command, session: Session<'authority'>) => {
if (bypassRateLimit(session)) return
if (bypassRateLimit(session)) return output
const maxUsage = command.getConfig('maxUsage', session)
if (option.notUsage && maxUsage !== Infinity) {
output += session.text('internal.option-not-usage')
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/schedule/package.json
Expand Up @@ -46,6 +46,6 @@
"@koishijs/plugin-mock": "^2.1.0"
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/sudo/package.json
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/suggest/package.json
Expand Up @@ -51,7 +51,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/suggest/src/index.ts
Expand Up @@ -111,7 +111,7 @@ class SuggestionService {

getCommandNames(session: Session) {
return this.ctx.$commander._commandList
.filter(cmd => cmd.match(session) && !cmd.config.hidden)
.filter(cmd => cmd.match(session))
.flatMap(cmd => cmd._aliases)
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/switch/package.json
Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/verifier/package.json
Expand Up @@ -36,7 +36,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/discord/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "3.2.4",
"version": "3.2.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,9 +37,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.2.4"
"@satorijs/adapter-discord": "^3.2.6"
}
}
6 changes: 3 additions & 3 deletions plugins/adapter/kook/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kook",
"description": "Kook (Kaiheila) Adapter for Koishi",
"version": "3.3.2",
"version": "3.3.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,9 +38,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.3.2"
"@satorijs/adapter-kook": "^3.3.5"
}
}
6 changes: 3 additions & 3 deletions plugins/adapter/onebot/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "5.2.4",
"version": "5.2.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,9 +41,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.2.4"
"@satorijs/adapter-onebot": "^5.2.7"
}
}
2 changes: 1 addition & 1 deletion plugins/adapter/qqguild/package.json
Expand Up @@ -38,7 +38,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.2.1"
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/telegram/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-telegram",
"description": "Telegram Adapter for Koishi",
"version": "3.4.7",
"version": "3.4.9",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,9 +37,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.4.7"
"@satorijs/adapter-telegram": "^3.4.9"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"simple-git": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/local/package.json
Expand Up @@ -39,7 +39,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"file-type": "^16.5.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/remote/package.json
Expand Up @@ -39,6 +39,6 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/s3/package.json
Expand Up @@ -43,7 +43,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.137.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/broadcast/package.json
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/echo/package.json
Expand Up @@ -40,7 +40,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/feedback/package.json
Expand Up @@ -40,7 +40,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/forward/package.json
Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/help/package.json
Expand Up @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/recall/package.json
Expand Up @@ -39,7 +39,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/repeater/package.json
Expand Up @@ -40,7 +40,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.1.0"
Expand Down

0 comments on commit 7d4f343

Please sign in to comment.