@datapos/datapos-tool-csv-parse 0.0.54 → 0.0.55

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.
@@ -3445,7 +3445,7 @@ class Zn {
3445
3445
  const l = n.pop();
3446
3446
  if (l != null)
3447
3447
  return l.length = 0, l;
3448
- const h = new Array(r);
3448
+ const h = Array.from({ length: r });
3449
3449
  return h.length = 0, h;
3450
3450
  }
3451
3451
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,