alien-signals
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "alien-signals", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -43,4 +43,4 @@ export interface Dependency { | ||
processComputedUpdate: (computed: Computed, flags: SubscriberFlags) => void; | ||
processInnerEffects: (effect: Effect, flags: SubscriberFlags) => boolean; | ||
processInnerEffects: (link: Link) => void; | ||
processQueuedEffects: () => void; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52995
1488