@graphql-hive/gateway 2.0.0-alpha-3401b8ba497bbb380c8e4c0298465852e92a8efc → 2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
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 +11 -11
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-alpha-
|
3
|
+
## 2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
@@ -32,17 +32,17 @@
|
|
32
32
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
33
33
|
|
34
34
|
- Updated dependencies [[`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1), [`bbc37f8`](https://github.com/graphql-hive/gateway/commit/bbc37f84325fa3280ea88d9008dd908185a938c4), [`c355ebe`](https://github.com/graphql-hive/gateway/commit/c355ebe6df55b201b6c970442a67fa7c0bb6e87e), [`beba61b`](https://github.com/graphql-hive/gateway/commit/beba61be65b8c3b0418b94637c7da9aa676ec58e), [`d1ba180`](https://github.com/graphql-hive/gateway/commit/d1ba18059b33c844225fa55d972dbfc90faa3729), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`10c4f8e`](https://github.com/graphql-hive/gateway/commit/10c4f8ebd3f94ce7a4027ad3bff1436805058ca3), [`a7365b1`](https://github.com/graphql-hive/gateway/commit/a7365b1b44281b11586b110a0395409889daf82e), [`2b452d5`](https://github.com/graphql-hive/gateway/commit/2b452d54131237a713aaa49a8d9e606a526e6a5c), [`da779b3`](https://github.com/graphql-hive/gateway/commit/da779b31208ad472cdcbc32bd1376b19271203ac), [`d1ba180`](https://github.com/graphql-hive/gateway/commit/d1ba18059b33c844225fa55d972dbfc90faa3729), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34)]:
|
35
|
-
- @graphql-hive/gateway-runtime@2.0.0-alpha-
|
36
|
-
- @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-
|
37
|
-
- @graphql-mesh/plugin-prometheus@2.0.0-alpha-
|
38
|
-
- @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-
|
39
|
-
- @graphql-mesh/transport-http-callback@1.0.0-alpha-
|
40
|
-
- @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-
|
41
|
-
- @graphql-mesh/transport-ws@2.0.0-alpha-
|
42
|
-
- @graphql-hive/logger@1.0.0-alpha-
|
43
|
-
- @graphql-hive/plugin-aws-sigv4@1.0.14-alpha-
|
35
|
+
- @graphql-hive/gateway-runtime@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
36
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
37
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
38
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
39
|
+
- @graphql-mesh/transport-http-callback@1.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
40
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
41
|
+
- @graphql-mesh/transport-ws@2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
42
|
+
- @graphql-hive/logger@1.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
43
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.14-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
44
44
|
- @graphql-hive/plugin-deduplicate-request@1.0.1
|
45
|
-
- @graphql-mesh/transport-http@0.6.44-alpha-
|
45
|
+
- @graphql-mesh/transport-http@0.6.44-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9
|
46
46
|
|
47
47
|
## 1.15.2
|
48
48
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "2.0.0-alpha-
|
3
|
+
"version": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,10 +53,10 @@
|
|
53
53
|
"@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
|
54
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": "2.0.0-alpha-
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/logger": "1.0.0-alpha-
|
59
|
-
"@graphql-hive/plugin-aws-sigv4": "1.0.14-alpha-
|
58
|
+
"@graphql-hive/logger": "1.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.14-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
60
60
|
"@graphql-hive/plugin-deduplicate-request": "^1.0.1",
|
61
61
|
"@graphql-hive/pubsub": "^1.0.0",
|
62
62
|
"@graphql-mesh/cache-cfw-kv": "^0.105.5",
|
@@ -64,18 +64,18 @@
|
|
64
64
|
"@graphql-mesh/cache-redis": "^0.104.5",
|
65
65
|
"@graphql-mesh/cache-upstash-redis": "^0.1.5",
|
66
66
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
67
|
-
"@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-
|
67
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
68
68
|
"@graphql-mesh/plugin-http-cache": "^0.105.6",
|
69
69
|
"@graphql-mesh/plugin-jit": "^0.2.5",
|
70
|
-
"@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-
|
70
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
71
71
|
"@graphql-mesh/plugin-mock": "^0.105.6",
|
72
|
-
"@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-
|
73
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-alpha-
|
72
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
73
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
74
74
|
"@graphql-mesh/plugin-rate-limit": "^0.104.5",
|
75
75
|
"@graphql-mesh/plugin-snapshot": "^0.104.5",
|
76
|
-
"@graphql-mesh/transport-http": "0.6.44-alpha-
|
77
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-alpha-
|
78
|
-
"@graphql-mesh/transport-ws": "2.0.0-alpha-
|
76
|
+
"@graphql-mesh/transport-http": "0.6.44-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
77
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
78
|
+
"@graphql-mesh/transport-ws": "2.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
79
79
|
"@graphql-mesh/types": "^0.104.5",
|
80
80
|
"@graphql-mesh/utils": "^0.104.5",
|
81
81
|
"@graphql-tools/code-file-loader": "^8.1.15",
|
@@ -100,7 +100,7 @@
|
|
100
100
|
"ws": "^8.18.0"
|
101
101
|
},
|
102
102
|
"devDependencies": {
|
103
|
-
"@graphql-mesh/transport-common": "1.0.0-alpha-
|
103
|
+
"@graphql-mesh/transport-common": "1.0.0-alpha-ebb5c285e82d433d5d947f852292ad31e86c50a9",
|
104
104
|
"@graphql-mesh/transport-soap": "^0.10.6",
|
105
105
|
"@graphql-tools/executor": "^1.4.7",
|
106
106
|
"@rollup/plugin-commonjs": "^28.0.0",
|