@geekmidas/cli 1.10.33 → 1.10.34
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/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/dist/{openapi-BQVC9vE5.cjs → openapi-B_rJjImN.cjs} +17 -1
- package/dist/openapi-B_rJjImN.cjs.map +1 -0
- package/dist/{openapi-DY3ctapV.mjs → openapi-CflxypuN.mjs} +17 -1
- package/dist/openapi-CflxypuN.mjs.map +1 -0
- package/dist/openapi.cjs +1 -1
- package/dist/openapi.mjs +1 -1
- package/package.json +5 -5
- package/src/generators/Generator.ts +27 -0
- package/src/generators/__tests__/Generator.bustCache.spec.ts +72 -0
- package/src/init/versions.ts +1 -1
- package/dist/openapi-BQVC9vE5.cjs.map +0 -1
- package/dist/openapi-DY3ctapV.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @geekmidas/cli
|
|
2
2
|
|
|
3
|
+
## 1.10.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 🐛 [`b8a17e3`](https://github.com/geekmidas/toolbox/commit/b8a17e33de415a5d749297f7840564e824609a92) Thanks [@geekmidas](https://github.com/geekmidas)! - Fix global zod registry and fix this reference on test extensions
|
|
8
|
+
|
|
3
9
|
## 1.10.33
|
|
4
10
|
|
|
5
11
|
### 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-B_rJjImN.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.33";
|
|
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,7 +6838,7 @@ 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.9",
|
|
6842
6842
|
"@geekmidas/db": "~1.0.1",
|
|
6843
6843
|
"@geekmidas/emailkit": "~1.0.0",
|
|
6844
6844
|
"@geekmidas/envkit": "~1.0.5",
|