@geekmidas/cli 2.0.1 → 2.0.2

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
@@ -36,7 +36,7 @@ import prompts from "prompts";
36
36
 
37
37
  //#region package.json
38
38
  var name = "@geekmidas/cli";
39
- var version = "2.0.0";
39
+ var version = "2.0.1";
40
40
  var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
41
41
  var private$1 = false;
42
42
  var type = "module";
@@ -6895,12 +6895,12 @@ const CLI_VERSION = `~${pkg.version}`;
6895
6895
  * Run: pnpm --filter @geekmidas/cli sync-versions
6896
6896
  */
6897
6897
  const GEEKMIDAS_VERSIONS = {
6898
- "@geekmidas/audit": "~2.1.0",
6898
+ "@geekmidas/audit": "~2.2.0",
6899
6899
  "@geekmidas/auth": "~2.0.1",
6900
6900
  "@geekmidas/cache": "~1.1.1",
6901
- "@geekmidas/client": "~8.0.0",
6901
+ "@geekmidas/client": "~9.0.0",
6902
6902
  "@geekmidas/cloud": "~1.1.0",
6903
- "@geekmidas/constructs": "~6.0.0",
6903
+ "@geekmidas/constructs": "~7.0.0",
6904
6904
  "@geekmidas/db": "~1.1.0",
6905
6905
  "@geekmidas/emailkit": "~1.0.1",
6906
6906
  "@geekmidas/envkit": "~1.1.0",