@stoplight/json-ref-resolver
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -110,3 +110,3 @@ "use strict"; | ||
this.pointerGraph.addDependency(parentPointer, targetPointer); | ||
if (this.jsonPointer) { | ||
if (this.jsonPointer && (pointerStack.length < 2 || !pointerStack.includes(targetPointer))) { | ||
pointerStack.push(targetPointer); | ||
@@ -113,0 +113,0 @@ this.computeGraph(lodash_1.get(this._runner.source, targetPath), targetPath, targetPointer, pointerStack); |
{ | ||
"name": "@stoplight/json-ref-resolver", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"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
79498