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

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.
@@ -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(), console.log("CHUNK", S.value), f.write(S.value), S = await u.read();
3421
+ i.signal.throwIfAborted(), console.log("CHUNK", S.value.length), 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.47",
3
+ "version": "0.0.48",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,