Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 25, 2024
1 parent 10047fb commit e83e6bd
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 48 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,38 @@
"license": "MIT",
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.0.0",
"@octokit/webhooks-types": "^7.3.1",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.0.1",
"@octokit/webhooks-types": "^7.4.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^9.1.1",
"@types/node": "^20.10.2",
"@types/node": "^20.11.30",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@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",
"chai": "^4.3.10",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.1",
"globby": "^11.1.0",
"jest-mock": "^28.1.3",
"kleur": "^4.1.5",
"latest-version": "^5.1.0",
"mocha": "^9.2.2",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"semver": "^7.6.0",
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.11",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.13",
"yakumo-esbuild": "^1.0.0-beta.5",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.3",
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "4.17.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand All @@ -26,17 +26,17 @@
"koishi"
],
"devDependencies": {
"chai": "^4.3.10",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-shape": "^1.0.0"
},
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.1.2",
"@satorijs/core": "^3.6.3",
"cordis": "^3.13.2",
"@satorijs/core": "^3.6.5",
"cordis": "^3.13.4",
"cosmokit": "^1.5.2",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.0.1"
"minato": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export class Session<U extends User.Field = never, G extends Channel.Field = nev
resolveScope(path: string) {
if (!path.startsWith('.')) return path
if (!this.scope) {
this.app.logger('i18n').warn(new Error('missing scope'))
this.app.logger('i18n').warn(new Error(`missing scope for "${path}"`))
return ''
}
return this.scope + path
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "4.17.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,12 +45,12 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.17.2",
"@koishijs/loader": "4.5.2",
"@koishijs/core": "4.17.3",
"@koishijs/loader": "4.5.3",
"@koishijs/plugin-proxy-agent": "^0.2.0",
"@koishijs/plugin-server": "^3.1.8",
"@koishijs/utils": "^7.1.2",
"@satorijs/satori": "^3.6.3",
"@satorijs/satori": "^3.6.5",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
Expand Down
8 changes: 4 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.5.2",
"version": "4.5.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,14 +45,14 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.17.2"
"@koishijs/core": "4.17.3"
},
"devDependencies": {
"@koishijs/core": "4.17.2",
"@koishijs/core": "4.17.3",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"ns-require": "^1.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.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.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
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.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
11 changes: 6 additions & 5 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-hmr",
"description": "Hot Module Replacement Plugin for Koishi",
"version": "1.2.8",
"version": "1.2.9",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,15 +42,16 @@
}
},
"peerDependencies": {
"koishi": "^4.17.2"
"@koishijs/loader": "^4.5.3",
"koishi": "^4.17.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
"chokidar": "^3.5.3"
"@babel/code-frame": "^7.24.2",
"chokidar": "^3.6.0"
}
}
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.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.1.8",
"koishi": "^4.17.2"
"koishi": "^4.17.3"
}
}
4 changes: 2 additions & 2 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"dependencies": {
"undios-proxy-agent": "^0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"devDependencies": {
"koishi": "^4.17.2"
"koishi": "^4.17.3"
},
"dependencies": {
"@cordisjs/server": "^0.1.8"
Expand Down

0 comments on commit e83e6bd

Please sign in to comment.