contentful-resolve-response
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -197,3 +197,5 @@ 'use strict'; | ||
var allEntries = [].concat(_toConsumableArray(responseClone.items), _toConsumableArray(allIncludes)); | ||
var allEntries = [].concat(_toConsumableArray(responseClone.items), _toConsumableArray(allIncludes)).filter(function (entity) { | ||
return Boolean(entity.sys); | ||
}); | ||
@@ -200,0 +202,0 @@ var entityMap = new Map(allEntries.reduce(function (acc, entity) { |
@@ -189,3 +189,5 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
var allEntries = [].concat(_toConsumableArray(responseClone.items), _toConsumableArray(allIncludes)); | ||
var allEntries = [].concat(_toConsumableArray(responseClone.items), _toConsumableArray(allIncludes)).filter(function (entity) { | ||
return Boolean(entity.sys); | ||
}); | ||
@@ -192,0 +194,0 @@ var entityMap = new Map(allEntries.reduce(function (acc, entity) { |
{ | ||
"name": "contentful-resolve-response", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
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
18917
378