contentful-resolve-response
Advanced tools
Comparing version 1.8.2 to 1.9.0
@@ -113,3 +113,3 @@ 'use strict'; | ||
if (!linkType.startsWith('Contentful:')) { | ||
return UNRESOLVED_LINK; | ||
return link; | ||
} | ||
@@ -116,0 +116,0 @@ |
@@ -105,3 +105,3 @@ 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; }; | ||
if (!linkType.startsWith('Contentful:')) { | ||
return UNRESOLVED_LINK; | ||
return link; | ||
} | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "contentful-resolve-response", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"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
20287