mol_tree2 1.0.730 → 1.0.732

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_tree2",
3
- "version": "1.0.730",
3
+ "version": "1.0.732",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -2338,6 +2338,7 @@ var $;
2338
2338
  plan() {
2339
2339
  $mol_wire_fiber.planning.add(this);
2340
2340
  $mol_wire_fiber.plan();
2341
+ return this;
2341
2342
  }
2342
2343
  reap() {
2343
2344
  $mol_wire_fiber.reaping.add(this);
@@ -2437,6 +2438,7 @@ var $;
2437
2438
  }
2438
2439
  this.track_off(bu);
2439
2440
  this.put(result);
2441
+ return this;
2440
2442
  }
2441
2443
  refresh() {
2442
2444
  this.cursor = $mol_wire_cursor.stale;