@graphql-hive/gateway 1.16.5-alpha-fa073a11fb5b80ae72d7ea2cee19c5197504a187 → 1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a
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 -9
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 1.16.5-alpha-
|
3
|
+
## 1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a
|
4
4
|
### Patch Changes
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
- [#
|
9
|
-
|
10
|
-
- Updated
|
11
|
-
-
|
12
|
-
-
|
13
|
-
|
14
|
-
- @graphql-hive/plugin-
|
15
|
-
- @graphql-mesh/hmac-upstream-signature@1.2.32
|
8
|
+
- [#1431](https://github.com/graphql-hive/gateway/pull/1431) [`982442f`](https://github.com/graphql-hive/gateway/commit/982442fb3247f27755e42224ddb772f81ebd236a) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
9
|
+
|
10
|
+
- Updated dependency [`@escape.tech/graphql-armor-max-depth@^2.4.2` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-max-depth/v/2.4.2) (from `^2.4.0`, in `dependencies`)
|
11
|
+
- Updated dependency [`@graphql-tools/graphql-file-loader@^8.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.1.0) (from `^8.0.22`, in `dependencies`)
|
12
|
+
- Updated dependency [`dotenv@^17.2.2` ↗︎](https://www.npmjs.com/package/dotenv/v/17.2.2) (from `^17.2.1`, in `dependencies`)
|
13
|
+
- Updated dependencies [[`982442f`](https://github.com/graphql-hive/gateway/commit/982442fb3247f27755e42224ddb772f81ebd236a)]:
|
14
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.20-alpha-982442fb3247f27755e42224ddb772f81ebd236a
|
16
15
|
|
17
16
|
## 1.16.4
|
18
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "1.16.5-alpha-
|
3
|
+
"version": "1.16.5-alpha-982442fb3247f27755e42224ddb772f81ebd236a",
|
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.2",
|
55
55
|
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
|
56
|
-
"@graphql-hive/gateway-runtime": "1.11.
|
56
|
+
"@graphql-hive/gateway-runtime": "^1.11.0",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/plugin-aws-sigv4": "
|
58
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.20-alpha-982442fb3247f27755e42224ddb772f81ebd236a",
|
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": "1.5.
|
69
|
+
"@graphql-mesh/plugin-jwt-auth": "^1.5.9",
|
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.0
|
81
|
+
"@graphql-tools/graphql-file-loader": "^8.1.0",
|
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.2",
|
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.3",
|
110
110
|
"postject": "^1.0.0-alpha.6",
|
111
111
|
"rimraf": "^6.0.1",
|
112
112
|
"rollup": "4.44.0",
|