@graphql-tools/executor-http 2.1.0-alpha-e013a27c2c996921ab72955ea6f477bb5fb8a0db → 2.1.0-alpha-4087da09d5fbbafa172a67d0aee3f80dfe3f39f6
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/CHANGELOG.md +6 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
-
## 2.1.0-alpha-
|
|
3
|
+
## 2.1.0-alpha-4087da09d5fbbafa172a67d0aee3f80dfe3f39f6
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#1017](https://github.com/graphql-hive/gateway/pull/1017) [`
|
|
7
|
+
- [#1017](https://github.com/graphql-hive/gateway/pull/1017) [`0bdae2c`](https://github.com/graphql-hive/gateway/commit/0bdae2c60bb9feb738378e7728f4891c5fb205e5) Thanks [@ardatan](https://github.com/ardatan)! - Support dynamic values in GraphQL HTTP Transport as in other transports GraphQL Mesh has since v0. So `endpoint` can be `{env.SOME_ENDPOINT}` can dynamically be filled
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
+
- [#1338](https://github.com/graphql-hive/gateway/pull/1338) [`7287ffa`](https://github.com/graphql-hive/gateway/commit/7287ffa2ac0f08801c3058e96a7c4eba7102c1d0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
|
12
|
+
- Updated dependency [`@whatwg-node/fetch@^0.10.9` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.9) (from `^0.10.8`, in `dependencies`)
|
|
13
|
+
|
|
11
14
|
- Updated dependencies [[`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40)]:
|
|
12
|
-
- @graphql-tools/executor-common@0.0.5-alpha-
|
|
15
|
+
- @graphql-tools/executor-common@0.0.5-alpha-4087da09d5fbbafa172a67d0aee3f80dfe3f39f6
|
|
13
16
|
|
|
14
17
|
## 2.0.3
|
|
15
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "2.1.0-alpha-
|
|
3
|
+
"version": "2.1.0-alpha-4087da09d5fbbafa172a67d0aee3f80dfe3f39f6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^1.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "0.0.5-alpha-
|
|
43
|
+
"@graphql-tools/executor-common": "0.0.5-alpha-4087da09d5fbbafa172a67d0aee3f80dfe3f39f6",
|
|
44
44
|
"@graphql-tools/utils": "^10.8.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
47
|
-
"@whatwg-node/fetch": "^0.10.
|
|
47
|
+
"@whatwg-node/fetch": "^0.10.9",
|
|
48
48
|
"@whatwg-node/promise-helpers": "^1.3.0",
|
|
49
49
|
"meros": "^1.3.1",
|
|
50
50
|
"tslib": "^2.8.1"
|