@graphql-mesh/compose-cli 1.3.6-alpha-20250115141300-366bbbcff36b153d00a8808f11724da8a54f9c47 → 1.3.6-alpha-20250116135521-f023ce1cd18ab63478623bdd8e1f2ff17a20ab1d
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-hive/importer/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-hive/importer/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-20250116135521-f023ce1cd18ab63478623bdd8e1f2ff17a20ab1d",
|
|
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-hive/importer": "1.0.0-alpha-b9f05248109748ed53b5a1ae7465317fc9fcd3ec",
|
|
11
|
+
"@graphql-mesh/fusion-composition": "^0.7.17",
|
|
12
12
|
"@graphql-mesh/string-interpolation": "^0.5.7",
|
|
13
|
-
"@graphql-mesh/types": "0.103.
|
|
14
|
-
"@graphql-mesh/utils": "0.103.
|
|
13
|
+
"@graphql-mesh/types": "^0.103.11",
|
|
14
|
+
"@graphql-mesh/utils": "^0.103.11",
|
|
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",
|