mol_plot_all 1.2.298 → 1.2.301

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.js CHANGED
@@ -1722,9 +1722,6 @@ var $;
1722
1722
  break reuse;
1723
1723
  return existen;
1724
1724
  }
1725
- if (existen && sub instanceof $mol_wire_task) {
1726
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
1727
- }
1728
1725
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
1729
1726
  };
1730
1727
  }
@@ -2948,7 +2945,7 @@ var $;
2948
2945
  class $mol_vector_range extends $mol_vector {
2949
2946
  0;
2950
2947
  1;
2951
- constructor(min, max) {
2948
+ constructor(min, max = min) {
2952
2949
  super(min, max);
2953
2950
  this[0] = min;
2954
2951
  this[1] = max;