Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 2, 2024
1 parent eb42c4d commit 6cc2f9b
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -69,10 +69,10 @@
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.2",
"yakumo": "^1.0.0-beta.4",
"yakumo-esbuild": "^1.0.0-beta.2",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.1",
"yakumo-tsc": "^1.0.0-beta.2",
"yml-register": "^1.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.16.7",
"version": "4.16.8",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.1.2",
"@minatojs/core": "^2.8.1",
"@satorijs/core": "^3.4.5",
"cordis": "^3.6.1",
"@minatojs/core": "^2.9.0",
"@satorijs/core": "^3.5.0",
"cordis": "^3.7.1",
"cosmokit": "^1.5.2",
"fastest-levenshtein": "^1.0.16"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/koishi/package.json
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.16.7",
"version": "4.16.8",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,11 +45,11 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.16.7",
"@koishijs/loader": "4.4.3",
"@koishijs/core": "4.16.8",
"@koishijs/loader": "4.4.4",
"@koishijs/plugin-server": "^3.1.7",
"@koishijs/utils": "^7.1.2",
"@satorijs/satori": "^3.4.5",
"@satorijs/satori": "^3.5.0",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.4.3",
"version": "4.4.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.16.7"
"@koishijs/core": "4.16.8"
},
"devDependencies": {
"@koishijs/core": "4.16.7",
"@koishijs/core": "4.16.8",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/bind/package.json
Expand Up @@ -46,11 +46,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
6 changes: 3 additions & 3 deletions plugins/common/broadcast/package.json
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
6 changes: 3 additions & 3 deletions plugins/common/callme/package.json
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Expand Up @@ -41,10 +41,10 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
6 changes: 3 additions & 3 deletions plugins/common/help/package.json
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
8 changes: 4 additions & 4 deletions plugins/database/memory/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-memory",
"description": "A in-memory database implementation for Koishi",
"version": "2.5.1",
"version": "2.6.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@minatojs/driver-memory": "^2.5.1"
"@minatojs/driver-memory": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions plugins/database/mongo/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mongo",
"description": "MongoDB support for Koishi",
"version": "4.10.4",
"version": "4.11.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@minatojs/driver-mongo": "^2.10.4"
"@minatojs/driver-mongo": "^2.11.0"
}
}
8 changes: 4 additions & 4 deletions plugins/database/mysql/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mysql",
"description": "MySQL support for Koishi",
"version": "5.7.5",
"version": "5.8.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@minatojs/driver-mysql": "^2.7.5"
"@minatojs/driver-mysql": "^2.8.0"
}
}
8 changes: 4 additions & 4 deletions plugins/database/postgres/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-postgres",
"description": "PostgreSQL support for Koishi",
"version": "1.1.3",
"version": "1.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@minatojs/driver-postgres": "^1.1.3"
"@minatojs/driver-postgres": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions plugins/database/sqlite/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-sqlite",
"description": "SQLite support for Koishi",
"version": "3.8.4",
"version": "3.9.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -51,12 +51,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@minatojs/driver-sqlite": "^3.8.4"
"@minatojs/driver-sqlite": "^3.9.0"
}
}
4 changes: 2 additions & 2 deletions plugins/hmr/package.json
Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
Expand Down
4 changes: 2 additions & 2 deletions plugins/mock/package.json
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.1.7",
"koishi": "^4.16.7"
"koishi": "^4.16.8"
}
}
4 changes: 2 additions & 2 deletions plugins/server/package.json
Expand Up @@ -51,10 +51,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"devDependencies": {
"koishi": "^4.16.7"
"koishi": "^4.16.8"
},
"dependencies": {
"@cordisjs/server": "^0.1.7"
Expand Down

0 comments on commit 6cc2f9b

Please sign in to comment.