@graphql-mesh/transport-http 1.0.0-next-c7a5e67d3b514fee06793dae50451dedd450ef41 → 1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphql-mesh/transport-http
|
|
2
2
|
|
|
3
|
-
## 1.0.0-next-
|
|
3
|
+
## 1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
- Updated dependency [`@graphql-mesh/utils@^0.104.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.8) (from `^0.104.7`, in `dependencies`)
|
|
16
16
|
|
|
17
17
|
- Updated dependencies [[`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`f82ff95`](https://github.com/graphql-hive/gateway/commit/f82ff950a3a0c59f33a88c9839dbfda6c45fe98b), [`f3498f0`](https://github.com/graphql-hive/gateway/commit/f3498f0cb5619cbd58f4b9f9a4a19a8ee29942c3), [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f)]:
|
|
18
|
-
- @graphql-mesh/transport-common@1.0.0-next-
|
|
19
|
-
- @graphql-tools/executor-http@3.0.0-next-
|
|
18
|
+
- @graphql-mesh/transport-common@1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
|
|
19
|
+
- @graphql-tools/executor-http@3.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
|
|
20
20
|
|
|
21
21
|
## 0.7.2
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-http",
|
|
3
|
-
"version": "1.0.0-next-
|
|
3
|
+
"version": "1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
46
46
|
"@graphql-mesh/string-interpolation": "^0.5.6",
|
|
47
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
|
47
|
+
"@graphql-mesh/transport-common": "1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
|
|
48
48
|
"@graphql-mesh/types": "^0.104.8",
|
|
49
49
|
"@graphql-mesh/utils": "^0.104.8",
|
|
50
|
-
"@graphql-tools/executor-http": "3.0.0-next-
|
|
50
|
+
"@graphql-tools/executor-http": "3.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
|
|
51
51
|
"@graphql-tools/utils": "^10.9.1",
|
|
52
52
|
"@whatwg-node/promise-helpers": "^1.3.0",
|
|
53
53
|
"graphql": "^16.9.0",
|