@go-to-k/cdkd 0.75.0 → 0.75.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -6
- package/dist/cli.js.map +2 -2
- package/dist/go-to-k-cdkd-0.75.1.tgz +0 -0
- package/package.json +1 -1
- package/dist/go-to-k-cdkd-0.75.0.tgz +0 -0
package/dist/cli.js
CHANGED
|
@@ -70305,8 +70305,6 @@ function pickLayerLogicalId(entry) {
|
|
|
70305
70305
|
const arg = obj["Fn::GetAtt"];
|
|
70306
70306
|
if (Array.isArray(arg) && typeof arg[0] === "string")
|
|
70307
70307
|
return arg[0];
|
|
70308
|
-
if (typeof arg === "string")
|
|
70309
|
-
return arg.split(".")[0];
|
|
70310
70308
|
}
|
|
70311
70309
|
return void 0;
|
|
70312
70310
|
}
|
|
@@ -73831,9 +73829,7 @@ function attachStageContext(routes, stageMap) {
|
|
|
73831
73829
|
continue;
|
|
73832
73830
|
}
|
|
73833
73831
|
route.stageVariables = stage.variables;
|
|
73834
|
-
|
|
73835
|
-
route.stage = stage.stageName;
|
|
73836
|
-
}
|
|
73832
|
+
route.stage = stage.stageName;
|
|
73837
73833
|
}
|
|
73838
73834
|
}
|
|
73839
73835
|
function pickRefLogicalId3(value) {
|
|
@@ -77015,7 +77011,7 @@ function reorderArgs(argv) {
|
|
|
77015
77011
|
}
|
|
77016
77012
|
async function main() {
|
|
77017
77013
|
const program = new Command16();
|
|
77018
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.75.
|
|
77014
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.75.1");
|
|
77019
77015
|
program.addCommand(createBootstrapCommand());
|
|
77020
77016
|
program.addCommand(createSynthCommand());
|
|
77021
77017
|
program.addCommand(createListCommand());
|