mol_plot_all 1.2.748 → 1.2.749

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.748",
3
+ "version": "1.2.749",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -1169,7 +1169,7 @@ var $;
1169
1169
  const field = task.name + '()';
1170
1170
  let dict = Object.getOwnPropertyDescriptor(host ?? task, field)?.value;
1171
1171
  const prefix = host?.[Symbol.toStringTag] ?? (host instanceof Function ? $$.$mol_func_name(host) : host);
1172
- const id = `${prefix}.${task.name}(${$mol_key(key)})`;
1172
+ const id = `${prefix}.${task.name}(${$mol_key(key).replace(/^"|"$/g, "'")})`;
1173
1173
  if (dict) {
1174
1174
  const existen = dict.get(id);
1175
1175
  if (existen)