@graphql-mesh/transport-http 1.0.0-alpha-234cfe90ebd3f28c242302324a92925caac7bf3c → 1.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.0-alpha-234cfe90ebd3f28c242302324a92925caac7bf3c
3
+ ## 1.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b
4
4
  ### Major Changes
5
5
 
6
6
 
@@ -18,8 +18,8 @@
18
18
  - 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
19
  - 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
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-234cfe90ebd3f28c242302324a92925caac7bf3c
22
- - @graphql-tools/executor-http@3.0.0-alpha-234cfe90ebd3f28c242302324a92925caac7bf3c
21
+ - @graphql-mesh/transport-common@1.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b
22
+ - @graphql-tools/executor-http@3.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b
23
23
 
24
24
  ## 0.7.2
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http",
3
- "version": "1.0.0-alpha-234cfe90ebd3f28c242302324a92925caac7bf3c",
3
+ "version": "1.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b",
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-234cfe90ebd3f28c242302324a92925caac7bf3c",
47
+ "@graphql-mesh/transport-common": "1.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b",
48
48
  "@graphql-mesh/types": "^0.104.8",
49
49
  "@graphql-mesh/utils": "^0.104.8",
50
- "@graphql-tools/executor-http": "3.0.0-alpha-234cfe90ebd3f28c242302324a92925caac7bf3c",
50
+ "@graphql-tools/executor-http": "3.0.0-alpha-32e6a40d1a967de6292689a50986eb50ac40a53b",
51
51
  "@graphql-tools/utils": "^10.9.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.0",
53
53
  "graphql": "^16.9.0",