@graphql-mesh/supergraph 0.9.21 → 0.9.22-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500
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/index.js +0 -1
- package/esm/index.js +0 -1
- package/package.json +4 -4
package/cjs/index.js
CHANGED
|
@@ -95,7 +95,6 @@ class SupergraphHandler {
|
|
|
95
95
|
...subgraphConfiguration,
|
|
96
96
|
subscriptionsEndpoint,
|
|
97
97
|
subscriptionsProtocol: subgraphConfiguration.subscriptionsProtocol,
|
|
98
|
-
// @ts-expect-error - this is a bug in the types
|
|
99
98
|
customFetch: fetchFn,
|
|
100
99
|
});
|
|
101
100
|
const subgraphOperationHeadersFactory = subgraphConfiguration.operationHeaders != null
|
package/esm/index.js
CHANGED
|
@@ -93,7 +93,6 @@ export default class SupergraphHandler {
|
|
|
93
93
|
...subgraphConfiguration,
|
|
94
94
|
subscriptionsEndpoint,
|
|
95
95
|
subscriptionsProtocol: subgraphConfiguration.subscriptionsProtocol,
|
|
96
|
-
// @ts-expect-error - this is a bug in the types
|
|
97
96
|
customFetch: fetchFn,
|
|
98
97
|
});
|
|
99
98
|
const subgraphOperationHeadersFactory = subgraphConfiguration.operationHeaders != null
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/supergraph",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.22-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
10
|
-
"@graphql-mesh/store": "
|
|
10
|
+
"@graphql-mesh/store": "0.103.21-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
11
11
|
"@graphql-mesh/string-interpolation": "^0.5.8",
|
|
12
|
-
"@graphql-mesh/types": "
|
|
13
|
-
"@graphql-mesh/utils": "
|
|
12
|
+
"@graphql-mesh/types": "0.103.21-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
13
|
+
"@graphql-mesh/utils": "0.103.21-alpha-20250225191744-e3214a66c760d88af79fcb2c2d4efe148caec500",
|
|
14
14
|
"@graphql-tools/federation": "^3.0.0",
|
|
15
15
|
"@graphql-tools/url-loader": "^8.0.9",
|
|
16
16
|
"@graphql-tools/utils": "^10.8.0",
|