@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.
@@ -1373,7 +1373,7 @@ var kithinjiorca = (() => {
1373
1373
  const subst = obs.subscribe((val) => {
1374
1374
  sig.value = val;
1375
1375
  });
1376
- instance.__drop = [...instance.__drop ?? [], () => subst.unsubscribe()];
1376
+ instance.__cleanup = [...instance.__cleanup ?? [], () => subst.unsubscribe()];
1377
1377
  return sig;
1378
1378
  }
1379
1379
  function isObservable(value) {