cloudformation-to-cdk
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
// package.json | ||
var version = "1.1.6"; | ||
var version = "1.1.7"; | ||
var description = "CLI tool to convert a CLoudFormation template to a CDK app."; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "cloudformation-to-cdk", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "CLI tool to convert a CLoudFormation template to a CDK app.", | ||
@@ -29,5 +29,7 @@ "bin": { | ||
"homepage": "https://github.com/kochie/cloudformation-to-cdk#readme", | ||
"dependencies": { | ||
"commander": "^9.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1.6", | ||
"commander": "^9.4.0", | ||
"esbuild": "^0.14.49", | ||
@@ -34,0 +36,0 @@ "jest": "^28.1.3", |
12949
4
1
+ Addedcommander@^9.4.0
+ Addedcommander@9.5.0(transitive)