pim-import 4.5.7 → 4.5.8

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.
@@ -1090,5 +1090,12 @@
1090
1090
  "icon": true,
1091
1091
  "dictionary": "DDesignAwards",
1092
1092
  "type": "object"
1093
+ },
1094
+ {
1095
+ "key": "destinations",
1096
+ "parent": "",
1097
+ "icon": false,
1098
+ "dictionary": "DDestination",
1099
+ "type": "array"
1093
1100
  }
1094
1101
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "4.5.7",
3
+ "version": "4.5.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -1090,5 +1090,12 @@
1090
1090
  "icon": true,
1091
1091
  "dictionary": "DDesignAwards",
1092
1092
  "type": "object"
1093
+ },
1094
+ {
1095
+ "key": "destinations",
1096
+ "parent": "",
1097
+ "icon": false,
1098
+ "dictionary": "DDestination",
1099
+ "type": "array"
1093
1100
  }
1094
1101
  ]