@stoplight/json-ref-resolver
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "@stoplight/json-ref-resolver", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Recursively resolve JSON pointers and remote authorities.", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@stoplight/json": "^3.1.0", | ||
"@stoplight/path": "^1.2.1", | ||
"@stoplight/json": "^3.1.2", | ||
"@stoplight/path": "^1.3.0", | ||
"@stoplight/types": "^11.0.0", | ||
@@ -37,0 +37,0 @@ "@types/urijs": "1.x.x", |
@@ -34,3 +34,3 @@ "use strict"; | ||
if (this.baseUri.toString()) { | ||
absRef = path_1.join(path_1.dirname(this.baseUri.toString()), absRef); | ||
absRef = path_1.join(path_1.dirname(this.baseUri.toString()), path_1.stripRoot(absRef)); | ||
} | ||
@@ -37,0 +37,0 @@ else { |
Sorry, the diff of this file is not supported yet
76726
Updated@stoplight/json@^3.1.2
Updated@stoplight/path@^1.3.0