@graphql-hive/gateway-runtime 2.3.6-alpha-6eb80c8595c2094712a91dceffae42799f922807 → 2.3.6-alpha-8c330b3f61e8a326c501f954ef2be8ff8a4f1d7d
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
|
2
2
|
|
|
3
|
-
## 2.3.6-alpha-
|
|
3
|
+
## 2.3.6-alpha-8c330b3f61e8a326c501f954ef2be8ff8a4f1d7d
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
- [#
|
|
8
|
+
- [#1715](https://github.com/graphql-hive/gateway/pull/1715) [`8c330b3`](https://github.com/graphql-hive/gateway/commit/8c330b3f61e8a326c501f954ef2be8ff8a4f1d7d) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
9
|
|
|
10
10
|
- Updated dependency [`@graphql-hive/core@^0.15.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.0) (from `^0.13.2`, in `dependencies`)
|
|
11
11
|
- Updated dependency [`@graphql-hive/yoga@^0.43.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.43.0) (from `^0.42.4`, in `dependencies`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
|
3
|
-
"version": "2.3.6-alpha-
|
|
3
|
+
"version": "2.3.6-alpha-8c330b3f61e8a326c501f954ef2be8ff8a4f1d7d",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"graphql": "^16.12.0",
|
|
96
96
|
"graphql-sse": "^2.6.0",
|
|
97
97
|
"html-minifier-terser": "7.2.0",
|
|
98
|
-
"pkgroll": "2.21.
|
|
98
|
+
"pkgroll": "2.21.1",
|
|
99
99
|
"react": "^19.2.0",
|
|
100
100
|
"react-dom": "^19.2.0",
|
|
101
101
|
"tsx": "4.20.6"
|