pim-import 6.1.3 → 6.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.
Files changed (2) hide show
  1. package/dist/utils.js +1 -0
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -82,6 +82,7 @@ const getPimTranslations = (values, fieldKey = "value", defaultValue = "", limit
82
82
  }
83
83
  }
84
84
  if (defaultValue && Object.entries(names).length === 0) {
85
+ (0, logs_1.log)(`No translations found for fieldKey ${valueString}, setting default value (${defaultValue}) for all locales`, "WARN");
85
86
  for (const locale of contentful_1.cfLocales) {
86
87
  names[locale] = defaultValue;
87
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pim-import",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",