@stoplight/json-ref-resolver
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -105,3 +105,3 @@ "use strict"; | ||
this.pointerGraph.addDependency(parentPointer, targetPointer); | ||
if (this.jsonPointer && pointerStack.length === 0) { | ||
if (this.jsonPointer) { | ||
pointerStack.push(targetPointer); | ||
@@ -108,0 +108,0 @@ this.computeGraph(lodash_1.get(this._runner.source, targetPath), targetPath, targetPointer, pointerStack); |
{ | ||
"name": "@stoplight/json-ref-resolver", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Recursively resolve JSON pointers and remote authorities.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
69078