Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 12, 2025
1 parent fe84f91 commit d1dade9
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion 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.18.6",
"version": "4.18.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.18.6",
"version": "4.18.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
}
},
"dependencies": {
"@koishijs/core": "4.18.6",
"@koishijs/loader": "4.6.6",
"@koishijs/core": "4.18.7",
"@koishijs/loader": "4.6.7",
"@koishijs/plugin-http": "^0.6.3",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-server": "^3.2.4",
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.6.6",
"version": "4.6.7",
"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.18.6"
"@koishijs/core": "4.18.7"
},
"devDependencies": {
"@koishijs/core": "4.18.6",
"@koishijs/core": "4.18.7",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
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,12 +46,12 @@
]
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.6",
"koishi": "^4.18.7",
"minato": "^3.6.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.6",
"koishi": "^4.18.7",
"minato": "^3.6.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.18.6"
"koishi": "^4.18.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.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
}
}
6 changes: 3 additions & 3 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-help",
"description": "Help plugin for Koishi",
"version": "2.4.4",
"version": "2.4.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"@minatojs/driver-memory": "^3.6.0",
"koishi": "^4.18.6",
"koishi": "^4.18.7",
"minato": "^3.6.1"
}
}
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.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.6",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
}
}
6 changes: 3 additions & 3 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"peerDependencies": {
"@koishijs/loader": "^4.6.6",
"koishi": "^4.18.6"
"@koishijs/loader": "^4.6.7",
"koishi": "^4.18.7"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.23.1",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
}
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"dependencies": {
"@cordisjs/plugin-http": "^0.6.3"
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,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.2.4",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
}
}
4 changes: 2 additions & 2 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
}
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"cordis": "^3.18.1",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"dependencies": {
"@cordisjs/plugin-proxy-agent": "^0.3.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
}
},
"peerDependencies": {
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"devDependencies": {
"cordis": "^3.18.1",
"koishi": "^4.18.6"
"koishi": "^4.18.7"
},
"dependencies": {
"@cordisjs/plugin-server": "^0.2.4"
Expand Down

0 comments on commit d1dade9

Please sign in to comment.