@graphql-mesh/transport-http 1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9 → 1.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25

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 +5 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
3
+ ## 1.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25
4
4
  ### Major Changes
5
5
 
6
6
 
7
7
 
8
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e02059f`](https://github.com/graphql-hive/gateway/commit/e02059fc50ed05ef18f025d4cb0d354b909716b9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a) 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 [[`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb), [`e4552c6`](https://github.com/graphql-hive/gateway/commit/e4552c647da81995c93dff91cc05d1b67b4589a6), [`e02059f`](https://github.com/graphql-hive/gateway/commit/e02059fc50ed05ef18f025d4cb0d354b909716b9), [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb)]:
15
- - @graphql-mesh/transport-common@1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
16
- - @graphql-tools/executor-http@3.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
14
+ - Updated dependencies [[`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99), [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457)]:
15
+ - @graphql-mesh/transport-common@1.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25
16
+ - @graphql-tools/executor-http@3.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25
17
17
 
18
18
  ## 0.7.3
19
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http",
3
- "version": "1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
3
+ "version": "1.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25",
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-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
47
+ "@graphql-mesh/transport-common": "1.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25",
48
48
  "@graphql-mesh/types": "^0.104.8",
49
49
  "@graphql-mesh/utils": "^0.104.11",
50
- "@graphql-tools/executor-http": "3.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
50
+ "@graphql-tools/executor-http": "3.0.0-next-8a7ff39fe41a33844289a0a750b0824d7f3f6e25",
51
51
  "@graphql-tools/utils": "^10.9.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.0",
53
53
  "graphql": "^16.9.0",