@graphql-tools/executor-common
Advanced tools
Comparing version
# @graphql-tools/executor-common | ||
## 0.0.4-alpha-397d84a6dc4e1e2419e67e4340fcc62cf2325aec | ||
### Patch Changes | ||
- [#706](https://github.com/graphql-hive/gateway/pull/706) [`4f34f43`](https://github.com/graphql-hive/gateway/commit/4f34f43c94d7cf7e306547e7fc901a172ddc21cd) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates: | ||
- Updated dependency [`@envelop/core@^5.2.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.2.3) (from `^5.1.0`, in `dependencies`) | ||
## 0.0.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@graphql-tools/executor-common", | ||
"version": "0.0.3", | ||
"version": "0.0.4-alpha-397d84a6dc4e1e2419e67e4340fcc62cf2325aec", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@envelop/core": "^5.1.0", | ||
"@envelop/core": "^5.2.3", | ||
"@graphql-tools/utils": "^10.8.1" | ||
@@ -48,5 +48,5 @@ }, | ||
"graphql": "^16.9.0", | ||
"pkgroll": "2.11.0" | ||
"pkgroll": "2.11.2" | ||
}, | ||
"sideEffects": false | ||
} |
8487
6.38%Updated