Skip to content

Commit 79b40fd

Browse files
zanzamarKhaledgarbaya
authored andcommitted
feat: consume new option assetProcessDelay
1 parent 163157d commit 79b40fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/run-contentful-import.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default function runContentfulImport (usageParams) {
4949
managementClient: clients.destination.management,
5050
spaceId: clients.destination.spaceId,
5151
prePublishDelay: opts.prePublishDelay,
52+
assetProcessDelay: opts.assetProcessDelay,
5253
contentModelOnly: opts.contentModelOnly,
5354
skipLocales: opts.skipLocales,
5455
skipContentModel: opts.skipContentModel,

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "this tool allows you to import JSON dump exported by contentful-export",
44
"bin": "bin/contentful-import",
55
"main": "index.js",
6+
"version": "0.0.1",
67
"scripts": {
78
"build": "npm run clean && mkdirp dist && babel lib --out-dir dist",
89
"clean": "rimraf dist",
@@ -39,7 +40,7 @@
3940
},
4041
"dependencies": {
4142
"bluebird": "^3.3.3",
42-
"contentful-batch-libs": "^4.8.1",
43+
"contentful-batch-libs": "^4.9.0",
4344
"json-stringify-safe": "^5.0.1",
4445
"lodash": "^4.0.0",
4546
"npmlog": "^4.0.0",

0 commit comments

Comments
 (0)