Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 1, 2023
1 parent 1fafd74 commit ad1659f
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 53 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.39.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.12.6",
"koishi": "^4.12.7",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "5.6.2",
"version": "5.7.1",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -34,8 +34,9 @@
"build"
],
"dependencies": {
"@koishijs/components": "^1.0.2",
"@satorijs/components": "^0.6.0",
"@satorijs/element": "^2.4.0",
"@satorijs/element": "^2.4.1",
"@vitejs/plugin-vue": "^4.1.0",
"@vueuse/core": "^9.13.0",
"cac": "^6.7.14",
Expand All @@ -45,7 +46,6 @@
"marked-vue": "^1.2.3",
"ns-require": "^1.1.4",
"sass": "^1.62.0",
"schemastery-vue": "^4.0.0",
"vite": "^4.3.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/components",
"description": "Client components for Koishi",
"version": "1.0.1",
"version": "1.0.2",
"main": "client/index.ts",
"files": [
"client"
Expand Down
1 change: 1 addition & 0 deletions packages/online/app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export async function activate(id?: string) {
}

export async function initialize() {
await fs.mkdir(root, { recursive: true })
instances.value = await fs.readdir(root)
await activate(data.value.current)
}
4 changes: 2 additions & 2 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@koishijs/fs": "^1.3.0",
"@koishijs/loader": "^3.1.6"
"@koishijs/loader": "^3.1.7"
},
"yakumo": {
"client": "./scripts/build"
Expand Down
8 changes: 4 additions & 4 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"echarts": "^5.4.2",
"koishi": "^4.12.6",
"koishi": "^4.12.7",
"vue-echarts": "^6.5.4"
}
}
10 changes: 5 additions & 5 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/plugin-console": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@koishijs/plugin-console": "^5.7.1",
"@koishijs/plugin-locales": "^2.2.6",
"@koishijs/plugin-market": "^1.12.6",
"@koishijs/plugin-market": "^1.12.7",
"@koishijs/plugin-mock": "^2.4.3",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-console",
"description": "Web User Interface for Koishi",
"version": "5.6.2",
"version": "5.7.1",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.3.1"
Expand Down
6 changes: 3 additions & 3 deletions plugins/dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2"
"@koishijs/client": "^5.7.1"
}
}
6 changes: 3 additions & 3 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"client": "./build/client"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.36.1"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@types/d3-force": "^3.0.4",
"@types/throttle-debounce": "^2.1.0",
"d3-force": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/plugin-console": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@koishijs/plugin-console": "^5.7.1",
"@koishijs/plugin-mock": "^2.4.3",
"@types/js-yaml": "^4.0.5",
"@types/throttle-debounce": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"ansi_up": "^5.2.1",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
}
}
6 changes: 3 additions & 3 deletions plugins/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2"
"@koishijs/client": "^5.7.1"
}
}
10 changes: 5 additions & 5 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": "1.12.6",
"version": "1.12.7",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -54,18 +54,18 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@koishijs/market": "^1.2.4",
"@types/semver": "^7.3.13",
"@types/throttle-debounce": "^2.1.0",
"@types/which-pm-runs": "^1.0.0"
},
"dependencies": {
"@koishijs/registry": "^4.6.0",
"@koishijs/registry": "^4.6.1",
"execa": "^5.1.1",
"get-registry": "^1.1.0",
"ns-require": "^1.1.4",
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "3.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -51,12 +51,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.6.2",
"@koishijs/plugin-console": "^5.6.2"
"@koishijs/client": "^5.7.1",
"@koishijs/plugin-console": "^5.7.1"
}
}
8 changes: 4 additions & 4 deletions plugins/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.6.2",
"koishi": "^4.12.6"
"@koishijs/plugin-console": "^5.7.1",
"koishi": "^4.12.7"
},
"devDependencies": {
"@koishijs/client": "^5.6.2",
"@koishijs/client": "^5.7.1",
"@types/envinfo": "^7.8.1",
"koishi": "^4.12.6"
"koishi": "^4.12.7"
},
"dependencies": {
"envinfo": "^7.8.1",
Expand Down

0 comments on commit ad1659f

Please sign in to comment.