pim-import 6.2.1 → 6.2.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.
@@ -250,7 +250,7 @@ export interface Physical {
250
250
  preCabled?: null;
251
251
  plugTypes?: null;
252
252
  diameterDecor?: null;
253
- cordLenght?: null;
253
+ cordLength?: null;
254
254
  h2oStop?: null;
255
255
  cuttableField?: null;
256
256
  shapes?: GenericData[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",