mol_dump_lib 0.0.7 → 0.0.8

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
@@ -5960,7 +5960,7 @@ var $;
5960
5960
  const res = [];
5961
5961
  if (value instanceof Map) {
5962
5962
  for (const [key, val] of value) {
5963
- res.push([key, '', val]);
5963
+ res.push([key, '', val]);
5964
5964
  }
5965
5965
  }
5966
5966
  if (value instanceof Set) {