@graphql-mesh/cross-helpers 0.4.11 → 0.4.12-alpha-20260108020811-ef0eec984f5d833b0548add9ccb7d7a5e13d3bdb

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @graphql-mesh/cross-helpers
2
2
 
3
+ ## 0.4.12-alpha-20260108020811-ef0eec984f5d833b0548add9ccb7d7a5e13d3bdb
4
+
5
+ ### Patch Changes
6
+
7
+ - [#9120](https://github.com/ardatan/graphql-mesh/pull/9120)
8
+ [`c219668`](https://github.com/ardatan/graphql-mesh/commit/c219668be72a56f0400a3086fe5144604b7ae948)
9
+ Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
10
+ - Updated dependency
11
+ [`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0)
12
+ (from `^10.11.0`, in `dependencies`)
13
+
3
14
  ## 0.4.11
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/cross-helpers",
3
- "version": "0.4.11",
3
+ "version": "0.4.12-alpha-20260108020811-ef0eec984f5d833b0548add9ccb7d7a5e13d3bdb",
4
4
  "description": "Cross Platform Helpers for GraphQL Mesh",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "graphql": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@graphql-tools/utils": "^10.11.0",
23
+ "@graphql-tools/utils": "^11.0.0",
24
24
  "path-browserify": "1.0.1"
25
25
  },
26
26
  "devDependencies": {