@graphql-tools/executor-common 0.0.4 → 0.0.5-alpha-6acba5a3e9816304c2c55a7a9c9aadd160c652f2

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 +7 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @graphql-tools/executor-common
2
2
 
3
+ ## 0.0.5-alpha-6acba5a3e9816304c2c55a7a9c9aadd160c652f2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1275](https://github.com/graphql-hive/gateway/pull/1275) [`6acba5a`](https://github.com/graphql-hive/gateway/commit/6acba5a3e9816304c2c55a7a9c9aadd160c652f2) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8
+ - Updated dependency [`@envelop/core@^5.3.0` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.3.0) (from `^5.2.3`, in `dependencies`)
9
+
3
10
  ## 0.0.4
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - [#706](https://github.com/graphql-hive/gateway/pull/706) [`e393337`](https://github.com/graphql-hive/gateway/commit/e393337ecb40beffb79748b19b5aa8f2fd9197b7) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
8
-
9
15
  - 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
16
 
11
17
  ## 0.0.3
@@ -13,7 +19,6 @@
13
19
  ### Patch Changes
14
20
 
15
21
  - [#696](https://github.com/graphql-hive/gateway/pull/696) [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
16
-
17
22
  - Updated dependency [`@envelop/core@^5.1.0` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.1.0) (from `^5.0.2`, in `dependencies`)
18
23
 
19
24
  ## 0.0.2
@@ -21,7 +26,6 @@
21
26
  ### Patch Changes
22
27
 
23
28
  - [#620](https://github.com/graphql-hive/gateway/pull/620) [`d72209a`](https://github.com/graphql-hive/gateway/commit/d72209ad82ec53689f93ce5d81bfa52493919ad9) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
24
-
25
29
  - 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`)
26
30
 
27
31
  ## 0.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-common",
3
- "version": "0.0.4",
3
+ "version": "0.0.5-alpha-6acba5a3e9816304c2c55a7a9c9aadd160c652f2",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -14,6 +14,7 @@
14
14
  "node": ">=18.0.0"
15
15
  },
16
16
  "main": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
17
18
  "exports": {
18
19
  ".": {
19
20
  "require": {
@@ -27,7 +28,6 @@
27
28
  },
28
29
  "./package.json": "./package.json"
29
30
  },
30
- "types": "./dist/index.d.ts",
31
31
  "files": [
32
32
  "dist"
33
33
  ],
@@ -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.2.3",
42
+ "@envelop/core": "^5.3.0",
43
43
  "@graphql-tools/utils": "^10.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "graphql": "^16.9.0",
47
- "pkgroll": "2.11.2"
47
+ "pkgroll": "2.13.1"
48
48
  },
49
49
  "sideEffects": false
50
50
  }