@geekmidas/cli 1.10.32 → 1.10.33
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 +9 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{openapi-BQft1jm8.cjs → openapi-BQVC9vE5.cjs} +4 -3
- package/dist/{openapi-BQft1jm8.cjs.map → openapi-BQVC9vE5.cjs.map} +1 -1
- package/dist/{openapi-DE8b-vin.mjs → openapi-DY3ctapV.mjs} +4 -3
- package/dist/{openapi-DE8b-vin.mjs.map → openapi-DY3ctapV.mjs.map} +1 -1
- package/dist/openapi.cjs +1 -1
- package/dist/openapi.mjs +1 -1
- package/package.json +2 -2
- package/src/generators/OpenApiTsGenerator.ts +3 -1
- package/src/generators/__tests__/OpenApiTsGenerator.responseType.spec.ts +56 -0
- package/src/init/versions.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @geekmidas/cli
|
|
2
2
|
|
|
3
|
+
## 1.10.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ✨ [`363c67f`](https://github.com/geekmidas/toolbox/commit/363c67fb3c3406bac6823326ab80ba55bff29e31) Thanks [@geekmidas](https://github.com/geekmidas)! - Add dynamic return types
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`363c67f`](https://github.com/geekmidas/toolbox/commit/363c67fb3c3406bac6823326ab80ba55bff29e31)]:
|
|
10
|
+
- @geekmidas/constructs@3.0.9
|
|
11
|
+
|
|
3
12
|
## 1.10.32
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const require_config = require('./config-Cuo8vFsp.cjs');
|
|
|
5
5
|
const require_credentials = require('./credentials-C8DWtnMY.cjs');
|
|
6
6
|
const require_fullstack_secrets = require('./fullstack-secrets-Bchl2MDd.cjs');
|
|
7
7
|
const require_storage = require('./storage-B1wvztiJ.cjs');
|
|
8
|
-
const require_openapi = require('./openapi-
|
|
8
|
+
const require_openapi = require('./openapi-BQVC9vE5.cjs');
|
|
9
9
|
const require_dokploy_api = require('./dokploy-api-Dvyq-LsM.cjs');
|
|
10
10
|
const require_encryption = require('./encryption-DgKS-Dv9.cjs');
|
|
11
11
|
const require_CachedStateProvider = require('./CachedStateProvider-CxsXOKkg.cjs');
|
|
@@ -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
|
+
var version = "1.10.32";
|
|
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";
|
|
@@ -6838,13 +6838,13 @@ const GEEKMIDAS_VERSIONS = {
|
|
|
6838
6838
|
"@geekmidas/cache": "~1.1.0",
|
|
6839
6839
|
"@geekmidas/client": "~4.0.4",
|
|
6840
6840
|
"@geekmidas/cloud": "~1.0.0",
|
|
6841
|
-
"@geekmidas/constructs": "~3.0.
|
|
6841
|
+
"@geekmidas/constructs": "~3.0.8",
|
|
6842
6842
|
"@geekmidas/db": "~1.0.1",
|
|
6843
6843
|
"@geekmidas/emailkit": "~1.0.0",
|
|
6844
6844
|
"@geekmidas/envkit": "~1.0.5",
|
|
6845
6845
|
"@geekmidas/errors": "~1.0.0",
|
|
6846
6846
|
"@geekmidas/events": "~1.1.0",
|
|
6847
|
-
"@geekmidas/logger": "~1.0.
|
|
6847
|
+
"@geekmidas/logger": "~1.0.1",
|
|
6848
6848
|
"@geekmidas/rate-limit": "~2.0.0",
|
|
6849
6849
|
"@geekmidas/schema": "~1.0.0",
|
|
6850
6850
|
"@geekmidas/services": "~1.0.1",
|