@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @geekmidas/cli
2
2
 
3
+ ## 1.10.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 🐛 [`54b8743`](https://github.com/geekmidas/toolbox/commit/54b87433ba969a03afe56de0dba7c0173d15dbc9) Thanks [@geekmidas](https://github.com/geekmidas)! - Fix `gkm openapi` workspace-mode generation when invoked from a directory other than the workspace root. The command now derives the workspace root from the loaded config, so subprocess-per-app generation works regardless of where the command is invoked from (previously the subprocess used CWD and silently no-op'd or failed with `spawn node ENOENT`).
8
+
3
9
  ## 1.10.37
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@ const require_config = require('./config-DujV8DbR.cjs');
5
5
  const require_credentials = require('./credentials-C8DWtnMY.cjs');
6
6
  const require_fullstack_secrets = require('./fullstack-secrets-BYzi6Hwl.cjs');
7
7
  const require_storage = require('./storage-B1wvztiJ.cjs');
8
- const require_openapi = require('./openapi-0JUzU5Tv.cjs');
8
+ const require_openapi = require('./openapi-DHp49UJV.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.36";
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.9",
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.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.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",