@open-rpc/schema-utils-js
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -0,1 +1,8 @@ | ||
## [1.11.4](https://github.com/open-rpc/schema-utils-js/compare/1.11.3...1.11.4) (2019-08-01) | ||
### Bug Fixes | ||
* add lodash dep ([9a515a9](https://github.com/open-rpc/schema-utils-js/commit/9a515a9)) | ||
## [1.11.3](https://github.com/open-rpc/schema-utils-js/compare/1.11.2...1.11.3) (2019-07-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@open-rpc/schema-utils-js", | ||
"private": false, | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "", | ||
@@ -39,3 +39,4 @@ "main": "build/src/index.js", | ||
"isomorphic-fetch": "^2.2.1", | ||
"json-schema-ref-parser": "^7.0.1" | ||
"json-schema-ref-parser": "^7.0.1", | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -59,3 +60,3 @@ "devDependencies": { | ||
"tslint": "^5.13.1", | ||
"typedoc": "^0.14.2", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.3.3333", | ||
@@ -62,0 +63,0 @@ "webpack": "^4.31.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
73691
8
+ Addedlodash@^4.17.15
+ Addedlodash@4.17.21(transitive)