@graphql-mesh/cross-helpers 0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147 → 0.5.0-alpha-20240816001031-5025985ac565bf081b9fa023bca0b75dcb6b75b9

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 +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/cross-helpers
2
2
 
3
- ## 0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147
3
+ ## 0.5.0-alpha-20240816001031-5025985ac565bf081b9fa023bca0b75dcb6b75b9
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,15 @@
8
8
  [`e7fd38a`](https://github.com/ardatan/graphql-mesh/commit/e7fd38abff1c7b024fa8978e749110aa4c46a147)
9
9
  Thanks [@ardatan](https://github.com/ardatan)! - Remove util.inspect ponyfill
10
10
 
11
+ ### Patch Changes
12
+
13
+ - [#7527](https://github.com/ardatan/graphql-mesh/pull/7527)
14
+ [`5025985`](https://github.com/ardatan/graphql-mesh/commit/5025985ac565bf081b9fa023bca0b75dcb6b75b9)
15
+ Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
16
+ - Removed dependency
17
+ [`@graphql-tools/utils@^10.5.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.3)
18
+ (from `peerDependencies`)
19
+
11
20
  ## 0.4.6
12
21
 
13
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/cross-helpers",
3
- "version": "0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147",
3
+ "version": "0.5.0-alpha-20240816001031-5025985ac565bf081b9fa023bca0b75dcb6b75b9",
4
4
  "description": "Cross Platform Helpers for GraphQL Mesh",
5
5
  "repository": {
6
6
  "type": "git",