@graphql-mesh/transport-grpc 0.2.10 → 0.2.11-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8
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/package.json +4 -4
- package/typings/index.d.cts +1 -1
- package/typings/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-grpc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
10
10
|
"@graphql-mesh/string-interpolation": "^0.5.8",
|
|
11
11
|
"@graphql-mesh/transport-common": "^0.7.13",
|
|
12
|
-
"@graphql-mesh/types": "
|
|
13
|
-
"@graphql-mesh/utils": "
|
|
12
|
+
"@graphql-mesh/types": "0.103.21-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
|
|
13
|
+
"@graphql-mesh/utils": "0.103.21-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
|
|
14
14
|
"@graphql-tools/utils": "^10.8.0",
|
|
15
15
|
"@grpc/grpc-js": "^1.1.7",
|
|
16
16
|
"@grpc/proto-loader": "^0.7.8",
|
|
17
|
-
"@whatwg-node/disposablestack": "^0.0.
|
|
17
|
+
"@whatwg-node/disposablestack": "^0.0.6",
|
|
18
18
|
"@whatwg-node/promise-helpers": "^1.0.0",
|
|
19
19
|
"graphql-scalars": "^1.22.4",
|
|
20
20
|
"lodash.get": "^4.4.2",
|
package/typings/index.d.cts
CHANGED
|
@@ -69,6 +69,6 @@ export declare class GrpcTransportHelper extends DisposableStack {
|
|
|
69
69
|
}): void;
|
|
70
70
|
}
|
|
71
71
|
declare const _default: {
|
|
72
|
-
getSubgraphExecutor({ transportEntry, subgraph, cwd, logger }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<gRPCTransportOptions>):
|
|
72
|
+
getSubgraphExecutor({ transportEntry, subgraph, cwd, logger }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<gRPCTransportOptions>): MaybePromise<import("@graphql-mesh/transport-common").Executor & Disposable>;
|
|
73
73
|
};
|
|
74
74
|
export default _default;
|
package/typings/index.d.ts
CHANGED
|
@@ -69,6 +69,6 @@ export declare class GrpcTransportHelper extends DisposableStack {
|
|
|
69
69
|
}): void;
|
|
70
70
|
}
|
|
71
71
|
declare const _default: {
|
|
72
|
-
getSubgraphExecutor({ transportEntry, subgraph, cwd, logger }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<gRPCTransportOptions>):
|
|
72
|
+
getSubgraphExecutor({ transportEntry, subgraph, cwd, logger }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<gRPCTransportOptions>): MaybePromise<import("@graphql-mesh/transport-common").Executor & Disposable>;
|
|
73
73
|
};
|
|
74
74
|
export default _default;
|