@koishijs/core
Advanced tools
Comparing version 4.9.0 to 4.9.1
@@ -474,3 +474,3 @@ import * as utils from '@koishijs/utils'; | ||
export type { Message } from '@satorijs/core'; | ||
export { Adapter, h, segment } from '@satorijs/core'; | ||
export { Adapter, h, segment, Logger, Quester } from '@satorijs/core'; | ||
export type Filter = satori.Filter<Context>; | ||
@@ -477,0 +477,0 @@ export const Bot: (abstract new (ctx: Context, config: satori.Bot.Config) => satori.Bot<Context, satori.Bot.Config>) & { |
{ | ||
"name": "@koishijs/core", | ||
"description": "Core Features for Koishi", | ||
"version": "4.9.0", | ||
"version": "4.9.1", | ||
"main": "lib/index.cjs", | ||
@@ -33,7 +33,7 @@ "module": "lib/index.mjs", | ||
"dependencies": { | ||
"@koishijs/utils": "^6.1.2", | ||
"@koishijs/utils": "^6.1.3", | ||
"@minatojs/core": "^1.3.0", | ||
"@satorijs/core": "^1.1.0", | ||
"cordis": "^2.1.1" | ||
"@satorijs/core": "^1.1.3", | ||
"cordis": "^2.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
441708
4513
Updated@koishijs/utils@^6.1.3
Updated@satorijs/core@^1.1.3
Updatedcordis@^2.1.2