@graphql-hive/gateway 1.16.4-alpha-335e133ccdf6588d1792710665000eb19b165397 → 1.16.4-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
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 +8 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 1.16.4-alpha-
|
3
|
+
## 1.16.4-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
-
|
8
|
-
-
|
9
|
-
|
10
|
-
-
|
11
|
-
- @graphql-
|
7
|
+
- Updated dependencies [[`fda8d35`](https://github.com/graphql-hive/gateway/commit/fda8d35afff6f15dfdc55f6a89abeb8d078c83e6)]:
|
8
|
+
- @graphql-hive/gateway-runtime@1.11.0-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
|
9
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
|
10
|
+
- @graphql-hive/plugin-deduplicate-request@1.0.4
|
11
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.31
|
12
|
+
- @graphql-mesh/plugin-opentelemetry@1.3.67-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
|
13
|
+
- @graphql-mesh/plugin-prometheus@1.3.55-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6
|
12
14
|
|
13
15
|
## 1.16.3
|
14
16
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "1.16.4-alpha-
|
3
|
+
"version": "1.16.4-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"@commander-js/extra-typings": "^13.1.0",
|
52
52
|
"@envelop/core": "^5.3.0",
|
53
53
|
"@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
|
54
|
-
"@escape.tech/graphql-armor-max-depth": "^2.4.
|
54
|
+
"@escape.tech/graphql-armor-max-depth": "^2.4.0",
|
55
55
|
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
|
56
|
-
"@graphql-hive/gateway-runtime": "
|
56
|
+
"@graphql-hive/gateway-runtime": "1.11.0-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-
|
58
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6",
|
59
59
|
"@graphql-hive/plugin-deduplicate-request": "^1.0.4",
|
60
60
|
"@graphql-hive/pubsub": "^1.0.0",
|
61
61
|
"@graphql-mesh/cache-cfw-kv": "^0.105.7",
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"@graphql-mesh/plugin-jit": "^0.2.7",
|
69
69
|
"@graphql-mesh/plugin-jwt-auth": "^1.5.8",
|
70
70
|
"@graphql-mesh/plugin-mock": "^0.105.8",
|
71
|
-
"@graphql-mesh/plugin-opentelemetry": "
|
72
|
-
"@graphql-mesh/plugin-prometheus": "
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "1.3.67-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "1.3.55-alpha-fda8d35afff6f15dfdc55f6a89abeb8d078c83e6",
|
73
73
|
"@graphql-mesh/plugin-rate-limit": "^0.104.7",
|
74
74
|
"@graphql-mesh/plugin-snapshot": "^0.104.7",
|
75
75
|
"@graphql-mesh/transport-http": "^0.7.2",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"bun": "^1.2.18",
|
107
107
|
"graphql": "^16.9.0",
|
108
108
|
"parse-duration": "^2.0.0",
|
109
|
-
"pkgroll": "2.15.
|
109
|
+
"pkgroll": "2.15.0",
|
110
110
|
"postject": "^1.0.0-alpha.6",
|
111
111
|
"rimraf": "^6.0.1",
|
112
112
|
"rollup": "4.44.0",
|