@geekmidas/cli 1.10.22 → 1.10.23
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 +6 -0
- package/bin/gkm.mjs +11 -2
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/init/versions.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -35,7 +35,7 @@ import prompts from "prompts";
|
|
|
35
35
|
|
|
36
36
|
//#region package.json
|
|
37
37
|
var name = "@geekmidas/cli";
|
|
38
|
-
var version = "1.10.
|
|
38
|
+
var version = "1.10.22";
|
|
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";
|
|
@@ -6845,9 +6845,9 @@ const GEEKMIDAS_VERSIONS = {
|
|
|
6845
6845
|
"@geekmidas/audit": "~2.0.0",
|
|
6846
6846
|
"@geekmidas/auth": "~2.0.0",
|
|
6847
6847
|
"@geekmidas/cache": "~1.1.0",
|
|
6848
|
-
"@geekmidas/client": "~4.0.
|
|
6848
|
+
"@geekmidas/client": "~4.0.4",
|
|
6849
6849
|
"@geekmidas/cloud": "~1.0.0",
|
|
6850
|
-
"@geekmidas/constructs": "~3.0.
|
|
6850
|
+
"@geekmidas/constructs": "~3.0.5",
|
|
6851
6851
|
"@geekmidas/db": "~1.0.1",
|
|
6852
6852
|
"@geekmidas/emailkit": "~1.0.0",
|
|
6853
6853
|
"@geekmidas/envkit": "~1.0.4",
|