Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 2, 2023
1 parent 7a5bb65 commit 56cd4a9
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"@koishijs/eslint-config": "^1.0.4",
"@octokit/rest": "^18.12.0",
"@octokit/webhooks-types": "^7.3.1",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
Expand Down Expand Up @@ -73,7 +73,7 @@
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.5",
"yakumo-publish": "^0.3.10",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 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.15.6",
"version": "4.15.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.1.1",
"@minatojs/core": "^2.6.0",
"@satorijs/core": "^3.2.1",
"@minatojs/core": "^2.6.1",
"@satorijs/core": "^3.2.3",
"cordis": "^3.3.1",
"cosmokit": "^1.5.1",
"fastest-levenshtein": "^1.0.16"
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.15.6",
"version": "4.15.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.15.6",
"@koishijs/loader": "4.2.6",
"@koishijs/core": "4.15.7",
"@koishijs/loader": "4.2.7",
"@koishijs/utils": "^7.1.1",
"@satorijs/router": "^1.1.2",
"@satorijs/satori": "^3.2.1",
"@satorijs/satori": "^3.2.3",
"cac": "^6.7.14",
"kleur": "^4.1.5"
}
Expand Down
6 changes: 3 additions & 3 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.2.6",
"version": "4.2.7",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,10 +41,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.15.6"
"@koishijs/core": "4.15.7"
},
"devDependencies": {
"@koishijs/core": "4.15.6",
"@koishijs/core": "4.15.7",
"@types/js-yaml": "^4.0.8"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"utilities"
],
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/supports-color": "^8.1.2"
"@sinonjs/fake-timers": "^6.0.1"
},
"dependencies": {
"cosmokit": "^1.5.1",
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,11 +46,11 @@
]
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
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.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
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.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}
4 changes: 2 additions & 2 deletions plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@minatojs/driver-memory": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@minatojs/driver-mongo": "^2.10.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mysql",
"description": "MySQL support for Koishi",
"version": "5.7.0",
"version": "5.7.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@minatojs/driver-mysql": "^2.7.0"
"@minatojs/driver-mysql": "^2.7.1"
}
}
2 changes: 1 addition & 1 deletion plugins/database/mysql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineDriver(MySQLDriver, Schema.intersect([
}),
Schema.object({
ssl: Schema.union([
Schema.const(null),
Schema.const(undefined),
Schema.object({
ca: Schema.string(),
cert: Schema.string(),
Expand Down
8 changes: 4 additions & 4 deletions plugins/database/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-postgres",
"description": "PostgreSQL support for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@minatojs/driver-postgres": "^1.0.0"
"@minatojs/driver-postgres": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@minatojs/driver-sqlite": "^3.8.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.5",
"@types/throttle-debounce": "^2.1.0",
"esbuild": "^0.18.20",
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"dependencies": {
"@babel/code-frame": "^7.22.13",
Expand Down
4 changes: 2 additions & 2 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
}
},
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
},
"devDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.15.7"
}
}

0 comments on commit 56cd4a9

Please sign in to comment.