Comparing version 1.3.0 to 1.3.1
@@ -49,3 +49,3 @@ import { Awaitable, Promisify } from 'cosmokit'; | ||
abstract restart(): void; | ||
abstract update(config: any): void; | ||
abstract update(config: any, manual: boolean): void; | ||
constructor(parent: Context, config: any); | ||
@@ -58,3 +58,3 @@ protected clear(preserve?: boolean): void; | ||
restart(): void; | ||
update(config: any): void; | ||
update(config: any, manual?: boolean): void; | ||
dispose(): boolean; | ||
@@ -78,3 +78,3 @@ } | ||
restart(): void; | ||
update(config: any): void; | ||
update(config: any, manual?: boolean): void; | ||
} | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "lib/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.ejs", |
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
124976
796