File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments