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

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 +5 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @graphql-mesh/transport-http-callback
2
2
 
3
- ## 0.5.21-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73
3
+ ## 0.5.21-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#696](https://github.com/graphql-hive/gateway/pull/696) [`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
7
+ - [#696](https://github.com/graphql-hive/gateway/pull/696) [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8
8
 
9
9
  - Updated dependency [`@graphql-mesh/cross-helpers@^0.4.10` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.10) (from `^0.4.9`, in `dependencies`)
10
10
  - Updated dependency [`@graphql-mesh/types@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.18) (from `^0.103.6`, in `dependencies`)
11
11
  - Updated dependency [`@graphql-mesh/utils@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.18) (from `^0.103.6`, in `dependencies`)
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
- - Updated dependencies [[`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9), [`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9)]:
15
- - @graphql-mesh/transport-common@0.7.30-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73
16
- - @graphql-tools/executor-common@0.0.3-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73
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
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-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
3
+ "version": "0.5.21-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
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-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
47
+ "@graphql-mesh/transport-common": "0.7.30-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
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-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
50
+ "@graphql-tools/executor-common": "0.0.3-alpha-5d580391db43f34efed14eba2a6c9f5ee2aa16fb",
51
51
  "@graphql-tools/utils": "^10.8.1",
52
52
  "@repeaterjs/repeater": "^3.0.6",
53
53
  "@whatwg-node/fetch": "^0.10.4",