@graphql-tools/stitching-directives 4.0.0-next-8aa89bfdcbfd98cf33668610a51fa1dc33a26a2c → 4.0.0-next-c4e1905802aee8625f25a0d247f6ab3e95caca79

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 +24 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # @graphql-tools/stitching-directives
2
2
 
3
- ## 4.0.0-next-8aa89bfdcbfd98cf33668610a51fa1dc33a26a2c
3
+ ## 4.0.0-next-c4e1905802aee8625f25a0d247f6ab3e95caca79
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`8273fde`](https://github.com/graphql-hive/gateway/commit/8273fde686a666fa7f974ad4f9084f8b9cb0df57) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
7
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c8aed73`](https://github.com/graphql-hive/gateway/commit/c8aed739e977fa2d3d374351da42b2518db9c79b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
8
 
9
9
  Least supported Node version is now v20.
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - Updated dependencies [[`8273fde`](https://github.com/graphql-hive/gateway/commit/8273fde686a666fa7f974ad4f9084f8b9cb0df57), [`14adabf`](https://github.com/graphql-hive/gateway/commit/14adabf8bb7908ba52281fd3ef7093ebce46232d), [`14adabf`](https://github.com/graphql-hive/gateway/commit/14adabf8bb7908ba52281fd3ef7093ebce46232d)]:
14
- - @graphql-tools/delegate@11.0.0-next-8aa89bfdcbfd98cf33668610a51fa1dc33a26a2c
13
+ - Updated dependencies [[`c8aed73`](https://github.com/graphql-hive/gateway/commit/c8aed739e977fa2d3d374351da42b2518db9c79b), [`58cf57a`](https://github.com/graphql-hive/gateway/commit/58cf57a8dae75f6d4148c3f8cc020dbff80905d0), [`58cf57a`](https://github.com/graphql-hive/gateway/commit/58cf57a8dae75f6d4148c3f8cc020dbff80905d0)]:
14
+ - @graphql-tools/delegate@11.0.0-next-c4e1905802aee8625f25a0d247f6ab3e95caca79
15
+
16
+ ## 3.1.38
17
+
18
+ ### Patch Changes
19
+
20
+ - [#1358](https://github.com/graphql-hive/gateway/pull/1358) [`8e37851`](https://github.com/graphql-hive/gateway/commit/8e3785194d97edbe82c7fce316104b81bb0362f1) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
21
+ - Updated dependency [`@graphql-tools/utils@^10.9.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.9.1) (from `^10.9.0`, in `dependencies`)
22
+
23
+ - Updated dependencies [[`8e37851`](https://github.com/graphql-hive/gateway/commit/8e3785194d97edbe82c7fce316104b81bb0362f1)]:
24
+ - @graphql-tools/delegate@10.2.23
25
+
26
+ ## 3.1.37
27
+
28
+ ### Patch Changes
29
+
30
+ - [#1344](https://github.com/graphql-hive/gateway/pull/1344) [`a71236d`](https://github.com/graphql-hive/gateway/commit/a71236d6ba356741bc85fe27757bea45576dcf1a) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
31
+ - Updated dependency [`@graphql-tools/utils@^10.9.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.9.0) (from `^10.8.1`, in `dependencies`)
32
+
33
+ - Updated dependencies [[`a71236d`](https://github.com/graphql-hive/gateway/commit/a71236d6ba356741bc85fe27757bea45576dcf1a)]:
34
+ - @graphql-tools/delegate@10.2.22
15
35
 
16
36
  ## 3.1.36
17
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitching-directives",
3
- "version": "4.0.0-next-8aa89bfdcbfd98cf33668610a51fa1dc33a26a2c",
3
+ "version": "4.0.0-next-c4e1905802aee8625f25a0d247f6ab3e95caca79",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -38,14 +38,14 @@
38
38
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@graphql-tools/delegate": "11.0.0-next-8aa89bfdcbfd98cf33668610a51fa1dc33a26a2c",
42
- "@graphql-tools/utils": "^10.8.1",
41
+ "@graphql-tools/delegate": "11.0.0-next-c4e1905802aee8625f25a0d247f6ab3e95caca79",
42
+ "@graphql-tools/utils": "^10.9.1",
43
43
  "tslib": "^2.8.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@graphql-tools/schema": "^10.0.11",
46
+ "@graphql-tools/schema": "^10.0.25",
47
47
  "graphql": "^16.9.0",
48
- "pkgroll": "2.14.3"
48
+ "pkgroll": "2.15.0"
49
49
  },
50
50
  "sideEffects": false
51
51
  }