@go-to-k/cdkd 0.132.0 → 0.132.1

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
@@ -51707,7 +51707,7 @@ function reorderArgs(argv) {
51707
51707
  */
51708
51708
  async function main() {
51709
51709
  const program = new Command();
51710
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.132.0");
51710
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.132.1");
51711
51711
  program.addCommand(createBootstrapCommand());
51712
51712
  program.addCommand(createSynthCommand());
51713
51713
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.132.0",
3
+ "version": "0.132.1",
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",