@graphql-mesh/cross-helpers 0.4.6-alpha-20240813094505-0fb2acde8247e2c25657b84aebad315e865ebd0b → 0.4.6-alpha-20240813104154-4af93353d5404735c08b897caa6714bfccfdfc3b

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 +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @graphql-mesh/cross-helpers
2
2
 
3
- ## 0.4.6-alpha-20240813094505-0fb2acde8247e2c25657b84aebad315e865ebd0b
3
+ ## 0.4.6-alpha-20240813104154-4af93353d5404735c08b897caa6714bfccfdfc3b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#7497](https://github.com/ardatan/graphql-mesh/pull/7497)
8
- [`d784488`](https://github.com/ardatan/graphql-mesh/commit/d784488dcf04b3b0bf32f386baf8b48e1f20d27e)
9
- Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
7
+ - [#7493](https://github.com/ardatan/graphql-mesh/pull/7493)
8
+ [`4af9335`](https://github.com/ardatan/graphql-mesh/commit/4af93353d5404735c08b897caa6714bfccfdfc3b)
9
+ Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
10
10
  - Updated dependency
11
11
  [`@graphql-tools/utils@^10.5.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.2)
12
12
  (from `^10.3.4`, in `peerDependencies`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/cross-helpers",
3
- "version": "0.4.6-alpha-20240813094505-0fb2acde8247e2c25657b84aebad315e865ebd0b",
3
+ "version": "0.4.6-alpha-20240813104154-4af93353d5404735c08b897caa6714bfccfdfc3b",
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.5.2",
20
+ "@graphql-tools/utils": "^10.3.4",
21
21
  "graphql": "*"
22
22
  },
23
23
  "dependencies": {