@koishijs/core
Advanced tools
Comparing version 4.8.5 to 4.8.6
@@ -7,2 +7,3 @@ import * as utils from '@koishijs/utils'; | ||
import { Disposable, GetEvents, Parameters, ReturnType, ThisType } from 'cordis'; | ||
import { version } from '../package.json'; | ||
export interface Events { | ||
@@ -537,3 +538,2 @@ 'model'(name: keyof Tables): void; | ||
export * from 'minato'; | ||
declare const version: string; | ||
export { version }; |
{ | ||
"name": "@koishijs/core", | ||
"description": "Core Features for Koishi", | ||
"version": "4.8.5", | ||
"version": "4.8.6", | ||
"main": "lib/index.cjs", | ||
@@ -33,5 +33,5 @@ "module": "lib/index.mjs", | ||
"dependencies": { | ||
"@koishijs/utils": "^6.0.0", | ||
"@satorijs/core": "^1.0.10", | ||
"cordis": "^2.1.0", | ||
"@koishijs/utils": "^6.1.0", | ||
"@satorijs/core": "^1.0.11", | ||
"cordis": "^2.1.1", | ||
"fastest-levenshtein": "^1.0.14", | ||
@@ -38,0 +38,0 @@ "minato": "^1.2.4" |
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
443777
7
4565
Updated@koishijs/utils@^6.1.0
Updated@satorijs/core@^1.0.11
Updatedcordis@^2.1.1