Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 4, 2022
1 parent ae3c566 commit fee3d9a
Show file tree
Hide file tree
Showing 41 changed files with 73 additions and 72 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.png -text
*.jpg -text
*.ico -text
*.gif -text
*.webp -text
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Unit Test
run: yarn test:json
- name: Report Coverage
if: ${{ matrix.node-version == 14 }}
if: ${{ matrix.node-version == 16 }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"yakumo-esbuild": "^0.3.17",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.0",
"yakumo-publish": "^0.3.0",
"yakumo-publish": "^0.3.1",
"yakumo-publish-sync": "^0.3.1",
"yakumo-tsc": "^0.3.5",
"yakumo-upgrade": "^0.3.2",
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.9.9",
"version": "4.10.0",
"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.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@types/prompts": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 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.9.9",
"version": "4.10.0",
"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.4",
"@minatojs/core": "^1.3.2",
"@satorijs/core": "^1.3.4",
"@satorijs/core": "^1.3.5",
"cordis": "^2.5.0",
"cosmokit": "^1.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"command"
],
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.2.0"
Expand Down
6 changes: 3 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.9.9",
"version": "4.10.0",
"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.9",
"@koishijs/core": "^4.10.0",
"@koishijs/utils": "^6.2.4",
"@satorijs/satori": "^1.3.4",
"@satorijs/satori": "^1.3.5",
"file-type": "^16.5.4",
"ns-require": "^1.1.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"config"
],
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/registry": "^4.1.0",
"@koishijs/registry": "^4.1.3",
"@types/js-yaml": "^4.0.5",
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"dotenv": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.2.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 @@ -44,7 +44,7 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
]
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
}
}
8 changes: 4 additions & 4 deletions plugins/a11y/schedule/tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import shape from 'chai-shape'

use(shape)

describe('@koishijs/plugin-switch', () => {
describe('@koishijs/plugin-schedule', () => {
const app = new App()
app.plugin(mock)
const client1 = app.mock.client('123', '456')
Expand Down Expand Up @@ -71,7 +71,7 @@ describe('@koishijs/plugin-switch', () => {
})

it('interval schedule', async () => {
await client1.shouldReply('schedule 00:30 / 1h -- echo foo', '日程已创建,编号为 2。')
await client1.shouldReply('schedule 00:30 / 1h -- echo foo', '日程已创建,编号为 3。')

clock.tick(Time.minute * 20) // 01:21
await new Promise(process.nextTick)
Expand All @@ -89,8 +89,8 @@ describe('@koishijs/plugin-switch', () => {
await new Promise(process.nextTick)
await client1.shouldReply('', 'foo')

await client1.shouldReply('schedule -l', '2. 每隔 1 小时 (剩余 59 分钟):echo foo')
await client1.shouldReply('schedule -d 2', '日程 2 已删除。')
await client1.shouldReply('schedule -l', '3. 每隔 1 小时 (剩余 59 分钟):echo foo')
await client1.shouldReply('schedule -d 3', '日程 3 已删除。')
clock.tick(Time.hour) // 02:31
await new Promise(process.nextTick)
await client1.shouldNotReply('')
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-database-memory": "^1.6.0",
"@koishijs/plugin-mock": "^2.2.0"
},
"dependencies": {
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 @@ -36,7 +36,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.2.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.3.0",
"version": "3.3.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,9 +37,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.3.0"
"@satorijs/adapter-discord": "^3.3.1"
}
}
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.4.0",
"version": "3.4.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,9 +38,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.4.0"
"@satorijs/adapter-kook": "^3.4.1"
}
}
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.3.1",
"version": "5.3.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,9 +41,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.3.1"
"@satorijs/adapter-onebot": "^5.3.4"
}
}
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.3.0",
"version": "3.3.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,9 +38,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.3.0"
"@satorijs/adapter-qqguild": "^3.3.2"
}
}
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.5.0",
"version": "3.5.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,9 +37,9 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.5.0"
"@satorijs/adapter-telegram": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"simple-git": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"file-type": "^16.5.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"peerDependencies": {
"koishi": "^4.9.9"
"koishi": "^4.10.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.137.0"
Expand Down
Loading

0 comments on commit fee3d9a

Please sign in to comment.