@graphql-hive/gateway 1.16.6-alpha-ec2771984fa65645812b3f1a03a7d5c9b29f675e → 1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19
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 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,17 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 1.16.6-alpha-
|
3
|
+
## 1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19
|
4
4
|
### Patch Changes
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
- [#
|
8
|
+
- [#1434](https://github.com/graphql-hive/gateway/pull/1434) [`9959bed`](https://github.com/graphql-hive/gateway/commit/9959bed9bb2592bdd3d79de7feba659f358f80e3) 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 [[`9959bed`](https://github.com/graphql-hive/gateway/commit/9959bed9bb2592bdd3d79de7feba659f358f80e3)]:
|
14
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.20-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19
|
9
15
|
|
10
16
|
## 1.16.5
|
11
17
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "1.16.6-alpha-
|
3
|
+
"version": "1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19",
|
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
56
|
"@graphql-hive/gateway-runtime": "^1.11.1",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/plugin-aws-sigv4": "
|
58
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.20-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19",
|
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",
|
@@ -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,12 +106,12 @@
|
|
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",
|
113
113
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
114
|
-
"tsx": "4.20.
|
114
|
+
"tsx": "4.20.5"
|
115
115
|
},
|
116
116
|
"sideEffects": false
|
117
117
|
}
|