Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 3, 2024
1 parent 232567c commit e5d3dec
Show file tree
Hide file tree
Showing 27 changed files with 172 additions and 187 deletions.
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,30 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "^3.0.0",
"@cordisjs/eslint-config": "^1.1.1",
"@koishijs/plugin-database-memory": "^3.4.0",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-mock": "^2.6.5",
"@rollup/plugin-yaml": "^3.1.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/sinonjs__fake-timers": "^6.0.4",
"c8": "^7.14.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-mocha": "^10.2.0",
"jest-mock": "^28.1.3",
"koishi": "^4.17.1",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.1",
"koishi": "^4.17.8",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
"tsx": "^4.7.0",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.9",
"yakumo-esbuild": "^1.0.0-beta.4",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.3",
"yml-register": "^1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/client/plugins/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class SettingService extends Service {
})

const doWatch = () => watch(resolved, (value) => {
console.debug('config', value)
console.debug('config', JSON.stringify(value))
original.value = schema.value.simplify(value)
}, { deep: true })

Expand Down
29 changes: 15 additions & 14 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "5.28.0",
"version": "5.29.1",
"main": "client/index.ts",
"exports": {
".": "./client/index.ts",
"./global": "./client/global.d.ts",
"./bin": "./lib/bin.js",
"./lib": "./lib/index.js",
"./lib/yakumo": "./lib/yakumo.js",
Expand Down Expand Up @@ -43,23 +44,23 @@
"build"
],
"dependencies": {
"@koishijs/components": "1.5.8",
"@koishijs/components": "1.5.13",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@satorijs/protocol": "^1.3.0-alpha.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vueuse/core": "^10.6.1",
"@satorijs/protocol": "^1.4.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.9.0",
"cac": "^6.7.14",
"cordis": "^3.12.0",
"cosmokit": "^1.5.2",
"element-plus": "2.4.0",
"cordis": "^3.16.1",
"cosmokit": "^1.6.2",
"element-plus": "2.7.3",
"marked-vue": "^1.3.0",
"ns-require": "^1.1.4",
"sass": "^1.69.5",
"unocss": "^0.58.0",
"vite": "^4.5.0",
"vue": "^3.3.13",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
"sass": "^1.72.0",
"unocss": "^0.58.6",
"vite": "^4.5.3",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
},
"yakumo": {
"client": "./scripts/client.ts"
Expand Down
8 changes: 4 additions & 4 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.5.8",
"version": "1.5.13",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -29,8 +29,8 @@
"vue": "^3"
},
"dependencies": {
"@satorijs/element": "^3.1.5",
"cosmokit": "^1.5.2",
"schemastery-vue": "^7.3.1"
"@satorijs/element": "^3.1.7",
"cosmokit": "^1.6.2",
"schemastery-vue": "^7.3.4"
}
}
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.28.3",
"version": "5.29.1",
"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.17.1"
"koishi": "^4.17.8"
}
}
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.5.8",
"cosmokit": "^1.5.2",
"@koishijs/components": "^1.5.13",
"cosmokit": "^1.6.2",
"spark-md5": "^3.0.2"
}
}
14 changes: 7 additions & 7 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.28.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.5.1",
"@koishijs/os": "^1.0.2",
"@koishijs/path": "^1.0.0",
"@koishijs/url": "^1.0.3"
"@cordiverse/dns": "^1.0.1",
"@cordiverse/fs": "^1.3.7",
"@cordiverse/os": "^1.0.2",
"@cordiverse/path": "^1.0.0",
"@cordiverse/url": "^1.0.3",
"@koishijs/client": "^5.29.1",
"@koishijs/loader": "^4.5.8"
},
"yakumo": {
"client": "./src/build.ts"
Expand Down
6 changes: 3 additions & 3 deletions packages/online/src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const builtins = [
]

const shims = {
dns: '@koishijs/dns',
fs: '@koishijs/fs',
path: '@koishijs/path',
dns: '@cordiverse/dns',
fs: '@cordiverse/fs',
path: '@cordiverse/path',
}

function toExternal(name: string) {
Expand Down
6 changes: 3 additions & 3 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"search"
],
"devDependencies": {
"@types/semver": "^7.5.6"
"@types/semver": "^7.5.8"
},
"dependencies": {
"cosmokit": "^1.5.2",
"cosmokit": "^1.6.2",
"p-map": "^4.0.0",
"semver": "^7.5.4"
"semver": "^7.6.0"
}
}
8 changes: 4 additions & 4 deletions plugins/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/client": "^5.28.0"
"@koishijs/client": "^5.29.1"
},
"dependencies": {
"@koishijs/console": "^5.28.0"
"@koishijs/console": "^5.29.1"
}
}
8 changes: 4 additions & 4 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.28.0",
"@koishijs/plugin-console": "^5.28.0",
"@koishijs/client": "^5.29.1",
"@koishijs/plugin-console": "^5.29.1",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-mock": "^2.6.5",
"@types/throttle-debounce": "^2.1.0"
Expand Down
16 changes: 8 additions & 8 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/assets": "^1.0.4",
"@koishijs/client": "^5.28.0",
"echarts": "^5.4.3",
"koishi": "^4.17.1",
"vue-echarts": "^6.6.1"
"@koishijs/assets": "^1.1.2",
"@koishijs/client": "^5.29.1",
"echarts": "^5.5.0",
"koishi": "^4.17.8",
"vue-echarts": "^6.6.9"
},
"dependencies": {
"@koishijs/console": "^5.28.0"
"@koishijs/console": "^5.29.1"
}
}
8 changes: 4 additions & 4 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/client": "^5.28.0"
"@koishijs/client": "^5.29.1"
},
"dependencies": {
"@koishijs/console": "^5.28.0"
"@koishijs/console": "^5.29.1"
}
}
12 changes: 6 additions & 6 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.28.0",
"@koishijs/plugin-config": "^2.8.4",
"@koishijs/plugin-console": "^5.28.0",
"@koishijs/client": "^5.29.1",
"@koishijs/plugin-config": "^2.8.5",
"@koishijs/plugin-console": "^5.29.1",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-mock": "^2.6.5"
},
"dependencies": {
"@koishijs/console": "^5.28.0"
"@koishijs/console": "^5.29.1"
}
}
14 changes: 8 additions & 6 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.8.4",
"version": "2.8.5",
"main": "lib/node/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand All @@ -14,6 +14,7 @@
"require": "./lib/shared/index.js",
"import": "./lib/shared/index.mjs"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -56,15 +57,16 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
"@koishijs/loader": "^4.5.8",
"@koishijs/plugin-console": "^5.29.1",
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/client": "^5.28.0",
"@koishijs/plugin-hmr": "^1.2.8"
"@koishijs/client": "^5.29.1",
"@koishijs/plugin-hmr": "^1.2.9"
},
"dependencies": {
"@koishijs/console": "^5.28.0",
"@koishijs/console": "^5.29.1",
"@koishijs/registry": "^7.0.3"
}
}
Loading

0 comments on commit e5d3dec

Please sign in to comment.