mol_wire_lib 1.0.1049 → 1.0.1051

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/node.mjs CHANGED
@@ -680,6 +680,7 @@ var $;
680
680
  plan() {
681
681
  $mol_wire_fiber.planning.add(this);
682
682
  $mol_wire_fiber.plan();
683
+ return this;
683
684
  }
684
685
  reap() {
685
686
  $mol_wire_fiber.reaping.add(this);
@@ -779,6 +780,7 @@ var $;
779
780
  }
780
781
  this.track_off(bu);
781
782
  this.put(result);
783
+ return this;
782
784
  }
783
785
  refresh() {
784
786
  this.cursor = $mol_wire_cursor.stale;
package/node.test.js CHANGED
@@ -671,6 +671,7 @@ var $;
671
671
  plan() {
672
672
  $mol_wire_fiber.planning.add(this);
673
673
  $mol_wire_fiber.plan();
674
+ return this;
674
675
  }
675
676
  reap() {
676
677
  $mol_wire_fiber.reaping.add(this);
@@ -770,6 +771,7 @@ var $;
770
771
  }
771
772
  this.track_off(bu);
772
773
  this.put(result);
774
+ return this;
773
775
  }
774
776
  refresh() {
775
777
  this.cursor = $mol_wire_cursor.stale;