@datapos/datapos-tool-csv-parse 0.0.38 → 0.0.39

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.
@@ -3373,7 +3373,7 @@ function Hn(t) {
3373
3373
  if (!(t == null || t === ""))
3374
3374
  return t.length > 2048 ? `${t.slice(0, 2048)}... [truncated]` : t;
3375
3375
  }
3376
- const Qn = 4096;
3376
+ const Qn = 40096;
3377
3377
  class Gn {
3378
3378
  /** Build parser. */
3379
3379
  buildParser(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,