mol_wire_lib 1.0.739 → 1.0.741

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.mjs CHANGED
@@ -1149,7 +1149,7 @@ var $;
1149
1149
  const field = task.name + '()';
1150
1150
  let dict = Object.getOwnPropertyDescriptor(host ?? task, field)?.value;
1151
1151
  const prefix = host?.[Symbol.toStringTag] ?? (host instanceof Function ? $$.$mol_func_name(host) : host);
1152
- const id = `${prefix}.${task.name}(${$mol_key(key)})`;
1152
+ const id = `${prefix}.${task.name}(${$mol_key(key).replace(/^"|"$/g, "'")})`;
1153
1153
  if (dict) {
1154
1154
  const existen = dict.get(id);
1155
1155
  if (existen)