@go-to-k/cdkd 0.65.0 → 0.66.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
@@ -69990,7 +69990,7 @@ function reorderArgs(argv) {
69990
69990
  }
69991
69991
  async function main() {
69992
69992
  const program = new Command14();
69993
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.65.0");
69993
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.66.0");
69994
69994
  program.addCommand(createBootstrapCommand());
69995
69995
  program.addCommand(createSynthCommand());
69996
69996
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.65.0",
3
+ "version": "0.66.0",
4
4
  "description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {