@graphql-hive/gateway 1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a → 1.16.5-rc-6f6abb01b173decc244d27c5a1d6062b4533de83
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 +9 -8
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 1.16.5-
|
3
|
+
## 1.16.5-rc-6f6abb01b173decc244d27c5a1d6062b4533de83
|
4
4
|
### Patch Changes
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
- [#
|
9
|
-
|
10
|
-
|
11
|
-
-
|
12
|
-
-
|
13
|
-
-
|
14
|
-
- @graphql-hive/plugin-
|
8
|
+
- [#1428](https://github.com/graphql-hive/gateway/pull/1428) [`5660dab`](https://github.com/graphql-hive/gateway/commit/5660dab0398deed34809ef71e9a0292cfd4ddefb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Resolve to latest @envelop/core that includes instrumentation changes
|
9
|
+
|
10
|
+
- Updated dependencies [[`5660dab`](https://github.com/graphql-hive/gateway/commit/5660dab0398deed34809ef71e9a0292cfd4ddefb)]:
|
11
|
+
- @graphql-mesh/plugin-jwt-auth@1.5.10-rc-6f6abb01b173decc244d27c5a1d6062b4533de83
|
12
|
+
- @graphql-hive/gateway-runtime@1.11.1-rc-6f6abb01b173decc244d27c5a1d6062b4533de83
|
13
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.19
|
14
|
+
- @graphql-hive/plugin-deduplicate-request@1.0.5
|
15
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.32
|
15
16
|
|
16
17
|
## 1.16.4
|
17
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "1.16.5-
|
3
|
+
"version": "1.16.5-rc-6f6abb01b173decc244d27c5a1d6062b4533de83",
|
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.1-rc-6f6abb01b173decc244d27c5a1d6062b4533de83",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/plugin-aws-sigv4": "1.0.
|
58
|
+
"@graphql-hive/plugin-aws-sigv4": "^1.0.19",
|
59
59
|
"@graphql-hive/plugin-deduplicate-request": "^1.0.5",
|
60
60
|
"@graphql-hive/pubsub": "^1.0.0",
|
61
61
|
"@graphql-mesh/cache-cfw-kv": "^0.105.8",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"@graphql-mesh/hmac-upstream-signature": "^1.2.32",
|
67
67
|
"@graphql-mesh/plugin-http-cache": "^0.105.8",
|
68
68
|
"@graphql-mesh/plugin-jit": "^0.2.7",
|
69
|
-
"@graphql-mesh/plugin-jwt-auth": "
|
69
|
+
"@graphql-mesh/plugin-jwt-auth": "1.5.10-rc-6f6abb01b173decc244d27c5a1d6062b4533de83",
|
70
70
|
"@graphql-mesh/plugin-mock": "^0.105.8",
|
71
71
|
"@graphql-mesh/plugin-opentelemetry": "^1.3.67",
|
72
72
|
"@graphql-mesh/plugin-prometheus": "^1.3.55",
|
@@ -78,12 +78,12 @@
|
|
78
78
|
"@graphql-mesh/types": "^0.104.8",
|
79
79
|
"@graphql-mesh/utils": "^0.104.11",
|
80
80
|
"@graphql-tools/code-file-loader": "^8.1.22",
|
81
|
-
"@graphql-tools/graphql-file-loader": "^8.
|
81
|
+
"@graphql-tools/graphql-file-loader": "^8.0.22",
|
82
82
|
"@graphql-tools/load": "^8.1.2",
|
83
83
|
"@graphql-tools/utils": "^10.9.1",
|
84
84
|
"@graphql-yoga/render-graphiql": "^5.15.1",
|
85
85
|
"commander": "^13.1.0",
|
86
|
-
"dotenv": "^17.2.
|
86
|
+
"dotenv": "^17.2.1",
|
87
87
|
"graphql-ws": "^6.0.6",
|
88
88
|
"graphql-yoga": "^5.15.1",
|
89
89
|
"tslib": "^2.8.1",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"bun": "^1.2.21",
|
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",
|