@graphql-mesh/compose-cli 1.3.6-alpha-20250116143331-33701a1b3bda167e15d1d997926611ac1b86ae3a → 1.3.6-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93
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/cjs/run.js +1 -1
- package/esm/run.js +1 -1
- package/package.json +5 -5
package/cjs/run.js
CHANGED
|
@@ -31,7 +31,7 @@ let program = new extra_typings_1.Command()
|
|
|
31
31
|
.option('--subgraph <name>', 'name of the subgraph to compose')
|
|
32
32
|
.option('-o, --output <path>', 'path to the output file');
|
|
33
33
|
async function run({ log: rootLog = new utils_1.DefaultLogger(undefined, undefined, undefined, new node_console_1.Console(process.stderr)), productName = 'Mesh Compose', productDescription = 'compose a GraphQL federated schema from any API service(s)', binName = 'mesh-compose', version, }) {
|
|
34
|
-
node_module_1.default.register('@graphql-
|
|
34
|
+
node_module_1.default.register('@graphql-mesh/include/hooks',
|
|
35
35
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
36
36
|
// @ts-ignore bob will complain when bundling for cjs
|
|
37
37
|
require('node:url').pathToFileURL(__filename));
|
package/esm/run.js
CHANGED
|
@@ -27,7 +27,7 @@ let program = new Command()
|
|
|
27
27
|
.option('--subgraph <name>', 'name of the subgraph to compose')
|
|
28
28
|
.option('-o, --output <path>', 'path to the output file');
|
|
29
29
|
export async function run({ log: rootLog = new DefaultLogger(undefined, undefined, undefined, new Console(process.stderr)), productName = 'Mesh Compose', productDescription = 'compose a GraphQL federated schema from any API service(s)', binName = 'mesh-compose', version, }) {
|
|
30
|
-
module.register('@graphql-
|
|
30
|
+
module.register('@graphql-mesh/include/hooks',
|
|
31
31
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
32
32
|
// @ts-ignore bob will complain when bundling for cjs
|
|
33
33
|
import.meta.url);
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/compose-cli",
|
|
3
|
-
"version": "1.3.6-alpha-
|
|
3
|
+
"version": "1.3.6-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@commander-js/extra-typings": "^13.0.0",
|
|
10
|
-
"@graphql-
|
|
11
|
-
"@graphql-mesh/
|
|
10
|
+
"@graphql-mesh/fusion-composition": "0.7.18-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93",
|
|
11
|
+
"@graphql-mesh/include": "0.2.11-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93",
|
|
12
12
|
"@graphql-mesh/string-interpolation": "^0.5.7",
|
|
13
|
-
"@graphql-mesh/types": "
|
|
14
|
-
"@graphql-mesh/utils": "
|
|
13
|
+
"@graphql-mesh/types": "0.103.12-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93",
|
|
14
|
+
"@graphql-mesh/utils": "0.103.12-alpha-20250117111022-41cb57e51d721fa0c43fb3af2cbc7d7124178c93",
|
|
15
15
|
"@graphql-tools/code-file-loader": "^8.1.7",
|
|
16
16
|
"@graphql-tools/graphql-file-loader": "^8.0.5",
|
|
17
17
|
"@graphql-tools/load": "^8.0.1",
|