@go-to-k/cdkd 0.212.0 → 0.213.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 +2 -2
package/dist/cli.js CHANGED
@@ -52887,7 +52887,7 @@ function reorderArgs(argv) {
52887
52887
  async function main() {
52888
52888
  installPipeCloseHandler();
52889
52889
  const program = new Command();
52890
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.212.0");
52890
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.213.0");
52891
52891
  program.addCommand(createBootstrapCommand());
52892
52892
  program.addCommand(createSynthCommand());
52893
52893
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.212.0",
3
+ "version": "0.213.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",
@@ -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.140.0",
90
+ "cdk-local": "^0.142.0",
91
91
  "chokidar": "^5.0.0",
92
92
  "commander": "^12.0.0",
93
93
  "graphlib": "^2.1.8",