@go-to-k/cdkd 0.94.9 → 0.94.10
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
|
@@ -41661,7 +41661,7 @@ function reorderArgs(argv) {
|
|
|
41661
41661
|
*/
|
|
41662
41662
|
async function main() {
|
|
41663
41663
|
const program = new Command();
|
|
41664
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.94.
|
|
41664
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.94.9");
|
|
41665
41665
|
program.addCommand(createBootstrapCommand());
|
|
41666
41666
|
program.addCommand(createSynthCommand());
|
|
41667
41667
|
program.addCommand(createListCommand());
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|