@graphql-tools/executor-common 0.0.1 → 0.0.2-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa

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.2-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa
4
+
5
+ ### Patch Changes
6
+
7
+ - [#620](https://github.com/graphql-hive/gateway/pull/620) [`acbc7e0`](https://github.com/graphql-hive/gateway/commit/acbc7e05ec13926f070ae8881defb902bb0dcffa) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8
+
9
+ - Updated dependency [`@graphql-tools/utils@^10.8.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.8.1) (from `^10.7.0`, in `dependencies`)
10
+
3
11
  ## 0.0.1
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.1",
3
+ "version": "0.0.2-alpha-acbc7e05ec13926f070ae8881defb902bb0dcffa",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@envelop/core": "^5.0.2",
43
- "@graphql-tools/utils": "^10.7.0"
43
+ "@graphql-tools/utils": "^10.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "graphql": "^16.9.0",
47
- "pkgroll": "2.6.0"
47
+ "pkgroll": "2.8.2"
48
48
  },
49
49
  "sideEffects": false
50
50
  }