Comparing version 3.0.1 to 3.0.2
@@ -253,3 +253,3 @@ import { Awaitable, Promisify } from 'cosmokit'; | ||
constructor(config?: Context.Config); | ||
get name(): string; | ||
get name(): string | undefined; | ||
get events(): Lifecycle; | ||
@@ -256,0 +256,0 @@ /** @deprecated */ |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"sideEffects": false, | ||
@@ -20,3 +20,4 @@ "main": "lib/index.cjs", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -23,0 +24,0 @@ "scripts": { |
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
16
2821
170828