schematized
Advanced tools
Comparing version 1.8.6 to 1.8.7
# Changelog | ||
## [1.8.7](https://github.com/ryparker/schematized/compare/v1.8.6...v1.8.7) (2020-11-20) | ||
### Bug Fixes | ||
* **package.json:** upgraded yarn deps ([520d124](https://github.com/ryparker/schematized/commit/520d124b7f0d94da3bc5cea7278625b2b1a35f60)) | ||
## [1.8.6](https://github.com/ryparker/schematized/compare/v1.8.5...v1.8.6) (2020-11-20) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "schematized", | ||
"description": "Turn objects into JSON schemas! The more examples you provide, the better your schema will be.", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"files": [ | ||
@@ -87,2 +87,5 @@ "dist" | ||
}, | ||
"resolutions": { | ||
"yargs-parser": "^13.1.2" | ||
}, | ||
"dependencies": { | ||
@@ -89,0 +92,0 @@ "lodash": "^4.17.20" |
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
88868