Comparing version 1.5.1 to 1.5.2
@@ -145,2 +145,3 @@ import { Awaitable, Promisify, Dict } from 'cosmokit'; | ||
interface Object { | ||
[Context.source]?: Context; | ||
[Context.filter]?(context: Context): boolean; | ||
@@ -151,2 +152,3 @@ } | ||
static readonly filter: unique symbol; | ||
static readonly source: unique symbol; | ||
static readonly current: unique symbol; | ||
@@ -153,0 +155,0 @@ static readonly immediate: unique symbol; |
{ | ||
"name": "cordis", | ||
"description": "AOP Framework for Modern JavaScript Applications", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"main": "lib/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.mjs", |
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
124853
1331