@graphql-mesh/transport-http-callback 0.5.21-alpha-6456dad68694ba41d4545685d9c29e2121159ddd → 0.5.21-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-mesh/transport-http-callback
|
2
2
|
|
3
|
-
## 0.5.21-alpha-
|
3
|
+
## 0.5.21-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
@@ -12,8 +12,8 @@
|
|
12
12
|
- Updated dependency [`@whatwg-node/fetch@^0.10.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.4) (from `^0.10.1`, in `dependencies`)
|
13
13
|
|
14
14
|
- Updated dependencies [[`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f), [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f)]:
|
15
|
-
- @graphql-mesh/transport-common@0.7.30-alpha-
|
16
|
-
- @graphql-tools/executor-common@0.0.3-alpha-
|
15
|
+
- @graphql-mesh/transport-common@0.7.30-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd
|
16
|
+
- @graphql-tools/executor-common@0.0.3-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd
|
17
17
|
|
18
18
|
## 0.5.20
|
19
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
3
|
-
"version": "0.5.21-alpha-
|
3
|
+
"version": "0.5.21-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd",
|
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": "0.7.30-alpha-
|
47
|
+
"@graphql-mesh/transport-common": "0.7.30-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd",
|
48
48
|
"@graphql-mesh/types": "^0.103.18",
|
49
49
|
"@graphql-mesh/utils": "^0.103.18",
|
50
|
-
"@graphql-tools/executor-common": "0.0.3-alpha-
|
50
|
+
"@graphql-tools/executor-common": "0.0.3-alpha-a9856710da050bcdbe0cab960ecd053f9cc7c6bd",
|
51
51
|
"@graphql-tools/utils": "^10.8.1",
|
52
52
|
"@repeaterjs/repeater": "^3.0.6",
|
53
53
|
"@whatwg-node/fetch": "^0.10.4",
|