contentful-batch-libs
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -64,3 +64,3 @@ { | ||
"homepage": "https://github.com/contentful/contentful-batch-libs#readme", | ||
"version": "1.2.2" | ||
"version": "1.2.3" | ||
} |
@@ -57,4 +57,8 @@ 'use strict'; | ||
function createEntries(context, entries, destinationEntries) { | ||
return _bluebird2['default'].filter(entries, function (entry) { | ||
return _bluebird2['default'].map(entries, function (entry) { | ||
return createEntry(entry, context.space, context.skipContentModel, destinationEntries); | ||
}).then(function (entries) { | ||
return entries.filter(function (entry) { | ||
return entry; | ||
}); | ||
}); | ||
@@ -61,0 +65,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36754
645