@datapos/datapos-tool-csv-parse 0.0.46 → 0.0.47

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.
@@ -3404,7 +3404,7 @@ class Gn {
3404
3404
  if (c++, h) return;
3405
3405
  i.signal.throwIfAborted(), l.push(_);
3406
3406
  }
3407
- console.log(3333, c - m);
3407
+ console.log("ROWS", c - m);
3408
3408
  } catch (m) {
3409
3409
  O(m);
3410
3410
  }
@@ -3418,7 +3418,7 @@ class Gn {
3418
3418
  let S = await u.read();
3419
3419
  for (; !S.done; ) {
3420
3420
  if (h) return;
3421
- i.signal.throwIfAborted(), f.write(S.value), S = await u.read();
3421
+ i.signal.throwIfAborted(), console.log("CHUNK", S.value), f.write(S.value), S = await u.read();
3422
3422
  }
3423
3423
  h || f.end();
3424
3424
  })().catch((x) => O(x));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,