@graphql-tools/delegate 10.2.5-alpha-ee138f448a4da4c3c85d44f40602a40fc6336032 → 10.2.5

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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @graphql-tools/delegate
2
2
 
3
- ## 10.2.5-alpha-ee138f448a4da4c3c85d44f40602a40fc6336032
3
+ ## 10.2.5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#257](https://github.com/graphql-hive/gateway/pull/257) [`ee138f4`](https://github.com/graphql-hive/gateway/commit/ee138f448a4da4c3c85d44f40602a40fc6336032) Thanks [@ardatan](https://github.com/ardatan)! - Do not show internal non-nullability errors in the gateway
7
+ - [#257](https://github.com/graphql-hive/gateway/pull/257) [`9ce705c`](https://github.com/graphql-hive/gateway/commit/9ce705c5ccc5e6f4ac26af6e6471a6d2f4e995db) Thanks [@ardatan](https://github.com/ardatan)! - Do not show internal non-nullability errors in the gateway
8
8
 
9
9
  ## 10.2.4
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/delegate",
3
- "version": "10.2.5-alpha-ee138f448a4da4c3c85d44f40602a40fc6336032",
3
+ "version": "10.2.5",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {