@datapos/datapos-tool-csv-parse 0.0.58 → 0.0.59

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.
@@ -3409,7 +3409,7 @@ class Zn {
3409
3409
  const p = await fetch(encodeURI(n), { signal: i.signal });
3410
3410
  if (!p.ok || p.body == null)
3411
3411
  throw await Yn(p, `Failed to fetch '${n}' file.`, "datapos-connector-file-store-emulator|Connector|retrieve");
3412
- const T = p.body.pipeThrough(new TextDecoderStream(e.encodingId)), x = new WritableStream({
3412
+ const T = p.body, x = new WritableStream({
3413
3413
  write: (g) => {
3414
3414
  h || g.length !== 0 && (i.signal.throwIfAborted(), u?.write(g));
3415
3415
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,