jest-schema-matcher
Advanced tools
Comparing version 1.7.14 to 1.8.0
# Changelog | ||
# [1.8.0](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.14...v1.8.0) (2021-01-01) | ||
### Features | ||
* **schema generation:** generated schemas are now sorted to reduce unnecessary order changes ([a1cb90b](https://github.com/ryparker/jest-schema-matcher/commit/a1cb90b9cbadcad64adf98dc4997faf67360ea5d)) | ||
## [1.7.14](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.13...v1.7.14) (2020-12-23) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "jest-schema-matcher", | ||
"version": "1.7.14", | ||
"version": "1.8.0", | ||
"license": "MIT", | ||
@@ -79,3 +79,3 @@ "files": [ | ||
"pretty-format": "^26.6.2", | ||
"schematized": "^1.8.9", | ||
"schematized": "^1.9.0", | ||
"variable-diff": "^2.0.2" | ||
@@ -87,4 +87,4 @@ }, | ||
"@types/jest": "^26.0.19", | ||
"@types/lodash": "^4.14.165", | ||
"@types/node": "^14.14.14", | ||
"@types/lodash": "^4.14.167", | ||
"@types/node": "^14.14.19", | ||
"commitizen": "^4.2.2", | ||
@@ -101,3 +101,3 @@ "conventional-changelog-conventionalcommits": "^4.5.0", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.3.0", | ||
"semantic-release": "^17.3.1", | ||
"ts-jest": "^26.4.4", | ||
@@ -104,0 +104,0 @@ "typescript": "^4.1.3", |
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
22347
Updatedschematized@^1.9.0