@graphql-mesh/cross-helpers 0.4.6-alpha-20240812225810-f0f86ef5d916608a179b3fdb00d2ff0daa8e58f7 → 0.4.6-alpha-20240812233638-9e56e11f438c0c95d799aeb6b5e8cfb1816c7a29
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.
- package/CHANGELOG.md +10 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# @graphql-mesh/cross-helpers
|
|
2
2
|
|
|
3
|
-
## 0.4.6-alpha-
|
|
3
|
+
## 0.4.6-alpha-20240812233638-9e56e11f438c0c95d799aeb6b5e8cfb1816c7a29
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#7488](https://github.com/ardatan/graphql-mesh/pull/7488)
|
|
8
|
-
[`
|
|
8
|
+
[`adb5756`](https://github.com/ardatan/graphql-mesh/commit/adb575622b13cff92319d0ab1cec02df8146f652)
|
|
9
|
+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
10
|
+
|
|
11
|
+
- Updated dependency
|
|
12
|
+
[`@graphql-tools/utils@^10.5.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.2)
|
|
13
|
+
(from `^10.3.4`, in `peerDependencies`)
|
|
14
|
+
|
|
15
|
+
- [#7497](https://github.com/ardatan/graphql-mesh/pull/7497)
|
|
16
|
+
[`d784488`](https://github.com/ardatan/graphql-mesh/commit/d784488dcf04b3b0bf32f386baf8b48e1f20d27e)
|
|
9
17
|
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
10
18
|
- Updated dependency
|
|
11
19
|
[`@graphql-tools/utils@^10.5.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.2)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/cross-helpers",
|
|
3
|
-
"version": "0.4.6-alpha-
|
|
3
|
+
"version": "0.4.6-alpha-20240812233638-9e56e11f438c0c95d799aeb6b5e8cfb1816c7a29",
|
|
4
4
|
"description": "Cross Platform Helpers for GraphQL Mesh",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|