cloudformation-js-yaml-schema
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "cloudformation-js-yaml-schema", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "node test.js", |
@@ -12,3 +12,4 @@ { | ||
"Condition", | ||
"ImportValue" | ||
"ImportValue", | ||
"Cidr" | ||
], | ||
@@ -26,4 +27,5 @@ "sequence": [ | ||
"Sub", | ||
"Split" | ||
"Split", | ||
"Cidr" | ||
] | ||
} |
6607
8
86