Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 18, 2023
1 parent 4c936c3 commit 6b41401
Show file tree
Hide file tree
Showing 24 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^4.9.5",
"yakumo": "^0.3.9",
"yakumo": "^0.3.10",
"yakumo-esbuild": "^0.3.22",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-publish-sync": "^0.3.2",
"yakumo-tsc": "^0.3.7",
"yakumo-tsc": "^0.3.8",
"yakumo-upgrade": "^0.3.3",
"yakumo-version": "^0.3.4",
"yml-register": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "4.12.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@koishijs/utils": "^7.0.1",
"@minatojs/core": "^2.3.1",
"@satorijs/core": "^2.2.1",
"@satorijs/core": "^2.2.2",
"cordis": "^2.7.4",
"cosmokit": "^1.4.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.12.0",
"version": "4.12.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.12.0",
"@koishijs/loader": "3.1.0",
"@koishijs/core": "4.12.1",
"@koishijs/loader": "3.1.1",
"@koishijs/utils": "^7.0.1",
"@satorijs/satori": "^2.2.1",
"@satorijs/satori": "^2.2.2",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.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": "3.1.0",
"version": "3.1.1",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.12.0"
"@koishijs/core": "4.12.1"
},
"devDependencies": {
"@koishijs/core": "4.12.0",
"@koishijs/core": "4.12.1",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.5.7"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/feishu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-feishu": "^1.2.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.6.2"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "5.6.1",
"version": "5.6.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.6.1"
"@satorijs/adapter-onebot": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.4.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.7.0"
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
6 changes: 3 additions & 3 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.1",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
8 changes: 4 additions & 4 deletions plugins/common/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
]
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-admin": "^1.2.0",
"@koishijs/plugin-admin": "^1.2.1",
"@koishijs/plugin-help": "^2.2.1",
"@koishijs/plugin-mock": "^2.4.0",
"koishi": "^4.12.0"
"@koishijs/plugin-mock": "^2.4.2",
"koishi": "^4.12.1"
}
}
4 changes: 2 additions & 2 deletions plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@minatojs/driver-memory": "^2.3.4"
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 @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@minatojs/driver-mongo": "^2.5.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@minatojs/driver-mysql": "^2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"@minatojs/driver-sqlite": "^3.4.1"
Expand Down
6 changes: 3 additions & 3 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-hmr",
"description": "Hot Module Replacement Plugin for Koishi",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,11 +38,11 @@
"hidden": true
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"@types/throttle-debounce": "^2.1.0",
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"dependencies": {
"chokidar": "^3.5.3",
Expand Down
6 changes: 3 additions & 3 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-mock",
"description": "Test Mocker for Koishi",
"version": "2.4.0",
"version": "2.4.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"hidden": true
},
"peerDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
},
"devDependencies": {
"koishi": "^4.12.0"
"koishi": "^4.12.1"
}
}

0 comments on commit 6b41401

Please sign in to comment.