@json-schema-tools/traverse
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -0,1 +1,8 @@ | ||
## [1.7.6](https://github.com/json-schema-tools/traverse/compare/1.7.5...1.7.6) (2020-10-29) | ||
### Bug Fixes | ||
* update dev deps ([c5dc143](https://github.com/json-schema-tools/traverse/commit/c5dc143c1e25c1be18ad3dee7d0b3ecc159c2de4)) | ||
## [1.7.5](https://github.com/json-schema-tools/traverse/compare/1.7.4...1.7.5) (2020-10-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/traverse", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"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.", | ||
@@ -30,14 +30,14 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@json-schema-tools/meta-schema": "^1.5.8", | ||
"@json-schema-tools/meta-schema": "^1.5.9", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.2", | ||
"@types/node": "^14.14.6", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.12.1", | ||
"jest": "^26.6.1", | ||
"ts-jest": "^26.4.2", | ||
"ts-jest": "^26.4.3", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.0.5" | ||
}, | ||
"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
36956