asl-validator
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "asl-validator", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Amazon States Language validator", | ||
@@ -33,12 +33,12 @@ "main": "./src/validator.js", | ||
"dependencies": { | ||
"ajv": "^6.10.2", | ||
"commander": "^2.20.0", | ||
"ajv": "^6.12.2", | ||
"commander": "^2.20.3", | ||
"jsonpath": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"codecov": "^3.5.0", | ||
"codecov": "^3.6.5", | ||
"eslint": "^5.9.0", | ||
"eslint-config-airbnb-base": "^13.2.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.1.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^22.21.0", | ||
"jest": "^23.6.0", | ||
@@ -45,0 +45,0 @@ "jest-junit": "^5.2.0" |
@@ -31,5 +31,3 @@ { | ||
"items": { | ||
"types": { | ||
"$ref": "http://asl-validator.cloud/state-machine#" | ||
} | ||
"$ref": "http://asl-validator.cloud/state-machine#" | ||
} | ||
@@ -36,0 +34,0 @@ }, |
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
53729
49
1606
Updatedajv@^6.12.2
Updatedcommander@^2.20.3