@constructive-io/cli 8.3.2 → 8.4.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.
@@ -128,7 +128,7 @@ exports.default = async (argv, prompter, _options) => {
128
128
  }
129
129
  // Debug: Log API routing configuration
130
130
  const apiOpts = options.api || {};
131
- log.debug(`📡 API Routing: isPublic=${apiOpts.isPublic}, scopedRoutingSchema=${apiOpts.scopedRoutingSchema}`);
131
+ log.debug(`📡 API Routing: isPublic=${apiOpts.isPublic}, routingSchema=${apiOpts.routingSchema}`);
132
132
  if (apiOpts.isPublic === false) {
133
133
  log.debug(` Header-based routing enabled (X-Api-Name, X-Database-Id, X-Meta-Schema)`);
134
134
  }
@@ -126,7 +126,7 @@ export default async (argv, prompter, _options) => {
126
126
  }
127
127
  // Debug: Log API routing configuration
128
128
  const apiOpts = options.api || {};
129
- log.debug(`📡 API Routing: isPublic=${apiOpts.isPublic}, scopedRoutingSchema=${apiOpts.scopedRoutingSchema}`);
129
+ log.debug(`📡 API Routing: isPublic=${apiOpts.isPublic}, routingSchema=${apiOpts.routingSchema}`);
130
130
  if (apiOpts.isPublic === false) {
131
131
  log.debug(` Header-based routing enabled (X-Api-Name, X-Database-Id, X-Meta-Schema)`);
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/cli",
3
- "version": "8.3.2",
3
+ "version": "8.4.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive CLI",
6
6
  "main": "index.js",
@@ -45,11 +45,11 @@
45
45
  "ts-node": "^10.9.2"
46
46
  },
47
47
  "dependencies": {
48
- "@constructive-io/graphql-codegen": "^5.2.2",
49
- "@constructive-io/graphql-env": "^3.19.2",
50
- "@constructive-io/graphql-explorer": "^5.1.2",
51
- "@constructive-io/graphql-server": "^5.3.2",
52
- "@constructive-io/graphql-types": "^3.18.2",
48
+ "@constructive-io/graphql-codegen": "^5.3.0",
49
+ "@constructive-io/graphql-env": "^3.20.0",
50
+ "@constructive-io/graphql-explorer": "^5.2.0",
51
+ "@constructive-io/graphql-server": "^5.4.0",
52
+ "@constructive-io/graphql-types": "^3.19.0",
53
53
  "@inquirerer/utils": "^3.3.9",
54
54
  "@pgpmjs/core": "^7.4.2",
55
55
  "@pgpmjs/logger": "^2.15.2",
@@ -61,7 +61,7 @@
61
61
  "js-yaml": "^4.1.0",
62
62
  "pg-cache": "^3.16.2",
63
63
  "pg-env": "^1.19.2",
64
- "pgpm": "^5.2.2",
64
+ "pgpm": "^5.3.0",
65
65
  "shelljs": "^0.10.0",
66
66
  "yanse": "^0.2.1"
67
67
  },
@@ -76,5 +76,5 @@
76
76
  "postgres",
77
77
  "graphile"
78
78
  ],
79
- "gitHead": "08741ce3a6897192c2dbc7d1da48b9f456ffb59f"
79
+ "gitHead": "518e7ab2270661c64875258436d90fdf76b4b336"
80
80
  }