Comparing version 1.1.1 to 1.1.2
10
index.js
@@ -535,7 +535,2 @@ /* | ||
// Record the parent | ||
parents[remoteLocation] = { | ||
ref: parentPtr | ||
}; | ||
if (_.isError(response)) { | ||
@@ -548,2 +543,7 @@ metadata[newParentPtr] = { | ||
} else { | ||
// Record the parent | ||
parents[remoteLocation] = { | ||
ref: parentPtr | ||
}; | ||
// Resolve remote references | ||
@@ -550,0 +550,0 @@ return resolveRemoteRefs(response, rOptions, newParentPtr, parents, metadata) |
{ | ||
"name": "json-refs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).", | ||
@@ -5,0 +5,0 @@ "main": "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
29737