@graphql-mesh/cross-helpers 0.5.0-alpha-20240816001031-5025985ac565bf081b9fa023bca0b75dcb6b75b9 → 0.5.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292
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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @graphql-mesh/cross-helpers
|
|
2
2
|
|
|
3
|
-
## 0.5.0-alpha-
|
|
3
|
+
## 0.5.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- [#7527](https://github.com/ardatan/graphql-mesh/pull/7527)
|
|
8
|
-
[`
|
|
8
|
+
[`c4be04c`](https://github.com/ardatan/graphql-mesh/commit/c4be04cbf5f48769d96e3cd9aff60b235194d43f)
|
|
9
9
|
Thanks [@ardatan](https://github.com/ardatan)! - Remove util.inspect ponyfill
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
13
|
- [#7527](https://github.com/ardatan/graphql-mesh/pull/7527)
|
|
14
|
-
[`
|
|
14
|
+
[`cae9d2a`](https://github.com/ardatan/graphql-mesh/commit/cae9d2a94e5fd6b5ac73f706624111ab8c7e616a)
|
|
15
15
|
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
16
16
|
- Removed dependency
|
|
17
17
|
[`@graphql-tools/utils@^10.5.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.3)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/cross-helpers",
|
|
3
|
-
"version": "0.5.0-alpha-
|
|
3
|
+
"version": "0.5.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
|
4
4
|
"description": "Cross Platform Helpers for GraphQL Mesh",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|