Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 26, 2024
1 parent 6c0eaa0 commit 368ab67
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"license": "MIT",
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.1.0",
"@cordisjs/eslint-config": "^1.1.1",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.2.0",
"@octokit/webhooks-types": "^7.4.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.14",
Expand Down
8 changes: 4 additions & 4 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.17.4",
"version": "4.17.5",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,10 +33,10 @@
"dependencies": {
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^3.6.6",
"cordis": "^3.13.4",
"@satorijs/core": "^3.7.0",
"cordis": "^3.14.0",
"cosmokit": "^1.6.2",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.1.1"
"minato": "^3.2.0"
}
}
12 changes: 6 additions & 6 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.17.4",
"version": "4.17.5",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,12 +45,12 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.17.4",
"@koishijs/loader": "4.5.4",
"@koishijs/plugin-proxy-agent": "^0.2.0",
"@koishijs/plugin-server": "^3.1.8",
"@koishijs/core": "4.17.5",
"@koishijs/loader": "4.5.5",
"@koishijs/plugin-proxy-agent": "^0.3.0",
"@koishijs/plugin-server": "^3.2.0",
"@koishijs/utils": "^7.2.1",
"@satorijs/satori": "^3.6.6",
"@satorijs/satori": "^3.7.0",
"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.5.4",
"version": "4.5.5",
"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.17.4"
"@koishijs/core": "4.17.5"
},
"devDependencies": {
"@koishijs/core": "4.17.4",
"@koishijs/core": "4.17.5",
"@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,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
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.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
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.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
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.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
}
}
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.5.4",
"koishi": "^4.17.4"
"@koishijs/loader": "^4.5.5",
"koishi": "^4.17.5"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
6 changes: 3 additions & 3 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.1.8",
"koishi": "^4.17.4"
"@koishijs/plugin-server": "^3.2.0",
"koishi": "^4.17.5"
}
}
2 changes: 1 addition & 1 deletion plugins/proxy-agent/index.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('undios-proxy-agent')
module.exports = require('@cordisjs/plugin-proxy-agent')
2 changes: 1 addition & 1 deletion plugins/proxy-agent/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'undios-proxy-agent'
export * from '@cordisjs/plugin-proxy-agent'
2 changes: 1 addition & 1 deletion plugins/proxy-agent/index.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'undios-proxy-agent'
export * from '@cordisjs/plugin-proxy-agent'
14 changes: 7 additions & 7 deletions plugins/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-proxy-agent",
"description": "Proxy agent support for Koishi",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
Expand All @@ -23,13 +23,13 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cordiverse/undios.git",
"url": "git+https://github.com/cordiverse/http.git",
"directory": "packages/proxy-agent"
},
"bugs": {
"url": "https://github.com/cordiverse/undios/issues"
"url": "https://github.com/cordiverse/http/issues"
},
"homepage": "https://github.com/cordiverse/undios",
"homepage": "https://github.com/cordiverse/http",
"keywords": [
"http",
"client",
Expand All @@ -52,12 +52,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"dependencies": {
"undios-proxy-agent": "^0.2.0"
"@cordisjs/plugin-proxy-agent": "^0.3.0"
}
}
4 changes: 2 additions & 2 deletions plugins/server/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Server from '@cordisjs/server'
import Server from '@cordisjs/plugin-server'

export default Server
export * from '@cordisjs/server'
export * from '@cordisjs/plugin-server'
8 changes: 4 additions & 4 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-server",
"description": "Server service for Koishi",
"version": "3.1.8",
"version": "3.2.0",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
Expand Down Expand Up @@ -51,12 +51,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"devDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.5"
},
"dependencies": {
"@cordisjs/server": "^0.1.8"
"@cordisjs/plugin-server": "^0.2.0"
}
}

0 comments on commit 368ab67

Please sign in to comment.