@graphql-mesh/transport-http 1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6 → 1.0.1-alpha-9d3cfdf5f6684a40d61b8f746a639ba9246fc670

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 +11 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,25 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
3
+ ## 1.0.1-alpha-9d3cfdf5f6684a40d61b8f746a639ba9246fc670
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies []:
7
+ - @graphql-mesh/transport-common@1.0.1-alpha-9d3cfdf5f6684a40d61b8f746a639ba9246fc670
8
+
9
+ ## 1.0.0
4
10
  ### Major Changes
5
11
 
6
12
 
7
13
 
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
14
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
9
15
 
10
16
  Least supported Node version is now v20.
11
17
 
12
18
  ### Patch Changes
13
19
 
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), [`6e8de6c`](https://github.com/graphql-hive/gateway/commit/6e8de6cfc4b0e57a55d5019c5c72ff347396d96e)]:
15
- - @graphql-mesh/transport-common@1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
16
- - @graphql-tools/executor-http@3.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
20
+ - Updated dependencies [[`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a)]:
21
+ - @graphql-mesh/transport-common@1.0.0
22
+ - @graphql-tools/executor-http@3.0.0
17
23
 
18
24
  ## 0.7.3
19
25
  ### 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-38d601a82253147a4bfe657c7eee418d25c183b6",
3
+ "version": "1.0.1-alpha-9d3cfdf5f6684a40d61b8f746a639ba9246fc670",
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-38d601a82253147a4bfe657c7eee418d25c183b6",
47
+ "@graphql-mesh/transport-common": "1.0.1-alpha-9d3cfdf5f6684a40d61b8f746a639ba9246fc670",
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-38d601a82253147a4bfe657c7eee418d25c183b6",
50
+ "@graphql-tools/executor-http": "^3.0.0",
51
51
  "@graphql-tools/utils": "^10.9.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.0",
53
53
  "graphql": "^16.9.0",