@go-to-k/cdkd 0.96.1 → 0.97.0
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
CHANGED
|
@@ -41837,7 +41837,7 @@ function reorderArgs(argv) {
|
|
|
41837
41837
|
*/
|
|
41838
41838
|
async function main() {
|
|
41839
41839
|
const program = new Command();
|
|
41840
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.96.
|
|
41840
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.96.1");
|
|
41841
41841
|
program.addCommand(createBootstrapCommand());
|
|
41842
41842
|
program.addCommand(createSynthCommand());
|
|
41843
41843
|
program.addCommand(createListCommand());
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|