@graphql-tools/executor-http
Advanced tools
Comparing version 1.2.2-rc-a0d4567658dafd51d86afb0cb1d995cc716d4302 to 1.2.2
# @graphql-tools/executor-http | ||
## 1.2.2-rc-a0d4567658dafd51d86afb0cb1d995cc716d4302 | ||
## 1.2.2 | ||
### Patch Changes | ||
- [#373](https://github.com/graphql-hive/gateway/pull/373) [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Updated dependency [`@graphql-tools/utils@^10.7.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.7.0) (from `^10.6.2`, in `dependencies`) | ||
- [#367](https://github.com/graphql-hive/gateway/pull/367) [`15975c2`](https://github.com/graphql-hive/gateway/commit/15975c28daddbb4f31d520371f53520aecacaac7) Thanks [@ardatan](https://github.com/ardatan)! - Fix the combination of `upstreamRetry` and `upstreamTimeout` together | ||
@@ -11,2 +15,5 @@ | ||
- Updated dependencies [[`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2)]: | ||
- @graphql-hive/gateway-abort-signal-any@0.0.2 | ||
## 1.2.1 | ||
@@ -13,0 +20,0 @@ |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.2.2-rc-a0d4567658dafd51d86afb0cb1d995cc716d4302", | ||
"version": "1.2.2", | ||
"type": "module", | ||
@@ -42,4 +42,4 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-hive/gateway-abort-signal-any": "^0.0.1", | ||
"@graphql-tools/utils": "^10.6.2", | ||
"@graphql-hive/gateway-abort-signal-any": "^0.0.2", | ||
"@graphql-tools/utils": "^10.7.0", | ||
"@repeaterjs/repeater": "^3.0.4", | ||
@@ -46,0 +46,0 @@ "@whatwg-node/disposablestack": "^0.0.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73151
1
+ Added@graphql-hive/gateway-abort-signal-any@0.0.2(transitive)
- Removed@graphql-hive/gateway-abort-signal-any@0.0.1(transitive)
Updated@graphql-tools/utils@^10.7.0