@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.8");
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.94.9",
3
+ "version": "0.94.10",
4
4
  "description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
Binary file