mol_plot_all 1.2.817 → 1.2.818

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.mjs CHANGED
@@ -2171,6 +2171,7 @@ var $;
2171
2171
  const getter = (() => value);
2172
2172
  getter['()'] = value;
2173
2173
  getter[Symbol.toStringTag] = value;
2174
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
2174
2175
  return getter;
2175
2176
  }
2176
2177
  $.$mol_const = $mol_const;
package/node.test.js CHANGED
@@ -2163,6 +2163,7 @@ var $;
2163
2163
  const getter = (() => value);
2164
2164
  getter['()'] = value;
2165
2165
  getter[Symbol.toStringTag] = value;
2166
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
2166
2167
  return getter;
2167
2168
  }
2168
2169
  $.$mol_const = $mol_const;