@graphql-tools/executor-http
Advanced tools
Comparing version 1.2.1-alpha-41c2fee925af48ef7b364510ccedb7853e685415 to 1.2.1-alpha-467e0da460eac9a047b4b5c9f45862a245729820
# @graphql-tools/executor-http | ||
## 1.2.1-alpha-41c2fee925af48ef7b364510ccedb7853e685415 | ||
## 1.2.1-alpha-467e0da460eac9a047b4b5c9f45862a245729820 | ||
### Patch Changes | ||
- [#322](https://github.com/graphql-hive/gateway/pull/322) [`51951b0`](https://github.com/graphql-hive/gateway/commit/51951b016e1cd61439beba8337a1d02d98f72fd8) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- [#322](https://github.com/graphql-hive/gateway/pull/322) [`7f6012b`](https://github.com/graphql-hive/gateway/commit/7f6012bfc484466c21f373dafc4a0c94c2342bf2) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Added dependency [`abort-signal-any@workspace:^` ↗︎](https://www.npmjs.com/package/abort-signal-any/v/workspace:^) (to `dependencies`) | ||
- Added dependency [`@graphql-hive/gateway-abort-signal-any@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway-abort-signal-any/v/workspace:^) (to `dependencies`) | ||
- Updated dependencies [[`b8223a0`](https://github.com/graphql-hive/gateway/commit/b8223a0f28c8308ae8a515e0ade453a02aa7aa37)]: | ||
- abort-signal-any@0.0.1-alpha-41c2fee925af48ef7b364510ccedb7853e685415 | ||
- Updated dependencies [[`ef92111`](https://github.com/graphql-hive/gateway/commit/ef9211154a7036d08d18633025637f74f28d05fa)]: | ||
- @graphql-hive/gateway-abort-signal-any@0.0.1-alpha-467e0da460eac9a047b4b5c9f45862a245729820 | ||
@@ -14,0 +14,0 @@ ## 1.2.0 |
@@ -0,5 +1,5 @@ | ||
import { abortSignalAny } from '@graphql-hive/gateway-abort-signal-any'; | ||
import { isAsyncIterable, isPromise, mapMaybePromise, memoize1, createGraphQLError, inspect, mapAsyncIterator, mergeIncrementalResult, getOperationASTFromRequest } from '@graphql-tools/utils'; | ||
import { DisposableSymbols } from '@whatwg-node/disposablestack'; | ||
import { File, FormData, TextEncoder, crypto, TextDecoder, fetch } from '@whatwg-node/fetch'; | ||
import { abortSignalAny } from 'abort-signal-any'; | ||
import { ValueOrPromise } from 'value-or-promise'; | ||
@@ -6,0 +6,0 @@ import { extractFiles, isExtractableFile } from 'extract-files'; |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.2.1-alpha-41c2fee925af48ef7b364510ccedb7853e685415", | ||
"version": "1.2.1-alpha-467e0da460eac9a047b4b5c9f45862a245729820", | ||
"type": "module", | ||
@@ -42,2 +42,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-hive/gateway-abort-signal-any": "0.0.1-alpha-467e0da460eac9a047b4b5c9f45862a245729820", | ||
"@graphql-tools/utils": "^10.6.2", | ||
@@ -47,3 +48,2 @@ "@repeaterjs/repeater": "^3.0.4", | ||
"@whatwg-node/fetch": "^0.10.1", | ||
"abort-signal-any": "0.0.1-alpha-41c2fee925af48ef7b364510ccedb7853e685415", | ||
"extract-files": "^11.0.0", | ||
@@ -50,0 +50,0 @@ "meros": "^1.2.1", |
Sorry, the diff of this file is not supported yet
71575