@graphql-tools/executor-http
Advanced tools
Comparing version
# @graphql-tools/executor-http | ||
## 1.2.9-alpha-1aff184db4ef19a5cdf611283a1c6d03c8e08677 | ||
## 1.2.9-alpha-1b7445d2fd76ae07b4883df34d020111ed648eba | ||
### Patch Changes | ||
- [#532](https://github.com/graphql-hive/gateway/pull/532) [`1b7445d`](https://github.com/graphql-hive/gateway/commit/1b7445d2fd76ae07b4883df34d020111ed648eba) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates: | ||
- Removed dependency [`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `dependencies`) | ||
- [#726](https://github.com/graphql-hive/gateway/pull/726) [`6334b2e`](https://github.com/graphql-hive/gateway/commit/6334b2e5d4942693121ab7d44a96fa80408aace1) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
@@ -19,2 +23,5 @@ | ||
- Updated dependencies [[`e393337`](https://github.com/graphql-hive/gateway/commit/e393337ecb40beffb79748b19b5aa8f2fd9197b7)]: | ||
- @graphql-tools/executor-common@0.0.4-alpha-1b7445d2fd76ae07b4883df34d020111ed648eba | ||
## 1.2.8 | ||
@@ -21,0 +28,0 @@ |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.2.9-alpha-1aff184db4ef19a5cdf611283a1c6d03c8e08677", | ||
"version": "1.2.9-alpha-1b7445d2fd76ae07b4883df34d020111ed648eba", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-tools/executor-common": "^0.0.3", | ||
"@graphql-tools/executor-common": "0.0.4-alpha-1b7445d2fd76ae07b4883df34d020111ed648eba", | ||
"@graphql-tools/utils": "^10.8.1", | ||
@@ -59,3 +59,3 @@ "@repeaterjs/repeater": "^3.0.4", | ||
"graphql": "^16.9.0", | ||
"graphql-yoga": "^5.12.0", | ||
"graphql-yoga": "^5.13.1", | ||
"pkgroll": "2.11.2" | ||
@@ -62,0 +62,0 @@ }, |
92945
0.7%