contentful-import 10.0.9 → 10.0.10

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.
package/dist/index.js CHANGED
@@ -297,7 +297,7 @@ async function processAssets({
297
297
  const processingOptions = Object.assign(
298
298
  {},
299
299
  timeout && { processingCheckWait: timeout },
300
- retryLimit && { processingCheckRetry: retryLimit }
300
+ retryLimit && { processingCheckRetries: retryLimit }
301
301
  );
302
302
  const pendingProcessingAssets = assets2.map(async (asset) => {
303
303
  import_logging3.logEmitter.emit("info", `Processing Asset ${(0, import_get_entity_name.default)(asset)}`);
package/dist/index.mjs CHANGED
@@ -270,7 +270,7 @@ async function processAssets({
270
270
  const processingOptions = Object.assign(
271
271
  {},
272
272
  timeout && { processingCheckWait: timeout },
273
- retryLimit && { processingCheckRetry: retryLimit }
273
+ retryLimit && { processingCheckRetries: retryLimit }
274
274
  );
275
275
  const pendingProcessingAssets = assets2.map(async (asset) => {
276
276
  logEmitter3.emit("info", `Processing Asset ${getEntityName(asset)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-import",
3
- "version": "10.0.9",
3
+ "version": "10.0.10",
4
4
  "description": "this tool allows you to import JSON dump exported by contentful-export",
5
5
  "main": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",