@kithinji/orca 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.iife.js +1 -1
- package/dist/browser/index.iife.js.map +2 -2
- package/dist/browser/index.mjs +1 -1
- package/dist/browser/index.mjs.map +2 -2
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.cjs.map +2 -2
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +2 -2
- package/package.json +1 -1
|
@@ -1373,7 +1373,7 @@ var kithinjiorca = (() => {
|
|
|
1373
1373
|
const subst = obs.subscribe((val) => {
|
|
1374
1374
|
sig.value = val;
|
|
1375
1375
|
});
|
|
1376
|
-
instance.
|
|
1376
|
+
instance.__cleanup = [...instance.__cleanup ?? [], () => subst.unsubscribe()];
|
|
1377
1377
|
return sig;
|
|
1378
1378
|
}
|
|
1379
1379
|
function isObservable(value) {
|