@geekmidas/cli 0.22.0 → 0.23.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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@ const node_module = require_chunk.__toESM(require("node:module"));
|
|
|
27
27
|
|
|
28
28
|
//#region package.json
|
|
29
29
|
var name = "@geekmidas/cli";
|
|
30
|
-
var version = "0.
|
|
30
|
+
var version = "0.23.0";
|
|
31
31
|
var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
|
|
32
32
|
var private$1 = false;
|
|
33
33
|
var type = "module";
|
|
@@ -80,6 +80,7 @@ var dependencies = {
|
|
|
80
80
|
"commander": "^12.1.0",
|
|
81
81
|
"dotenv": "~17.2.3",
|
|
82
82
|
"fast-glob": "^3.3.2",
|
|
83
|
+
"hono": "~4.8.0",
|
|
83
84
|
"lodash.kebabcase": "^4.1.1",
|
|
84
85
|
"openapi-typescript": "^7.4.2",
|
|
85
86
|
"prompts": "~2.4.2"
|