mol_wire_lib 1.0.1050 → 1.0.1052

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/web.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;