@stoplight/json-ref-resolver
Advanced tools
Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "@stoplight/json-ref-resolver", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Recursively resolve JSON pointers and remote authorities.", | ||
@@ -33,6 +33,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@stoplight/json": "1.9.x", | ||
"@stoplight/json": "^2.1.0", | ||
"dependency-graph": "0.8.x", | ||
"fast-memoize": "2.x.x", | ||
"immer": "2.x.x", | ||
"immer": "^3.1.2", | ||
"lodash": "4.x.x", | ||
@@ -39,0 +39,0 @@ "urijs": "1.x.x" |
@@ -238,3 +238,3 @@ "use strict"; | ||
continue; | ||
this._source = immer_1.default(this._source, draft => { | ||
this._source = immer_1.default(this._source, (draft) => { | ||
if (r.resolved) { | ||
@@ -256,3 +256,3 @@ if (!resolvedTargetPath.length) { | ||
if (this.resolvePointers) { | ||
this._source = immer_1.default(this._source, draft => { | ||
this._source = immer_1.default(this._source, (draft) => { | ||
let processOrder = []; | ||
@@ -259,0 +259,0 @@ try { |
Sorry, the diff of this file is not supported yet
68058
+ Added@stoplight/json@2.3.3(transitive)
+ Added@stoplight/types@9.1.2(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Addedimmer@3.3.0(transitive)
+ Addedjsonc-parser@2.1.1(transitive)
- Removed@stoplight/json@1.9.0(transitive)
- Removed@stoplight/types@4.0.0(transitive)
- Removedimmer@2.1.5(transitive)
- Removedjsonc-parser@2.1.0(transitive)
Updated@stoplight/json@^2.1.0
Updatedimmer@^3.1.2