contentful-import 10.0.8 → 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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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 && {
|
|
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 && {
|
|
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.
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"bluebird": "^3.7.2",
|
|
65
65
|
"cli-table3": "^0.6.5",
|
|
66
66
|
"contentful-batch-libs": "^9.7.0",
|
|
67
|
-
"contentful-management": "^12.
|
|
67
|
+
"contentful-management": "^12.5.0",
|
|
68
68
|
"date-fns": "^2.30.0",
|
|
69
69
|
"joi": "^18.2.1",
|
|
70
70
|
"listr": "^0.14.3",
|