schematized
Advanced tools
Comparing version 1.8.8 to 1.8.9
# Changelog | ||
## [1.8.9](https://github.com/ryparker/schematized/compare/v1.8.8...v1.8.9) (2020-12-23) | ||
### Bug Fixes | ||
* **package.json, yarn.lock:** bumped deps and locked AJV version to v6 ([cf7db91](https://github.com/ryparker/schematized/commit/cf7db916db26d03d9bb02d1bd8b0efa622bd0165)) | ||
## [1.8.8](https://github.com/ryparker/schematized/compare/v1.8.7...v1.8.8) (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.8", | ||
"version": "1.8.9", | ||
"files": [ | ||
@@ -99,19 +99,19 @@ "dist" | ||
"@types/lodash": "^4.14.165", | ||
"@types/node": "^14.14.9", | ||
"ajv": "^6.12.6", | ||
"ava": "^3.13.0", | ||
"@types/node": "^14.14.14", | ||
"ajv": "6.12.4", | ||
"ava": "^3.14.0", | ||
"commitizen": "^4.2.2", | ||
"conventional-changelog-conventionalcommits": "^4.5.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint-config-xo-typescript": "^0.36.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.1", | ||
"eslint-config-xo-typescript": "^0.37.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"husky": "^4.3.6", | ||
"lint-staged": "^10.5.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.2.4", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.1.2", | ||
"xo": "^0.35.0" | ||
"semantic-release": "^17.3.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3", | ||
"xo": "^0.36.1" | ||
}, | ||
@@ -118,0 +118,0 @@ "keywords": [ |
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
89558