@json-schema-tools/dereferencer
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -0,1 +1,9 @@ | ||
## [1.0.15](https://github.com/json-schema-tools/dereferencer/compare/1.0.14...1.0.15) (2020-07-20) | ||
### Bug Fixes | ||
* update docs ([2027221](https://github.com/json-schema-tools/dereferencer/commit/202722104d999aa096995762f240d11dc30080a7)) | ||
* update to latest traverse ([ed5e95a](https://github.com/json-schema-tools/dereferencer/commit/ed5e95a164d9b4f708cf34ef8206b7e35f086b4b)) | ||
## [1.0.14](https://github.com/json-schema-tools/dereferencer/compare/1.0.13...1.0.14) (2020-07-15) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@json-schema-tools/dereferencer", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Dereference (aka parse refs) from JSON Schemas", | ||
@@ -29,5 +29,5 @@ "main": "build/index.js", | ||
"@json-schema-spec/json-pointer": "^0.1.2", | ||
"@json-schema-tools/traverse": "^1.3.0", | ||
"@json-schema-tools/traverse": "^1.3.1", | ||
"node-fetch": "^2.6.0" | ||
} | ||
} |
@@ -5,3 +5,6 @@ # JSON Schema Dereferencer | ||
features: | ||
Built using @json-schema-tools/traverse | ||
## features | ||
- minimal dependencies | ||
@@ -8,0 +11,0 @@ - simple & fast |
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
90917
62