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 68d2001 commit d985a51
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"@cordisjs/eslint-config": "^1.1.1",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.3.0",
"@koishijs/plugin-database-memory": "npm:@minatojs/driver-memory@^3.4.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.7",
"version": "4.17.8",
"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": "^4.1.0",
"cordis": "^3.15.3",
"@satorijs/core": "^4.1.1",
"cordis": "^3.16.1",
"cosmokit": "^1.6.2",
"fastest-levenshtein": "^1.0.16",
"minato": "^3.3.0"
"minato": "^3.4.0"
}
}
14 changes: 7 additions & 7 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.7",
"version": "4.17.8",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,13 +45,13 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.17.7",
"@koishijs/loader": "4.5.7",
"@koishijs/plugin-http": "^0.5.1",
"@koishijs/plugin-proxy-agent": "^0.3.0",
"@koishijs/plugin-server": "^3.2.2",
"@koishijs/core": "4.17.8",
"@koishijs/loader": "4.5.8",
"@koishijs/plugin-http": "^0.5.2",
"@koishijs/plugin-proxy-agent": "^0.3.2",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/utils": "^7.2.1",
"@satorijs/core": "^4.1.0",
"@satorijs/core": "^4.1.1",
"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.7",
"version": "4.5.8",
"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.7"
"@koishijs/core": "4.17.8"
},
"devDependencies": {
"@koishijs/core": "4.17.7",
"@koishijs/core": "4.17.8",
"@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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
}
}
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.7",
"koishi": "^4.17.7"
"@koishijs/loader": "^4.5.8",
"koishi": "^4.17.8"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"dependencies": {
"@babel/code-frame": "^7.24.2",
Expand Down
8 changes: 4 additions & 4 deletions plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-http",
"description": "HTTP and WebSocket client for Koishi",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
Expand Down Expand Up @@ -48,12 +48,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"dependencies": {
"@cordisjs/plugin-http": "^0.5.1"
"@cordisjs/plugin-http": "^0.5.2"
}
}
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.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.2.2",
"koishi": "^4.17.7"
"@koishijs/plugin-server": "^3.2.3",
"koishi": "^4.17.8"
}
}
8 changes: 4 additions & 4 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.3.0",
"version": "0.3.2",
"type": "module",
"main": "index.cjs",
"module": "index.mjs",
Expand Down Expand Up @@ -52,12 +52,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"dependencies": {
"@cordisjs/plugin-proxy-agent": "^0.3.0"
"@cordisjs/plugin-proxy-agent": "^0.3.2"
}
}
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.2.2",
"version": "3.2.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -48,12 +48,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"devDependencies": {
"koishi": "^4.17.7"
"koishi": "^4.17.8"
},
"dependencies": {
"@cordisjs/plugin-server": "^0.2.2"
"@cordisjs/plugin-server": "^0.2.3"
}
}
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"sourceMap": true,
"declaration": true,
"emitDeclarationOnly": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"strictBindCallApply": true,
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
Expand Down

0 comments on commit d985a51

Please sign in to comment.