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/node.js CHANGED
@@ -6610,7 +6610,7 @@ var $;
6610
6610
  const res = [];
6611
6611
  if (value instanceof Map) {
6612
6612
  for (const [key, val] of value) {
6613
- res.push([key, '', val]);
6613
+ res.push([key, '', val]);
6614
6614
  }
6615
6615
  }
6616
6616
  if (value instanceof Set) {