@go-to-k/cdkd 0.209.0 → 0.209.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 +2 -2
package/dist/cli.js CHANGED
@@ -52836,7 +52836,7 @@ function reorderArgs(argv) {
52836
52836
  async function main() {
52837
52837
  installPipeCloseHandler();
52838
52838
  const program = new Command();
52839
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.209.0");
52839
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.209.1");
52840
52840
  program.addCommand(createBootstrapCommand());
52841
52841
  program.addCommand(createSynthCommand());
52842
52842
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.209.0",
3
+ "version": "0.209.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",
@@ -87,7 +87,7 @@
87
87
  "@aws-sdk/client-wafv2": "^3.1017.0",
88
88
  "@aws-sdk/s3-request-presigner": "^3.1016.0",
89
89
  "archiver": "^7.0.0",
90
- "cdk-local": "^0.126.0",
90
+ "cdk-local": "^0.126.6",
91
91
  "chokidar": "^5.0.0",
92
92
  "commander": "^12.0.0",
93
93
  "graphlib": "^2.1.8",