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/web.js CHANGED
@@ -1198,9 +1198,6 @@ var $;
1198
1198
  break reuse;
1199
1199
  return existen;
1200
1200
  }
1201
- if (existen && sub instanceof $mol_wire_task) {
1202
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
1203
- }
1204
1201
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
1205
1202
  };
1206
1203
  }
@@ -2499,7 +2496,7 @@ var $;
2499
2496
  class $mol_vector_range extends $mol_vector {
2500
2497
  0;
2501
2498
  1;
2502
- constructor(min, max) {
2499
+ constructor(min, max = min) {
2503
2500
  super(min, max);
2504
2501
  this[0] = min;
2505
2502
  this[1] = max;