@graphql-mesh/cross-helpers 0.4.5 → 0.4.6-alpha-20240812225633-43ea93a0f05034c7ac67cb99dcf7153aa3b482f9
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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @graphql-mesh/cross-helpers
|
|
2
2
|
|
|
3
|
+
## 0.4.6-alpha-20240812225633-43ea93a0f05034c7ac67cb99dcf7153aa3b482f9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7488](https://github.com/ardatan/graphql-mesh/pull/7488)
|
|
8
|
+
[`53e11a2`](https://github.com/ardatan/graphql-mesh/commit/53e11a2f55d2896ab5f2820c8092a3b7d959b9bd)
|
|
9
|
+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
10
|
+
- Updated dependency
|
|
11
|
+
[`@graphql-tools/utils@^10.5.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.2)
|
|
12
|
+
(from `^10.3.4`, in `peerDependencies`)
|
|
13
|
+
|
|
3
14
|
## 0.4.5
|
|
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.
|
|
3
|
+
"version": "0.4.6-alpha-20240812225633-43ea93a0f05034c7ac67cb99dcf7153aa3b482f9",
|
|
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.
|
|
20
|
+
"@graphql-tools/utils": "^10.5.2",
|
|
21
21
|
"graphql": "*"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|