@open-rpc/schema-utils-js
Advanced tools
Comparing version 1.14.2 to 1.14.3
@@ -0,1 +1,10 @@ | ||
## [1.14.3](https://github.com/open-rpc/schema-utils-js/compare/1.14.2...1.14.3) (2020-11-10) | ||
### Bug Fixes | ||
* regen package lock ([d41fd35](https://github.com/open-rpc/schema-utils-js/commit/d41fd352c36f089b2db49e676f0d2f5e90cec1ff)) | ||
* update and rebase ([f37d6e5](https://github.com/open-rpc/schema-utils-js/commit/f37d6e5096e375f810d8350c6a4f6e889a7e8df8)) | ||
* update derefer and meta-schema ([768ec41](https://github.com/open-rpc/schema-utils-js/commit/768ec4115908637ee8a1b5e4ebc7f4c4f1730012)) | ||
## [1.14.2](https://github.com/open-rpc/schema-utils-js/compare/1.14.1...1.14.2) (2020-11-04) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@open-rpc/schema-utils-js", | ||
"private": false, | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"description": "", | ||
@@ -32,6 +32,6 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@json-schema-tools/dereferencer": "^1.3.1", | ||
"@json-schema-tools/meta-schema": "^1.3.0", | ||
"@json-schema-tools/reference-resolver": "^1.0.2", | ||
"@open-rpc/meta-schema": "^1.12.5", | ||
"@json-schema-tools/dereferencer": "^1.4.0", | ||
"@json-schema-tools/meta-schema": "^1.5.10", | ||
"@json-schema-tools/reference-resolver": "^1.1.1", | ||
"@open-rpc/meta-schema": "^1.14.0", | ||
"ajv": "^6.10.0", | ||
@@ -61,4 +61,4 @@ "detect-node": "^2.0.4", | ||
"webpack": "^5.1.3", | ||
"webpack-cli": "^4.1.0" | ||
"webpack-cli": "^4.2.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
106648