@graphql-mesh/transport-grpc 0.2.10 → 0.2.11-alpha-20250225190238-bc59350a5cd3432909efe3ab8cca725a74a65c11

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-grpc",
3
- "version": "0.2.10",
3
+ "version": "0.2.11-alpha-20250225190238-bc59350a5cd3432909efe3ab8cca725a74a65c11",
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": "^0.103.20",
13
- "@graphql-mesh/utils": "^0.103.20",
12
+ "@graphql-mesh/types": "0.103.21-alpha-20250225190238-bc59350a5cd3432909efe3ab8cca725a74a65c11",
13
+ "@graphql-mesh/utils": "0.103.21-alpha-20250225190238-bc59350a5cd3432909efe3ab8cca725a74a65c11",
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.5",
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",
@@ -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>): import("@whatwg-node/promise-helpers").MaybePromiseLike<import("@graphql-mesh/transport-common").Executor & Disposable>;
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;
@@ -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>): import("@whatwg-node/promise-helpers").MaybePromiseLike<import("@graphql-mesh/transport-common").Executor & Disposable>;
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;