pim-import 5.12.3 → 5.12.6

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.
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
  };
@@ -706,13 +706,6 @@
706
706
  "dictionary": "",
707
707
  "type": "string"
708
708
  },
709
- {
710
- "key": "dynamicLoad_us",
711
- "parent": "marking",
712
- "icon": false,
713
- "dictionary": "",
714
- "type": "string"
715
- },
716
709
  {
717
710
  "key": "staticLoad",
718
711
  "parent": "marking",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "5.12.3",
3
+ "version": "5.12.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",