pim-import 3.1.3 → 3.1.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.
@@ -1079,9 +1079,16 @@
1079
1079
  },
1080
1080
  {
1081
1081
  "key": "spareParts",
1082
- "parent": "DTernaryFlag",
1082
+ "parent": "",
1083
1083
  "icon": false,
1084
- "dictionary": "",
1084
+ "dictionary": "DTernaryFlag",
1085
+ "type": "object"
1086
+ },
1087
+ {
1088
+ "key": "designAwards",
1089
+ "parent": "marking",
1090
+ "icon": true,
1091
+ "dictionary": "DDesignAwards",
1085
1092
  "type": "object"
1086
1093
  }
1087
1094
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -1079,9 +1079,16 @@
1079
1079
  },
1080
1080
  {
1081
1081
  "key": "spareParts",
1082
- "parent": "DTernaryFlag",
1082
+ "parent": "",
1083
1083
  "icon": false,
1084
- "dictionary": "",
1084
+ "dictionary": "DTernaryFlag",
1085
+ "type": "object"
1086
+ },
1087
+ {
1088
+ "key": "designAwards",
1089
+ "parent": "marking",
1090
+ "icon": true,
1091
+ "dictionary": "DDesignAwards",
1085
1092
  "type": "object"
1086
1093
  }
1087
1094
  ]