@geekmidas/cli 1.10.39 → 1.10.40

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @geekmidas/cli
2
2
 
3
+ ## 1.10.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a20be2f`](https://github.com/geekmidas/toolbox/commit/a20be2faa4795600358904b751fa947d3cbb4c45), [`07093f5`](https://github.com/geekmidas/toolbox/commit/07093f5f911bf1ee48e53275da3cce398cc78ff6)]:
8
+ - @geekmidas/constructs@3.1.0
9
+
3
10
  ## 1.10.39
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -35,7 +35,7 @@ const prompts = require_chunk.__toESM(require("prompts"));
35
35
 
36
36
  //#region package.json
37
37
  var name = "@geekmidas/cli";
38
- var version = "1.10.38";
38
+ var version = "1.10.39";
39
39
  var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
40
40
  var private$1 = false;
41
41
  var type = "module";
@@ -7110,25 +7110,25 @@ const CLI_VERSION = `~${pkg.version}`;
7110
7110
  * Run: pnpm --filter @geekmidas/cli sync-versions
7111
7111
  */
7112
7112
  const GEEKMIDAS_VERSIONS = {
7113
- "@geekmidas/audit": "~2.0.0",
7114
- "@geekmidas/auth": "~2.0.0",
7115
- "@geekmidas/cache": "~1.1.0",
7116
- "@geekmidas/client": "~4.0.4",
7117
- "@geekmidas/cloud": "~1.0.0",
7118
- "@geekmidas/constructs": "~3.0.11",
7119
- "@geekmidas/db": "~1.0.1",
7120
- "@geekmidas/emailkit": "~1.0.0",
7121
- "@geekmidas/envkit": "~1.0.6",
7122
- "@geekmidas/errors": "~1.0.0",
7123
- "@geekmidas/events": "~1.1.2",
7124
- "@geekmidas/logger": "~1.0.1",
7125
- "@geekmidas/rate-limit": "~2.0.0",
7126
- "@geekmidas/schema": "~1.0.1",
7127
- "@geekmidas/services": "~1.0.1",
7128
- "@geekmidas/storage": "~2.0.2",
7129
- "@geekmidas/studio": "~1.0.0",
7130
- "@geekmidas/telescope": "~1.0.0",
7131
- "@geekmidas/testkit": "~1.0.6",
7113
+ "@geekmidas/audit": "~2.0.1",
7114
+ "@geekmidas/auth": "~2.0.1",
7115
+ "@geekmidas/cache": "~1.1.1",
7116
+ "@geekmidas/client": "~4.0.5",
7117
+ "@geekmidas/cloud": "~1.0.1",
7118
+ "@geekmidas/constructs": "~3.0.14",
7119
+ "@geekmidas/db": "~1.0.2",
7120
+ "@geekmidas/emailkit": "~1.0.1",
7121
+ "@geekmidas/envkit": "~1.0.7",
7122
+ "@geekmidas/errors": "~1.0.1",
7123
+ "@geekmidas/events": "~1.1.4",
7124
+ "@geekmidas/logger": "~1.0.2",
7125
+ "@geekmidas/rate-limit": "~2.0.1",
7126
+ "@geekmidas/schema": "~1.0.2",
7127
+ "@geekmidas/services": "~1.0.4",
7128
+ "@geekmidas/storage": "~2.0.3",
7129
+ "@geekmidas/studio": "~1.0.1",
7130
+ "@geekmidas/telescope": "~1.0.1",
7131
+ "@geekmidas/testkit": "~1.0.9",
7132
7132
  "@geekmidas/cli": CLI_VERSION
7133
7133
  };
7134
7134