schematized
Advanced tools
Comparing version 1.8.7 to 1.8.8
# Changelog | ||
## [1.8.8](https://github.com/ryparker/schematized/compare/v1.8.7...v1.8.8) (2020-11-20) | ||
### Bug Fixes | ||
* **package.json:** resolved to "mem": "^4.0", ([4be8699](https://github.com/ryparker/schematized/commit/4be8699f8193836b686222c67cea7fd6688aa551)) | ||
* **yarn.lock:** updated yarn lock ([d6e45c0](https://github.com/ryparker/schematized/commit/d6e45c06d5040084700c62a5c1f1d3b2c55ef330)) | ||
## [1.8.7](https://github.com/ryparker/schematized/compare/v1.8.6...v1.8.7) (2020-11-20) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "schematized", | ||
"description": "Turn objects into JSON schemas! The more examples you provide, the better your schema will be.", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"files": [ | ||
@@ -88,2 +88,3 @@ "dist" | ||
"resolutions": { | ||
"mem": "^4.0", | ||
"yargs-parser": "^13.1.2" | ||
@@ -90,0 +91,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
89278