Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 22, 2023
1 parent fe5f2f8 commit 71d06d9
Show file tree
Hide file tree
Showing 22 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@koishijs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "^2.3.5",
"@koishijs/plugin-help": "^2.3.3",
"@koishijs/plugin-mock": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.1",
"@rollup/plugin-yaml": "^3.1.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.5",
Expand All @@ -45,7 +45,7 @@
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.15.1",
"koishi": "^4.15.2",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
10 changes: 5 additions & 5 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.16.1",
"version": "5.17.0",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -34,14 +34,14 @@
"build"
],
"dependencies": {
"@koishijs/components": "1.4.7",
"@koishijs/components": "1.4.8",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@satorijs/protocol": "^1.0.2",
"@satorijs/protocol": "^1.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.2.1",
"cac": "^6.7.14",
"cordis": "^2.8.8",
"cosmokit": "^1.5.0",
"cordis": "^2.10.2",
"cosmokit": "^1.5.1",
"element-plus": "2.4.0",
"marked-vue": "^1.2.3",
"ns-require": "^1.1.4",
Expand Down
6 changes: 3 additions & 3 deletions 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.4.7",
"version": "1.4.8",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@satorijs/element": "^2.5.1",
"cosmokit": "^1.5.0",
"schemastery-vue": "^7.0.5"
"cosmokit": "^1.5.1",
"schemastery-vue": "^7.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/console",
"description": "Console Service for Koishi",
"version": "5.16.1",
"version": "5.17.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"service"
],
"peerDependencies": {
"koishi": "^4.15.1"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"vue-i18n": "^9"
},
"dependencies": {
"@koishijs/components": "^1.4.7",
"cosmokit": "^1.5.0",
"@koishijs/components": "^1.4.8",
"cosmokit": "^1.5.1",
"spark-md5": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/online/app/components/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<h2>我可以在这里做什么?</h2>
<p>在左侧的活动栏中前往「沙盒」,并在窗口底部的聊天框中输入「help」,即可开始你与 Koishi 的对话。</p>
<p>了解基础操作后,你可以体验更多插件的功能。由于 k-on! 还处于测试阶段,因此只有少数的插件进行了适配。你可以在「插件市场」中查看并配置这些插件。如果你是一名开发者,也可以参考<a href="https://koishi.chat/cookbook/online.html" rel="noopener noreferer" target="_blank">这篇文档</a>将你的插件部署到 k-on!。</p>
<p>了解基础操作后,你可以体验更多插件的功能。由于 k-on! 还处于测试阶段,因此只有少数的插件进行了适配。你可以在「插件市场」中查看并配置这些插件。如果你是一名开发者,也可以参考<a href="https://koishi.chat/cookbook/practice/online.html" rel="noopener noreferer" target="_blank">这篇文档</a>将你的插件部署到 k-on!。</p>
<div class="links">
<router-link to="/sandbox">
<k-card>
Expand Down
4 changes: 2 additions & 2 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.2.1",
"@koishijs/loader": "^4.2.2",
"@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
Expand Up @@ -32,7 +32,7 @@
"@types/semver": "^7.5.0"
},
"dependencies": {
"cosmokit": "^1.5.0",
"cosmokit": "^1.5.1",
"p-map": "^4.0.0",
"semver": "^7.5.4"
}
Expand Down
12 changes: 6 additions & 6 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/plugin-console": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@koishijs/plugin-console": "^5.17.0",
"@koishijs/plugin-locales": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.1",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"throttle-debounce": "^3.0.1"
}
}
10 changes: 5 additions & 5 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"echarts": "^5.4.3",
"koishi": "^4.15.1",
"koishi": "^4.15.2",
"vue-echarts": "^6.6.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1"
"@koishijs/console": "^5.17.0"
}
}
8 changes: 4 additions & 4 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/client": "^5.16.1"
"@koishijs/client": "^5.17.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1"
"@koishijs/console": "^5.17.0"
}
}
14 changes: 7 additions & 7 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/plugin-console": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@koishijs/plugin-console": "^5.17.0",
"@koishijs/plugin-locales": "^2.5.1",
"@koishijs/plugin-config": "^2.4.1",
"@koishijs/plugin-mock": "^2.6.0",
"@koishijs/plugin-config": "^2.4.2",
"@koishijs/plugin-mock": "^2.6.1",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"throttle-debounce": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/commands/src/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commands.command:
options:
create: 创建指令
alias: 添加指令别名
unalias: 删除指令别名
unalias: 移除指令别名
name: 修改显示名称
parent: 设置父指令
parent.: 移除父指令
Expand Down
10 changes: 5 additions & 5 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-config",
"description": "Manage your bots and plugins with console",
"version": "2.4.1",
"version": "2.4.2",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -55,16 +55,16 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@koishijs/plugin-hmr": "^1.2.2",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"@koishijs/registry": "^6.0.4",
"throttle-debounce": "^3.0.1"
}
Expand Down
10 changes: 5 additions & 5 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.16.1",
"version": "5.17.0",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -51,18 +51,18 @@
}
},
"peerDependencies": {
"koishi": "^4.15.1"
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/loader": "^4.2.1",
"@koishijs/client": "^5.17.0",
"@koishijs/loader": "^4.2.2",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"open": "^8.4.2",
"uuid": "^8.3.2",
"ws": "^8.14.2"
Expand Down
8 changes: 4 additions & 4 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"client": "./build/client"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.36.1"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"anymatch": "^3.1.3",
"chardet": "^1.6.0",
"chokidar": "^3.5.3",
Expand Down
8 changes: 4 additions & 4 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"@types/d3-force": "^3.0.4",
"@types/throttle-debounce": "^2.1.0",
"d3-force": "^3.0.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"throttle-debounce": "^3.0.1"
}
}
12 changes: 6 additions & 6 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/plugin-console": "^5.16.1",
"@koishijs/plugin-mock": "^2.6.0",
"@koishijs/client": "^5.17.0",
"@koishijs/plugin-console": "^5.17.0",
"@koishijs/plugin-mock": "^2.6.1",
"@types/js-yaml": "^4.0.5",
"@types/throttle-debounce": "^2.1.0"
},
"dependencies": {
"@koishijs/console": "^5.16.1",
"@koishijs/console": "^5.17.0",
"js-yaml": "^4.1.0",
"throttle-debounce": "^3.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.16.1",
"koishi": "^4.15.1"
"@koishijs/plugin-console": "^5.17.0",
"koishi": "^4.15.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.16.1",
"@koishijs/client": "^5.17.0",
"ansi_up": "^5.2.1",
"koishi": "^4.15.1"
"koishi": "^4.15.2"
},
"dependencies": {
"@koishijs/console": "^5.16.1"
"@koishijs/console": "^5.17.0"
}
}
Loading

0 comments on commit 71d06d9

Please sign in to comment.