@graphql-mesh/cross-helpers 0.4.6-alpha-20240814121833-ce96b6fb426bc5264dd77b1bce4d0347f6fe83ff → 0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147
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/browser.js +0 -2
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# @graphql-mesh/cross-helpers
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#7527](https://github.com/ardatan/graphql-mesh/pull/7527)
|
|
8
|
+
[`e7fd38a`](https://github.com/ardatan/graphql-mesh/commit/e7fd38abff1c7b024fa8978e749110aa4c46a147)
|
|
9
|
+
Thanks [@ardatan](https://github.com/ardatan)! - Remove util.inspect ponyfill
|
|
10
|
+
|
|
11
|
+
## 0.4.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
@@ -13,7 +21,7 @@
|
|
|
13
21
|
(from `^10.3.4`, in `peerDependencies`)
|
|
14
22
|
|
|
15
23
|
- [#7512](https://github.com/ardatan/graphql-mesh/pull/7512)
|
|
16
|
-
[`
|
|
24
|
+
[`190e9ec`](https://github.com/ardatan/graphql-mesh/commit/190e9ece9bc050a0564f3b5292ab5229e63d40a6)
|
|
17
25
|
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
18
26
|
- Updated dependency
|
|
19
27
|
[`@graphql-tools/utils@^10.5.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.5.3)
|
package/browser.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/cross-helpers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-alpha-20240816000911-e7fd38abff1c7b024fa8978e749110aa4c46a147",
|
|
4
4
|
"description": "Cross Platform Helpers for GraphQL Mesh",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"types": "index.d.ts",
|
|
18
18
|
"typings": "./index.d.ts",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@graphql-tools/utils": "^10.5.3",
|
|
21
20
|
"graphql": "*"
|
|
22
21
|
},
|
|
23
22
|
"dependencies": {
|