@graphql-tools/executor-common 0.0.3 → 0.0.4-alpha-397d84a6dc4e1e2419e67e4340fcc62cf2325aec

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphql-tools/executor-common
2
2
 
3
+ ## 0.0.4-alpha-397d84a6dc4e1e2419e67e4340fcc62cf2325aec
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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:
8
+
9
+ - Updated dependency [`@envelop/core@^5.2.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.2.3) (from `^5.1.0`, in `dependencies`)
10
+
3
11
  ## 0.0.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-common",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-alpha-397d84a6dc4e1e2419e67e4340fcc62cf2325aec",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -39,12 +39,12 @@
39
39
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@envelop/core": "^5.1.0",
42
+ "@envelop/core": "^5.2.3",
43
43
  "@graphql-tools/utils": "^10.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "graphql": "^16.9.0",
47
- "pkgroll": "2.11.0"
47
+ "pkgroll": "2.11.2"
48
48
  },
49
49
  "sideEffects": false
50
50
  }