@graphql-mesh/transport-http 1.0.10-alpha-996f85faf2546c263f268868a730b23209a4d6db → 1.0.10-alpha-18e2bf0344557bc379c1da83df9bb30e5fe07aa8

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 +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/transport-http
2
2
 
3
- ## 1.0.10-alpha-996f85faf2546c263f268868a730b23209a4d6db
3
+ ## 1.0.10-alpha-18e2bf0344557bc379c1da83df9bb30e5fe07aa8
4
4
  ### Patch Changes
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http",
3
- "version": "1.0.10-alpha-996f85faf2546c263f268868a730b23209a4d6db",
3
+ "version": "1.0.10-alpha-18e2bf0344557bc379c1da83df9bb30e5fe07aa8",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,7 +48,7 @@
48
48
  "@graphql-mesh/types": "^0.104.14",
49
49
  "@graphql-mesh/utils": "^0.104.14",
50
50
  "@graphql-tools/executor-http": "^3.0.5",
51
- "@graphql-tools/utils": "^10.10.0",
51
+ "@graphql-tools/utils": "^10.10.1",
52
52
  "@whatwg-node/promise-helpers": "^1.3.2",
53
53
  "tslib": "^2.8.1"
54
54
  },