conclure-quarx
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "conclure-quarx", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Reactive flows", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -48,5 +48,3 @@ import { createAtom, autorun, Quarx } from 'quarx'; | ||
if (isIterator(result.value)) { | ||
makeReactive(result.value).reportObserved(); | ||
} | ||
reactiveFlow(result.value); | ||
} | ||
@@ -112,5 +110,3 @@ catch (e) { | ||
if (isIterator(value)) { | ||
makeReactive(value).reportObserved(); | ||
} | ||
reactiveFlow(value); | ||
@@ -117,0 +113,0 @@ cancel = conclude(value, set); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8068
227