asl-validator
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -9,3 +9,3 @@ { | ||
"Variable": { | ||
"type": "string" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -37,3 +37,3 @@ "And": { | ||
"BooleanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -47,3 +47,3 @@ "IsBoolean": { | ||
"NumericEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -54,3 +54,3 @@ "NumericGreaterThan": { | ||
"NumericGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -61,3 +61,3 @@ "NumericGreaterThanEquals": { | ||
"NumericGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -68,3 +68,3 @@ "NumericLessThan": { | ||
"NumericLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -75,3 +75,3 @@ "NumericLessThanEquals": { | ||
"NumericLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -85,3 +85,3 @@ "IsNumeric": { | ||
"StringEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -92,3 +92,3 @@ "StringGreaterThan": { | ||
"StringGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -99,3 +99,3 @@ "StringGreaterThanEquals": { | ||
"StringGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -106,3 +106,3 @@ "StringLessThan": { | ||
"StringLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -113,3 +113,3 @@ "StringLessThanEquals": { | ||
"StringLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -126,3 +126,3 @@ "StringMatches": { | ||
"TimestampEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -133,3 +133,3 @@ "TimestampGreaterThan": { | ||
"TimestampGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -140,3 +140,3 @@ "TimestampGreaterThanEquals": { | ||
"TimestampGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -147,3 +147,3 @@ "TimestampLessThan": { | ||
"TimestampLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -154,3 +154,3 @@ "TimestampLessThanEquals": { | ||
"TimestampLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -157,0 +157,0 @@ "IsTimestamp": { |
{ | ||
"name": "asl-validator", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "Amazon States Language validator", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/validator.js", |
@@ -9,3 +9,3 @@ { | ||
"Variable": { | ||
"type": "string" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -37,3 +37,3 @@ "And": { | ||
"BooleanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -47,3 +47,3 @@ "IsBoolean": { | ||
"NumericEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -54,3 +54,3 @@ "NumericGreaterThan": { | ||
"NumericGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -61,3 +61,3 @@ "NumericGreaterThanEquals": { | ||
"NumericGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -68,3 +68,3 @@ "NumericLessThan": { | ||
"NumericLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -75,3 +75,3 @@ "NumericLessThanEquals": { | ||
"NumericLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -85,3 +85,3 @@ "IsNumeric": { | ||
"StringEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -92,3 +92,3 @@ "StringGreaterThan": { | ||
"StringGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -99,3 +99,3 @@ "StringGreaterThanEquals": { | ||
"StringGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -106,3 +106,3 @@ "StringLessThan": { | ||
"StringLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -113,3 +113,3 @@ "StringLessThanEquals": { | ||
"StringLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -126,3 +126,3 @@ "StringMatches": { | ||
"TimestampEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -133,3 +133,3 @@ "TimestampGreaterThan": { | ||
"TimestampGreaterThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -140,3 +140,3 @@ "TimestampGreaterThanEquals": { | ||
"TimestampGreaterThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -147,3 +147,3 @@ "TimestampLessThan": { | ||
"TimestampLessThanPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -154,3 +154,3 @@ "TimestampLessThanEquals": { | ||
"TimestampLessThanEqualsPath": { | ||
"$ref": "paths.json#/definitions/asl_path" | ||
"$ref": "paths.json#/definitions/asl_ref_path" | ||
}, | ||
@@ -157,0 +157,0 @@ "IsTimestamp": { |
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
141308
2