Comparing version 2.8.6 to 2.8.7
@@ -49,3 +49,3 @@ import { Awaitable, Promisify } from 'cosmokit'; | ||
runtime: MainScope<this>; | ||
collect(label: string, callback: () => boolean): () => boolean; | ||
collect(label: string, callback: () => void): () => void; | ||
accept(callback?: (config: this['config']) => void | boolean, options?: AcceptOptions): () => boolean; | ||
@@ -84,3 +84,3 @@ accept(keys: (keyof this['config'])[], callback?: (config: this['config']) => void | boolean, options?: AcceptOptions): () => boolean; | ||
protected get _config(): any; | ||
collect(label: string, callback: () => boolean): () => boolean; | ||
collect(label: string, callback: () => any): () => any; | ||
restart(): void; | ||
@@ -87,0 +87,0 @@ protected _getStatus(): "pending" | "loading" | "active" | "failed" | "disposed"; |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "2.8.6", | ||
"version": "2.8.7", | ||
"sideEffects": false, | ||
@@ -48,4 +48,4 @@ "main": "lib/index.cjs", | ||
"dependencies": { | ||
"cosmokit": "^1.4.3" | ||
"cosmokit": "^1.4.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
182991
1723
Updatedcosmokit@^1.4.4