@json-schema-tools/traverse
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,10 @@ | ||
## [1.7.1](https://github.com/json-schema-tools/traverse/compare/1.7.0...1.7.1) (2020-10-23) | ||
### Bug Fixes | ||
* eslint issues resolved by updating linter ([eabb64a](https://github.com/json-schema-tools/traverse/commit/eabb64aba9ec91c7400ea2f449d290029799c933)) | ||
* test was highlighting an issue with jest that was fixed ([e1c5d69](https://github.com/json-schema-tools/traverse/commit/e1c5d69641627907b1835657a7b966a2fcd3cfc2)) | ||
* update deps ([99a7ba2](https://github.com/json-schema-tools/traverse/commit/99a7ba292e011b00fda96e97cc795bf54f813324)) | ||
# [1.7.0](https://github.com/json-schema-tools/traverse/compare/1.6.0...1.7.0) (2020-09-21) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@json-schema-tools/traverse", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "This package exports a method that will traverse a JSON-Schema, calling a mutation function for each sub schema found. It is useful for building tools to work with JSON Schemas.", | ||
@@ -29,11 +29,14 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@json-schema-tools/meta-schema": "^1.3.0", | ||
"@types/jest": "^26.0.3", | ||
"@types/lodash.merge": "^4.6.6", | ||
"@types/node": "^14.0.14", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.3.0", | ||
"typedoc": "^0.19.1", | ||
"typescript": "^3.9.5" | ||
} | ||
"@json-schema-tools/meta-schema": "^1.5.8", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.2", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"jest": "^26.6.1", | ||
"ts-jest": "^26.4.2", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
34861
10