@datapos/datapos-tool-csv-parse 0.0.103 → 0.0.106

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.
@@ -3380,7 +3380,7 @@ function Gn(t) {
3380
3380
  return t.length > 2048 ? `${t.slice(0, 2048)}... [truncated]` : t;
3381
3381
  }
3382
3382
  const Wt = {
3383
- // bom: false,
3383
+ bom: !1,
3384
3384
  cast: void 0,
3385
3385
  cast_date: !1,
3386
3386
  columns: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.103",
3
+ "version": "0.0.106",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,