@graphql-mesh/cross-helpers 0.4.2-alpha-20240429123742-d149302ebadf377e2317e403444e7085e5a33530 → 0.4.3-alpha-20240527104341-c022becd347df5db931edcddb6ef19736a9ba309

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 +14 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # @graphql-mesh/cross-helpers
2
2
 
3
- ## 0.4.2-alpha-20240429123742-d149302ebadf377e2317e403444e7085e5a33530
3
+ ## 0.4.3-alpha-20240527104341-c022becd347df5db931edcddb6ef19736a9ba309
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`96dd11d`](https://github.com/ardatan/graphql-mesh/commit/96dd11d3c5b70a4971e56d47c8b200d4dc980f38) Thanks [@ardatan](https://github.com/ardatan)! - Bump GraphQL Tools versions
7
+ - [#7030](https://github.com/ardatan/graphql-mesh/pull/7030)
8
+ [`d98e7c6`](https://github.com/ardatan/graphql-mesh/commit/d98e7c6492bb3b35ccf9a83c98ed70930b921a0d)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10
+ - Updated dependency
11
+ [`@graphql-tools/utils@^10.2.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.2.1)
12
+ (from `^10.2.0`, in `peerDependencies`)
13
+
14
+ ## 0.4.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [`96dd11d`](https://github.com/ardatan/graphql-mesh/commit/96dd11d3c5b70a4971e56d47c8b200d4dc980f38)
19
+ Thanks [@ardatan](https://github.com/ardatan)! - Bump GraphQL Tools versions
8
20
 
9
21
  ## 0.4.1
10
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/cross-helpers",
3
- "version": "0.4.2-alpha-20240429123742-d149302ebadf377e2317e403444e7085e5a33530",
3
+ "version": "0.4.3-alpha-20240527104341-c022becd347df5db931edcddb6ef19736a9ba309",
4
4
  "description": "Cross Platform Helpers for GraphQL Mesh",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "types": "index.d.ts",
18
18
  "typings": "./index.d.ts",
19
19
  "peerDependencies": {
20
- "@graphql-tools/utils": "^10.2.0",
20
+ "@graphql-tools/utils": "^10.2.1",
21
21
  "graphql": "*"
22
22
  },
23
23
  "dependencies": {