@json-schema-tools/dereferencer
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -0,1 +1,9 @@ | ||
## [1.2.7](https://github.com/json-schema-tools/dereferencer/compare/1.2.6...1.2.7) (2020-10-23) | ||
### Bug Fixes | ||
* add eslint dependency and workflow ([8ac862b](https://github.com/json-schema-tools/dereferencer/commit/8ac862b3692c11d61f12617b09ed5644431a7322)) | ||
* setup eslint properly ([61cdec3](https://github.com/json-schema-tools/dereferencer/commit/61cdec3680253aa7d2c961c655ad27a0ef81584c)) | ||
## [1.2.6](https://github.com/json-schema-tools/dereferencer/compare/1.2.5...1.2.6) (2020-10-17) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@json-schema-tools/dereferencer", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Dereference (aka parse refs) from JSON Schemas", | ||
@@ -13,5 +13,5 @@ "main": "build/index.js", | ||
"build:code": "tsc", | ||
"lint": "tslint --fix -p .", | ||
"test": "npm run test:unit", | ||
"test:unit": "npm run lint && jest --coverage", | ||
"lint": "eslint . --ext .ts", | ||
"test": "npm run test:unit && npm run test:web", | ||
"test:unit": "jest --coverage", | ||
"test:web": "npm run build:code" | ||
@@ -36,5 +36,7 @@ }, | ||
"@types/node": "^14.11.10", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^6.1.2", | ||
"typedoc": "^0.19.1", | ||
@@ -41,0 +43,0 @@ "typescript": "^4.0.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
37596
10