@go-to-k/cdkd 0.111.3 → 0.113.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -45300,7 +45300,7 @@ function reorderArgs(argv) {
45300
45300
  */
45301
45301
  async function main() {
45302
45302
  const program = new Command();
45303
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.111.3");
45303
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.113.0");
45304
45304
  program.addCommand(createBootstrapCommand());
45305
45305
  program.addCommand(createSynthCommand());
45306
45306
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.111.3",
3
+ "version": "0.113.0",
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",