@constructive-io/cli 8.3.3 → 8.4.1
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/commands/server.js +1 -1
- package/esm/commands/server.js +1 -1
- package/package.json +9 -9
package/commands/server.js
CHANGED
|
@@ -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},
|
|
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
|
}
|
package/esm/commands/server.js
CHANGED
|
@@ -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},
|
|
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
|
+
"version": "8.4.1",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^5.
|
|
49
|
-
"@constructive-io/graphql-env": "^3.
|
|
50
|
-
"@constructive-io/graphql-explorer": "^5.1
|
|
51
|
-
"@constructive-io/graphql-server": "^5.
|
|
52
|
-
"@constructive-io/graphql-types": "^3.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^5.3.1",
|
|
49
|
+
"@constructive-io/graphql-env": "^3.20.0",
|
|
50
|
+
"@constructive-io/graphql-explorer": "^5.2.1",
|
|
51
|
+
"@constructive-io/graphql-server": "^5.4.1",
|
|
52
|
+
"@constructive-io/graphql-types": "^3.19.0",
|
|
53
53
|
"@inquirerer/utils": "^3.3.9",
|
|
54
|
-
"@pgpmjs/core": "^7.
|
|
54
|
+
"@pgpmjs/core": "^7.5.0",
|
|
55
55
|
"@pgpmjs/logger": "^2.15.2",
|
|
56
56
|
"@pgpmjs/server-utils": "^3.16.2",
|
|
57
57
|
"@pgpmjs/types": "^2.37.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.
|
|
64
|
+
"pgpm": "^5.4.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": "
|
|
79
|
+
"gitHead": "cc1b2af2c73c23b99a221e6bd8a8ba76c7ce79e6"
|
|
80
80
|
}
|