@graphql-mesh/transport-http-callback 0.5.21-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb → 0.5.21-alpha-f058875ef6421f484bec502498dea696648983f7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. 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-5d580391db43f34efed14eba2a6c9f5ee2aa16fb
3
+ ## 0.5.21-alpha-f058875ef6421f484bec502498dea696648983f7
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-5d580391db43f34efed14eba2a6c9f5ee2aa16fb
16
- - @graphql-tools/executor-common@0.0.3-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb
15
+ - @graphql-mesh/transport-common@0.7.30-alpha-f058875ef6421f484bec502498dea696648983f7
16
+ - @graphql-tools/executor-common@0.0.3-alpha-f058875ef6421f484bec502498dea696648983f7
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-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
3
+ "version": "0.5.21-alpha-f058875ef6421f484bec502498dea696648983f7",
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-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
47
+ "@graphql-mesh/transport-common": "0.7.30-alpha-f058875ef6421f484bec502498dea696648983f7",
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-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
50
+ "@graphql-tools/executor-common": "0.0.3-alpha-f058875ef6421f484bec502498dea696648983f7",
51
51
  "@graphql-tools/utils": "^10.8.1",
52
52
  "@repeaterjs/repeater": "^3.0.6",
53
53
  "@whatwg-node/fetch": "^0.10.4",