pim-import 5.12.3 → 5.12.4

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.
Files changed (2) hide show
  1. package/dist/libs/s3.js +1 -3
  2. package/package.json +1 -1
package/dist/libs/s3.js CHANGED
@@ -142,9 +142,7 @@ const getFileFromS3 = async (path, returnUrl = false) => {
142
142
  return url;
143
143
  }
144
144
  else {
145
- const res = await axios_1.default.get(url, {
146
- responseType: "arraybuffer",
147
- });
145
+ const res = await axios_1.default.get(url);
148
146
  return res.data;
149
147
  }
150
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "5.12.3",
3
+ "version": "5.12.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",