cfn-create-or-update
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -43,2 +43,3 @@ 'use strict'; | ||
} | ||
return ret; | ||
}); | ||
@@ -128,2 +129,3 @@ } | ||
} | ||
return ret; | ||
}); | ||
@@ -130,0 +132,0 @@ } |
{ | ||
"name": "cfn-create-or-update", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Create or update CloudFormation stack also if no updates are to be performed.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,3 +32,3 @@ 'use strict'; | ||
}); | ||
describe('parameter', function() { | ||
describe('tag', function() { | ||
it('Key=key,Value=value', function() { | ||
@@ -35,0 +35,0 @@ assert.deepEqual(map.tag('Key=key,Value=value'), { |
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
24296
552