@koishijs/core
Advanced tools
Comparing version 4.10.1 to 4.10.2
@@ -326,3 +326,3 @@ /// <reference types="node" /> | ||
use<T extends Command, R extends any[]>(callback: (command: this, ...args: R) => T, ...args: R): T; | ||
execute(argv: Argv<U, G, A, O>, fallback?: typeof Next.compose): Promise<Fragment>; | ||
execute(argv: Argv<U, G, A, O>, fallback?: Next): Promise<Fragment>; | ||
dispose(): void; | ||
@@ -473,3 +473,2 @@ } | ||
maxListeners?: number; | ||
prettyErrors?: boolean; | ||
} | ||
@@ -476,0 +475,0 @@ interface Static extends Schema<Config> { |
{ | ||
"name": "@koishijs/core", | ||
"description": "Core Features for Koishi", | ||
"version": "4.10.1", | ||
"version": "4.10.2", | ||
"main": "lib/index.cjs", | ||
@@ -34,3 +34,3 @@ "module": "lib/index.mjs", | ||
"@koishijs/utils": "^6.2.5", | ||
"@minatojs/core": "^1.3.2", | ||
"@minatojs/core": "^2.0.0", | ||
"@satorijs/core": "^1.3.7", | ||
@@ -37,0 +37,0 @@ "cordis": "^2.5.0", |
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
439923
4485
+ Added@minatojs/core@2.9.0(transitive)
- Removed@minatojs/core@1.3.2(transitive)
Updated@minatojs/core@^2.0.0