Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Sep 3, 2023
1 parent 1a5f242 commit d62165d
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@koishijs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-help": "^2.3.0",
"@koishijs/plugin-help": "^2.3.2",
"@koishijs/plugin-mock": "^2.5.0",
"@rollup/plugin-yaml": "^3.1.0",
"@sinonjs/fake-timers": "^6.0.1",
Expand All @@ -45,7 +45,7 @@
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.14.3",
"koishi": "^4.14.4",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.2.1",
"cac": "^6.7.14",
"cordis": "^2.8.7",
"cordis": "^2.8.8",
"cosmokit": "^1.4.5",
"element-plus": "2.3.8",
"marked-vue": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vue": "^3"
},
"dependencies": {
"@satorijs/element": "^2.4.2",
"@satorijs/element": "^2.5.0",
"cosmokit": "^1.4.5",
"schemastery-vue": "6.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/market",
"description": "Market UI for Koishi",
"version": "4.1.3",
"version": "4.1.4",
"main": "client/index.ts",
"files": [
"client"
Expand All @@ -27,7 +27,7 @@
"utilities"
],
"devDependencies": {
"@koishijs/registry": "^6.0.3",
"@koishijs/registry": "^6.0.4",
"@types/spark-md5": "^3.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@koishijs/client": "^5.13.3",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.1.3",
"@koishijs/loader": "^4.1.4",
"@koishijs/os": "^1.0.2",
"@koishijs/path": "^1.0.0",
"@koishijs/url": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/registry",
"description": "Scan Package Manager for Koishi Plugins",
"version": "6.0.3",
"version": "6.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function conclude(meta: PackageJson) {
browser: Ensure.boolean(meta.koishi?.browser),
category: Ensure.string(meta.koishi?.category),
public: Ensure.array(meta.koishi?.public),
description: Ensure.dict(meta.koishi?.description) || Ensure.string(meta.description),
description: Ensure.dict(meta.koishi?.description) || Ensure.string(meta.description, ''),
locales: Ensure.array(meta.koishi?.locales, []),
service: {
required: Ensure.array(meta.koishi?.service?.required, []),
Expand Down
2 changes: 1 addition & 1 deletion plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.13.3",
"echarts": "^5.4.3",
"koishi": "^4.14.3",
"koishi": "^4.14.4",
"vue-echarts": "^6.6.0"
}
}
2 changes: 1 addition & 1 deletion plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
"@koishijs/plugin-hmr": "^1.2.1",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/registry": "^6.0.3",
"@koishijs/registry": "^6.0.4",
"throttle-debounce": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
},
"peerDependencies": {
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
"ansi_up": "^5.2.1",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
}
}
8 changes: 4 additions & 4 deletions plugins/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-market",
"description": "Manage your bots and plugins with console",
"version": "2.2.10",
"version": "2.2.11",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -56,18 +56,18 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
"@koishijs/market": "^4.1.3",
"@koishijs/market": "^4.1.4",
"@koishijs/plugin-config": "^2.3.1",
"@types/semver": "^7.5.0",
"@types/throttle-debounce": "^2.1.0",
"@types/which-pm-runs": "^1.0.0"
},
"dependencies": {
"@koishijs/registry": "^6.0.3",
"@koishijs/registry": "^6.0.4",
"execa": "^5.1.1",
"get-registry": "^1.1.0",
"ns-require": "^1.1.4",
Expand Down
3 changes: 2 additions & 1 deletion plugins/sandbox/client/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ export const api = {
return { userId, username: userId }
},
getGuildMemberList({ guildId }) {
return Object
const data = Object
.keys(config.value.messages)
.filter(id => id.startsWith('@'))
.map((key) => {
const userId = key.slice(1)
return { userId, username: userId }
})
return { data }
},
}

Expand Down
4 changes: 2 additions & 2 deletions plugins/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-sandbox",
"description": "Test Your Virtual Bot in Console",
"version": "3.1.10",
"version": "3.1.11",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.3",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"devDependencies": {
"@koishijs/client": "^5.13.3",
"@types/envinfo": "^7.8.1",
"koishi": "^4.14.3"
"koishi": "^4.14.4"
},
"dependencies": {
"envinfo": "^7.10.0",
Expand Down

0 comments on commit d62165d

Please sign in to comment.