pim-import 5.1.1 → 5.1.2

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.
@@ -190,7 +190,6 @@ const setHideInRegionField = async (destinations, pageData) => {
190
190
  include: 0,
191
191
  select: "sys,fields",
192
192
  });
193
- pageData.fields.hideInRegions[defEnvLocaleCode] = [];
194
193
  let count = 0;
195
194
  for (const item of items) {
196
195
  const region = item?.fields?.region?.[defEnvLocaleCode];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",