@datapos/datapos-tool-csv-parse 0.0.49 → 0.0.50

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.
@@ -3394,8 +3394,7 @@ class Gn {
3394
3394
  h || (h = !0, m(), i.signal.aborted || i.abort(p), s(p));
3395
3395
  };
3396
3396
  i.signal.addEventListener("abort", m, { once: !0 }), (async () => {
3397
- f = ut(e), l = this.constructRowBuffer({ chunk: () => {
3398
- }, chunkSize: r.chunkSize ?? Qn }), f.on("readable", () => {
3397
+ f = ut(e), l = this.constructRowBuffer({ chunk: r.chunk, chunkSize: r.chunkSize ?? Qn }), f.on("readable", () => {
3399
3398
  try {
3400
3399
  if (f == null || l == null) return;
3401
3400
  let E;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,