@graphql-tools/executor-http 3.3.0 → 3.3.1-alpha-19e404065a9d88215d1530749b43ce5e39262a56

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @graphql-tools/executor-http
2
2
 
3
+ ## 3.3.1-alpha-19e404065a9d88215d1530749b43ce5e39262a56
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2604](https://github.com/graphql-hive/gateway/pull/2604) [`19e4040`](https://github.com/graphql-hive/gateway/commit/19e404065a9d88215d1530749b43ce5e39262a56) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-tools/utils@^12.0.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/12.0.1) (from `^11.0.0`, in `dependencies`)
11
+ - Updated dependencies [[`19e4040`](https://github.com/graphql-hive/gateway/commit/19e404065a9d88215d1530749b43ce5e39262a56)]:
12
+ - @graphql-tools/executor-common@1.0.7-alpha-19e404065a9d88215d1530749b43ce5e39262a56
13
+
3
14
  ## 3.3.0
4
15
  ### Minor Changes
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-http",
3
- "version": "3.3.0",
3
+ "version": "3.3.1-alpha-19e404065a9d88215d1530749b43ce5e39262a56",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@graphql-hive/signal": "^2.0.0",
43
- "@graphql-tools/executor-common": "^1.0.6",
44
- "@graphql-tools/utils": "^11.0.0",
43
+ "@graphql-tools/executor-common": "1.0.7-alpha-19e404065a9d88215d1530749b43ce5e39262a56",
44
+ "@graphql-tools/utils": "^12.0.1",
45
45
  "@repeaterjs/repeater": "^3.0.4",
46
46
  "@whatwg-node/disposablestack": "^0.0.6",
47
47
  "@whatwg-node/fetch": "^0.10.13",
@@ -55,8 +55,8 @@
55
55
  "@whatwg-node/disposablestack": "^0.0.6",
56
56
  "extract-files": "13.0.0",
57
57
  "graphql": "^16.12.0",
58
- "graphql-yoga": "^5.16.2",
59
- "pkgroll": "2.27.0"
58
+ "graphql-yoga": "^5.21.1",
59
+ "pkgroll": "2.27.1"
60
60
  },
61
61
  "sideEffects": false
62
62
  }