Comparing version 3.0.0 to 3.0.1
@@ -258,2 +258,3 @@ import { Awaitable, Promisify } from 'cosmokit'; | ||
get<K extends string & keyof this>(name: K): undefined | this[K]; | ||
get(name: string): any; | ||
provide(name: string, value?: any, builtin?: boolean): void; | ||
@@ -260,0 +261,0 @@ mixin(name: string, mixins: string[]): void; |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"sideEffects": false, | ||
@@ -6,0 +6,0 @@ "main": "lib/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
206190
1938