mol_plot_all 1.2.353 → 1.2.355

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.esm.js CHANGED
@@ -3076,7 +3076,7 @@ var $;
3076
3076
  return obj;
3077
3077
  }
3078
3078
  hue() {
3079
- return NaN;
3079
+ return +NaN;
3080
3080
  }
3081
3081
  Sample() {
3082
3082
  return null;
@@ -3804,7 +3804,7 @@ var $;
3804
3804
  hue_base(val) {
3805
3805
  if (val !== undefined)
3806
3806
  return val;
3807
- return NaN;
3807
+ return +NaN;
3808
3808
  }
3809
3809
  hue_shift(val) {
3810
3810
  if (val !== undefined)
@@ -4542,7 +4542,7 @@ var $;
4542
4542
  (function ($) {
4543
4543
  class $mol_plot_dot extends $mol_plot_graph {
4544
4544
  points_max() {
4545
- return Infinity;
4545
+ return +Infinity;
4546
4546
  }
4547
4547
  aspect() {
4548
4548
  return 1;