@graphql-mesh/transport-http 1.0.7-alpha-91db0e2d5e59f79f31d29c23772d7a6c2665dcf2 → 1.0.7-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25

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 +12 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,19 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.7-alpha-91db0e2d5e59f79f31d29c23772d7a6c2665dcf2
3
+ ## 1.0.7-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25
4
4
  ### Patch Changes
5
5
 
6
- - Updated dependencies []:
7
- - @graphql-mesh/transport-common@1.0.7-alpha-91db0e2d5e59f79f31d29c23772d7a6c2665dcf2
6
+
7
+
8
+ - [#1608](https://github.com/graphql-hive/gateway/pull/1608) [`d7486ba`](https://github.com/graphql-hive/gateway/commit/d7486bae606ab2bf2eb2830eae1bd8b79023ed25) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-mesh/types@^0.104.14` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.14) (from `^0.104.13`, in `dependencies`)
11
+ - Updated dependency [`@graphql-mesh/utils@^0.104.14` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.14) (from `^0.104.13`, in `dependencies`)
12
+ - Updated dependency [`@graphql-tools/utils@^10.10.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.10.1) (from `^10.9.1`, in `dependencies`)
13
+ - Removed dependency [`graphql@^16.9.0` ↗︎](https://www.npmjs.com/package/graphql/v/16.9.0) (from `dependencies`)
14
+ - Updated dependencies [[`d7486ba`](https://github.com/graphql-hive/gateway/commit/d7486bae606ab2bf2eb2830eae1bd8b79023ed25), [`d7486ba`](https://github.com/graphql-hive/gateway/commit/d7486bae606ab2bf2eb2830eae1bd8b79023ed25)]:
15
+ - @graphql-mesh/transport-common@1.0.7-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25
16
+ - @graphql-tools/executor-http@3.0.5-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25
8
17
 
9
18
  ## 1.0.6
10
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http",
3
- "version": "1.0.7-alpha-91db0e2d5e59f79f31d29c23772d7a6c2665dcf2",
3
+ "version": "1.0.7-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25",
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.9",
47
- "@graphql-mesh/transport-common": "1.0.7-alpha-91db0e2d5e59f79f31d29c23772d7a6c2665dcf2",
47
+ "@graphql-mesh/transport-common": "1.0.7-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25",
48
48
  "@graphql-mesh/types": "^0.104.13",
49
49
  "@graphql-mesh/utils": "^0.104.13",
50
- "@graphql-tools/executor-http": "^3.0.4",
50
+ "@graphql-tools/executor-http": "3.0.5-alpha-d7486bae606ab2bf2eb2830eae1bd8b79023ed25",
51
51
  "@graphql-tools/utils": "^10.9.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.2",
53
53
  "graphql": "^16.9.0",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "graphql": "^16.9.0",
58
- "pkgroll": "2.20.1"
58
+ "pkgroll": "2.18.1"
59
59
  },
60
60
  "sideEffects": false
61
61
  }