mol_plot_all 1.2.298 → 1.2.299

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.test.js CHANGED
@@ -1714,9 +1714,6 @@ var $;
1714
1714
  break reuse;
1715
1715
  return existen;
1716
1716
  }
1717
- if (existen && sub instanceof $mol_wire_task) {
1718
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
1719
- }
1720
1717
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
1721
1718
  };
1722
1719
  }
@@ -2940,7 +2937,7 @@ var $;
2940
2937
  class $mol_vector_range extends $mol_vector {
2941
2938
  0;
2942
2939
  1;
2943
- constructor(min, max) {
2940
+ constructor(min, max = min) {
2944
2941
  super(min, max);
2945
2942
  this[0] = min;
2946
2943
  this[1] = max;