@graphql-mesh/transport-http 1.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd → 1.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,25 +1,37 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd
3
+ ## 1.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54
4
4
  ### Major Changes
5
5
 
6
6
 
7
7
 
8
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2cb44ee`](https://github.com/graphql-hive/gateway/commit/2cb44ee21ec00210a9e292b40f0e1964e03ec09f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`22bd3f7`](https://github.com/graphql-hive/gateway/commit/22bd3f70d2901738d4c35e02282569546b820b11) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
9
9
 
10
10
  Least supported Node version is now v20.
11
11
 
12
12
  ### Patch Changes
13
13
 
14
+ - Updated dependencies [[`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`91e0764`](https://github.com/graphql-hive/gateway/commit/91e0764ceed0e892cfbe93f8d6e1353fadfa0f8a), [`22bd3f7`](https://github.com/graphql-hive/gateway/commit/22bd3f70d2901738d4c35e02282569546b820b11), [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`8b275c4`](https://github.com/graphql-hive/gateway/commit/8b275c44c177dfe2a2ec089613ab444b68fb0038)]:
15
+ - @graphql-mesh/transport-common@1.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54
16
+ - @graphql-tools/executor-http@3.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54
17
+
18
+ ## 0.7.3
19
+ ### Patch Changes
20
+
14
21
 
15
22
 
16
23
  - [#1408](https://github.com/graphql-hive/gateway/pull/1408) [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
17
24
 
18
25
  - Updated dependency [`@graphql-mesh/types@^0.104.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.8) (from `^0.104.7`, in `dependencies`)
19
26
  - 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`)
20
- - Updated dependencies [[`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`8db36e9`](https://github.com/graphql-hive/gateway/commit/8db36e9e19e0885d498dd44575ebdf4e25d5bd34), [`37113d1`](https://github.com/graphql-hive/gateway/commit/37113d1a446748fd83da9823e27a0f56872317df), [`2cb44ee`](https://github.com/graphql-hive/gateway/commit/2cb44ee21ec00210a9e292b40f0e1964e03ec09f), [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1)]:
21
- - @graphql-mesh/transport-common@1.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd
22
- - @graphql-tools/executor-http@3.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd
27
+
28
+
29
+ - [#1424](https://github.com/graphql-hive/gateway/pull/1424) [`fe9b42f`](https://github.com/graphql-hive/gateway/commit/fe9b42f02ca6e3fbe6defd83e21e283dedf7481a) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
30
+
31
+ - Updated dependency [`@graphql-mesh/utils@^0.104.11` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.11) (from `^0.104.8`, in `dependencies`)
32
+ - Updated dependencies [[`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`37113d1`](https://github.com/graphql-hive/gateway/commit/37113d1a446748fd83da9823e27a0f56872317df)]:
33
+ - @graphql-mesh/transport-common@0.7.39
34
+ - @graphql-tools/executor-http@2.1.2
23
35
 
24
36
  ## 0.7.2
25
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http",
3
- "version": "1.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd",
3
+ "version": "1.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54",
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-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd",
47
+ "@graphql-mesh/transport-common": "1.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54",
48
48
  "@graphql-mesh/types": "^0.104.8",
49
- "@graphql-mesh/utils": "^0.104.8",
50
- "@graphql-tools/executor-http": "3.0.0-alpha-a67e55d44b9e0997cc4b49c940766cf498e2bccd",
49
+ "@graphql-mesh/utils": "^0.104.11",
50
+ "@graphql-tools/executor-http": "3.0.0-alpha-2cea6e8a62aea3e45963d47c35cb6db588d78c54",
51
51
  "@graphql-tools/utils": "^10.9.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.0",
53
53
  "graphql": "^16.9.0",