Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 7, 2024
1 parent d69e934 commit 2e7e3e5
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 44 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@octokit/webhooks-types": "^7.4.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/mocha": "^9.1.1",
"@types/node": "^20.14.11",
"@types/node": "^22.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/sinonjs__fake-timers": "^6.0.4",
"@types/source-map-support": "^0.5.10",
"c8": "^7.14.0",
"cac": "^6.7.14",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"esbuild": "^0.23.0",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.1",
Expand All @@ -60,10 +60,10 @@
"mocha": "^9.2.2",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.6.0",
"semver": "^7.6.3",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.4.3",
"typescript": "^5.5.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-mocha": "^1.0.0-beta.2",
Expand Down
6 changes: 3 additions & 3 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.17.10",
"version": "4.17.11",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.1.3",
"cordis": "^3.17.5",
"@satorijs/core": "^4.2.0",
"cordis": "^3.17.8",
"cosmokit": "^1.6.2",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.4.3"
Expand Down
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.17.10",
"version": "4.17.11",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,13 +45,13 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.17.10",
"@koishijs/loader": "4.5.10",
"@koishijs/plugin-http": "^0.6.0",
"@koishijs/core": "4.17.11",
"@koishijs/loader": "4.5.11",
"@koishijs/plugin-http": "^0.6.1",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.1.3",
"@satorijs/core": "^4.2.0",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/koishi/src/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import registerStartCommand from './start'
import CAC from 'cac'
import { cac } from 'cac'

const { version } = require('../../package.json')
const cli = CAC('koishi').help().version(version)
const cli = cac('koishi').help().version(version)

registerStartCommand(cli)

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.5.10",
"version": "4.5.11",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.17.10"
"@koishijs/core": "4.17.11"
},
"devDependencies": {
"@koishijs/core": "4.17.10",
"@koishijs/core": "4.17.11",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"@minatojs/driver-memory": "^3.4.0",
"koishi": "^4.17.11",
"minato": "^3.4.3"
}
}
5 changes: 3 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"@minatojs/driver-memory": "^3.4.0",
"koishi": "^4.17.11",
"minato": "^3.4.3"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"koishi": "^4.17.11"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"koishi": "^4.17.11"
}
}
5 changes: 3 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"@minatojs/driver-memory": "^3.4.0",
"koishi": "^4.17.11",
"minato": "^3.4.3"
}
}
6 changes: 3 additions & 3 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-inspect",
"description": "Inspect on any user, channel or message",
"version": "1.1.6",
"version": "1.1.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.17.10"
"koishi": "^4.17.11"
}
}
8 changes: 4 additions & 4 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"peerDependencies": {
"@koishijs/loader": "^4.5.10",
"koishi": "^4.17.10"
"@koishijs/loader": "^4.5.11",
"koishi": "^4.17.11"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.17.10"
"esbuild": "^0.23.0",
"koishi": "^4.17.11"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
8 changes: 4 additions & 4 deletions plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-http",
"description": "HTTP and WebSocket client for Koishi",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
Expand Down Expand Up @@ -48,12 +48,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"dependencies": {
"@cordisjs/plugin-http": "^0.6.0"
"@cordisjs/plugin-http": "^0.6.1"
}
}
4 changes: 2 additions & 2 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.2.3",
"koishi": "^4.17.10"
"koishi": "^4.17.11"
}
}
5 changes: 3 additions & 2 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
}
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"koishi": "^4.17.10"
"cordis": "^3.17.8",
"koishi": "^4.17.11"
},
"dependencies": {
"@cordisjs/plugin-proxy-agent": "^0.3.3"
Expand Down
5 changes: 3 additions & 2 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
}
},
"peerDependencies": {
"koishi": "^4.17.10"
"koishi": "^4.17.11"
},
"devDependencies": {
"koishi": "^4.17.10"
"cordis": "^3.17.8",
"koishi": "^4.17.11"
},
"dependencies": {
"@cordisjs/plugin-server": "^0.2.3"
Expand Down

0 comments on commit 2e7e3e5

Please sign in to comment.