@geekmidas/cli 1.7.0 → 1.8.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/index.mjs CHANGED
@@ -33,7 +33,7 @@ import prompts from "prompts";
33
33
 
34
34
  //#region package.json
35
35
  var name = "@geekmidas/cli";
36
- var version = "1.6.0";
36
+ var version = "1.7.0";
37
37
  var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
38
38
  var private$1 = false;
39
39
  var type = "module";
@@ -6547,7 +6547,7 @@ const GEEKMIDAS_VERSIONS = {
6547
6547
  "@geekmidas/cache": "~1.0.0",
6548
6548
  "@geekmidas/client": "~2.0.0",
6549
6549
  "@geekmidas/cloud": "~1.0.0",
6550
- "@geekmidas/constructs": "~1.1.0",
6550
+ "@geekmidas/constructs": "~1.1.1",
6551
6551
  "@geekmidas/db": "~1.0.0",
6552
6552
  "@geekmidas/emailkit": "~1.0.0",
6553
6553
  "@geekmidas/envkit": "~1.0.3",