@json-schema-tools/dereferencer
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,8 @@ | ||
## [1.4.2](https://github.com/json-schema-tools/dereferencer/compare/1.4.1...1.4.2) (2021-05-10) | ||
### Bug Fixes | ||
* **README:** typos ([20fe284](https://github.com/json-schema-tools/dereferencer/commit/20fe2849b53a118d1fc5b9a09805b4f075571fe9)) | ||
## [1.4.1](https://github.com/json-schema-tools/dereferencer/compare/1.4.0...1.4.1) (2021-05-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/dereferencer", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Dereference (aka parse refs) from JSON Schemas", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -67,4 +67,4 @@ # JSON Schema Dereferencer | ||
console.log(derefencer.resolveSync()); | ||
console.log(await derefencer.resolve()); | ||
console.log(dereferencer.resolveSync()); | ||
console.log(await dereferencer.resolve()); | ||
``` | ||
@@ -71,0 +71,0 @@ |
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
42632