@go-to-k/cdkd 0.89.0 → 0.90.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.
package/dist/cli.js CHANGED
@@ -80243,7 +80243,7 @@ function reorderArgs(argv) {
80243
80243
  }
80244
80244
  async function main() {
80245
80245
  const program = new Command18();
80246
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.89.0");
80246
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.90.0");
80247
80247
  program.addCommand(createBootstrapCommand());
80248
80248
  program.addCommand(createSynthCommand());
80249
80249
  program.addCommand(createListCommand());
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.89.0",
3
+ "version": "0.90.0",
4
4
  "description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
Binary file