@go-to-k/cdkd 0.145.0 → 0.145.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
@@ -55975,7 +55975,7 @@ function reorderArgs(argv) {
55975
55975
  */
55976
55976
  async function main() {
55977
55977
  const program = new Command();
55978
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.145.0");
55978
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.145.1");
55979
55979
  program.addCommand(createBootstrapCommand());
55980
55980
  program.addCommand(createSynthCommand());
55981
55981
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.145.0",
3
+ "version": "0.145.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",