@koishijs/core
Advanced tools
Comparing version 4.11.4 to 4.11.5
@@ -505,2 +505,3 @@ /// <reference types="node" /> | ||
match(session: Session): boolean; | ||
/** @deprecated */ | ||
getConfig<K extends keyof Command.Config>(key: K, session: Session): Exclude<Command.Config[K], (session: Session) => any>; | ||
@@ -507,0 +508,0 @@ check(callback: Command.Action<U, G, A, O>, append?: boolean): this; |
{ | ||
"name": "@koishijs/core", | ||
"description": "Core Features for Koishi", | ||
"version": "4.11.4", | ||
"version": "4.11.5", | ||
"main": "lib/index.cjs", | ||
@@ -34,4 +34,4 @@ "module": "lib/index.mjs", | ||
"@koishijs/utils": "^7.0.0", | ||
"@minatojs/core": "^2.1.2", | ||
"@satorijs/core": "^2.1.0", | ||
"@minatojs/core": "^2.2.0", | ||
"@satorijs/core": "^2.1.1", | ||
"cordis": "^2.7.2", | ||
@@ -38,0 +38,0 @@ "cosmokit": "^1.4.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
498801
5108
Updated@minatojs/core@^2.2.0
Updated@satorijs/core@^2.1.1