@geekmidas/cli 1.10.37 → 1.10.38
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{openapi-C5AycKTR.mjs → openapi-DF9GyhyZ.mjs} +2 -2
- package/dist/{openapi-C5AycKTR.mjs.map → openapi-DF9GyhyZ.mjs.map} +1 -1
- package/dist/{openapi-0JUzU5Tv.cjs → openapi-DHp49UJV.cjs} +2 -2
- package/dist/{openapi-0JUzU5Tv.cjs.map → openapi-DHp49UJV.cjs.map} +1 -1
- package/dist/openapi.cjs +1 -1
- package/dist/openapi.mjs +1 -1
- package/package.json +4 -4
- package/src/generators/__tests__/OpenApiTsGenerator.registry.spec.ts +21 -0
- package/src/init/versions.ts +3 -3
- package/src/openapi.ts +5 -1
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { getAppNameFromCwd, loadAppConfig, loadConfig, loadWorkspaceAppInfo, loa
|
|
|
5
5
|
import { getCredentialsPath, getDokployCredentials, getDokployRegistryId, getDokployToken, removeDokployCredentials, storeDokployCredentials, storeDokployRegistryId } from "./credentials-s1kLcIzK.mjs";
|
|
6
6
|
import { createStageSecrets, generateConnectionUrls, generateDbPassword, generateDbUrl, generateFullstackCustomSecrets, generateLocalStackCredentials, generatePgBossUrl, generateSecurePassword, generateServiceCredentials, rotateServicePassword, writeDockerEnvFromSecrets } from "./fullstack-secrets-l8s3II_H.mjs";
|
|
7
7
|
import { getKeyPath, maskPassword, readStageSecrets, secretsExist, setCustomSecret, toEmbeddableSecrets, writeStageSecrets } from "./storage-dbb9RyBl.mjs";
|
|
8
|
-
import { ConstructGenerator, EndpointGenerator, OPENAPI_OUTPUT_PATH, generateOpenApi, isPartitionedRoutes, normalizeRoutes, openapiCommand, resolveOpenApiConfig } from "./openapi-
|
|
8
|
+
import { ConstructGenerator, EndpointGenerator, OPENAPI_OUTPUT_PATH, generateOpenApi, isPartitionedRoutes, normalizeRoutes, openapiCommand, resolveOpenApiConfig } from "./openapi-DF9GyhyZ.mjs";
|
|
9
9
|
import { DokployApi } from "./dokploy-api-BIT0683o.mjs";
|
|
10
10
|
import { encryptSecrets } from "./encryption-DSkIlEZ6.mjs";
|
|
11
11
|
import { CachedStateProvider } from "./CachedStateProvider-C8A-cCm5.mjs";
|
|
@@ -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.37";
|
|
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";
|
|
@@ -7090,15 +7090,15 @@ const GEEKMIDAS_VERSIONS = {
|
|
|
7090
7090
|
"@geekmidas/cache": "~1.1.0",
|
|
7091
7091
|
"@geekmidas/client": "~4.0.4",
|
|
7092
7092
|
"@geekmidas/cloud": "~1.0.0",
|
|
7093
|
-
"@geekmidas/constructs": "~3.0.
|
|
7093
|
+
"@geekmidas/constructs": "~3.0.10",
|
|
7094
7094
|
"@geekmidas/db": "~1.0.1",
|
|
7095
7095
|
"@geekmidas/emailkit": "~1.0.0",
|
|
7096
7096
|
"@geekmidas/envkit": "~1.0.6",
|
|
7097
7097
|
"@geekmidas/errors": "~1.0.0",
|
|
7098
|
-
"@geekmidas/events": "~1.1.
|
|
7098
|
+
"@geekmidas/events": "~1.1.2",
|
|
7099
7099
|
"@geekmidas/logger": "~1.0.1",
|
|
7100
7100
|
"@geekmidas/rate-limit": "~2.0.0",
|
|
7101
|
-
"@geekmidas/schema": "~1.0.
|
|
7101
|
+
"@geekmidas/schema": "~1.0.1",
|
|
7102
7102
|
"@geekmidas/services": "~1.0.1",
|
|
7103
7103
|
"@geekmidas/storage": "~2.0.2",
|
|
7104
7104
|
"@geekmidas/studio": "~1.0.0",
|