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 13, 2023
1 parent f793cdd commit 1e7c2d8
Show file tree
Hide file tree
Showing 27 changed files with 57 additions and 56 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"source-map-support": "^0.5.21",
"typescript": "^5.0.4",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.22",
"yakumo-esbuild": "^0.3.25",
"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.9",
"yakumo-tsc": "^0.3.12",
"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.13.2",
"version": "4.13.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.2",
"@minatojs/core": "^2.3.1",
"@satorijs/core": "^2.3.9",
"@satorijs/core": "^2.3.10",
"cordis": "^2.8.0",
"cosmokit": "^1.4.2",
"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.13.2",
"version": "4.13.3",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,10 +46,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.13.2",
"@koishijs/loader": "3.2.2",
"@koishijs/core": "4.13.3",
"@koishijs/loader": "3.2.3",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.3.9",
"@satorijs/satori": "^2.3.10",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.4"
Expand Down
1 change: 1 addition & 0 deletions packages/koishi/src/worker/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Context.Config.list.push(Schema.object({
const prolog: Logger.Record[] = []

const target: Logger.Target = {
colors: 3,
record(record) {
prolog.push(record)
},
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.2.2",
"version": "3.2.3",
"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.13.2"
"@koishijs/core": "4.13.3"
},
"devDependencies": {
"@koishijs/core": "4.13.2",
"@koishijs/core": "4.13.3",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare module '@koishijs/core' {
}

interface EnvData {
message: StartMessage
message?: StartMessage
}
}

Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "3.6.1",
"version": "3.6.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.6.1"
"@satorijs/adapter-discord": "^3.6.2"
}
}
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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.8.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-lark": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-mail": "^1.0.5"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.7.1"
Expand Down
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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.5.1"
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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.7.8"
Expand Down
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
4 changes: 2 additions & 2 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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-admin": "^1.3.0",
"@koishijs/plugin-help": "^2.2.3",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}
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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@minatojs/driver-mysql": "^2.4.5"
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.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@minatojs/driver-sqlite": "^3.5.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.3",
"@types/throttle-debounce": "^2.1.0",
"esbuild": "^0.17.19",
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"dependencies": {
"@babel/code-frame": "^7.21.4",
Expand Down
4 changes: 2 additions & 2 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
}
},
"peerDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
},
"devDependencies": {
"koishi": "^4.13.2"
"koishi": "^4.13.3"
}
}

0 comments on commit 1e7c2d8

Please sign in to comment.