@graphql-hive/gateway 2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6 → 2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80

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 CHANGED
@@ -1,21 +1,28 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
3
+ ## 2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [[`9fcf4a6`](https://github.com/graphql-hive/gateway/commit/9fcf4a631592e4b3db46da8543e840de2d97c535), [`8561cee`](https://github.com/graphql-hive/gateway/commit/8561cee07b36caa6aea9cb87f8940ba34dbf206a)]:
7
+ - @graphql-hive/plugin-opentelemetry@1.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80
8
+ - @graphql-mesh/plugin-jwt-auth@2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80
9
+
10
+ ## 2.0.0
4
11
  ### Major Changes
5
12
 
6
13
 
7
14
 
8
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4e54d48`](https://github.com/graphql-hive/gateway/commit/4e54d48d3a2858f71a1b67efad115038a026c175) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Sane security defaults, max token and depths limits enabled by default
15
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Sane security defaults, max token and depths limits enabled by default
9
16
 
10
17
  Max token limit defaults to 1000 (can be configured via `maxTokens` option) and max depth limit defaults to 8 (can be configured via `maxDepth` option).
11
18
 
12
19
 
13
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`22bd3f7`](https://github.com/graphql-hive/gateway/commit/22bd3f70d2901738d4c35e02282569546b820b11) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
20
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
14
21
 
15
22
  Least supported Node version is now v20.
16
23
 
17
24
 
18
- - [#1419](https://github.com/graphql-hive/gateway/pull/1419) [`6e8de6c`](https://github.com/graphql-hive/gateway/commit/6e8de6cfc4b0e57a55d5019c5c72ff347396d96e) Thanks [@ardatan](https://github.com/ardatan)! - `useDeduplicateRequest()` plugin has been removed in favour of the built-in inflight request deduplication
25
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - `useDeduplicateRequest()` plugin has been removed in favour of the built-in inflight request deduplication
19
26
 
20
27
  To migrate, simply remove the plugin from your configuration and you're good to go!
21
28
 
@@ -58,24 +65,24 @@
58
65
  ```
59
66
 
60
67
 
61
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
68
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
62
69
 
63
70
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
64
71
 
65
72
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
66
73
 
67
74
 
68
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`216cf81`](https://github.com/graphql-hive/gateway/commit/216cf81e435c298687409fc9d0de5255b6b08e57) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
75
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
69
76
 
70
77
  Forking workers for concurrent processing is a delicate process and if not done carefully can lead to performance degradations. It should be configured with careful consideration by advanced users.
71
78
 
72
79
 
73
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9adc4dd`](https://github.com/graphql-hive/gateway/commit/9adc4dd8a34ef5cc7202287113000a62b6b98a30) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
80
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
74
81
 
75
82
  There is no need to provide the `useMock` plugin alongside Hive Gateway built-ins. Not only is the mock plugin 2MB in size (minified), but installing and using it is very simple.
76
83
 
77
84
 
78
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`a8256d4`](https://github.com/graphql-hive/gateway/commit/a8256d4e66466bf934abab86b16aad293fa45e76) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
85
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
79
86
 
80
87
  Failing to start if the schema is not loaded for whatever reason.
81
88
 
@@ -83,19 +90,19 @@
83
90
 
84
91
 
85
92
 
86
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`dafd3a1`](https://github.com/graphql-hive/gateway/commit/dafd3a17f02cb85963d6004665017e4733f14fb8) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The `defineConfig` accepts a TContext generic
93
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The `defineConfig` accepts a TContext generic
87
94
 
88
95
 
89
96
  ### Patch Changes
90
97
 
91
98
 
92
99
 
93
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
100
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
94
101
 
95
102
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
96
103
 
97
104
 
98
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`8317c68`](https://github.com/graphql-hive/gateway/commit/8317c685a415541d051c341be3694c2aa6416249) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
105
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
99
106
 
100
107
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
101
108
  - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
@@ -108,24 +115,24 @@
108
115
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
109
116
 
110
117
 
111
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4a01290`](https://github.com/graphql-hive/gateway/commit/4a01290df3efe523ca5626fe88e4b0590d8e899f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
118
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
112
119
 
113
120
  - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
114
121
  - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
115
122
 
116
123
 
117
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`1116b33`](https://github.com/graphql-hive/gateway/commit/1116b3321b695dfddd7a8c2ae8de939bbe434eb9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
124
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
118
125
 
119
126
  - Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
120
127
  - Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
121
128
 
122
129
 
123
- - [#1419](https://github.com/graphql-hive/gateway/pull/1419) [`6e8de6c`](https://github.com/graphql-hive/gateway/commit/6e8de6cfc4b0e57a55d5019c5c72ff347396d96e) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
130
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
124
131
 
125
132
  - Removed dependency [`@graphql-hive/plugin-deduplicate-request@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-deduplicate-request/v/workspace:^) (from `dependencies`)
126
133
 
127
134
 
128
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`91e0764`](https://github.com/graphql-hive/gateway/commit/91e0764ceed0e892cfbe93f8d6e1353fadfa0f8a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
135
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
129
136
 
130
137
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
131
138
  - Added dependency [`@graphql-hive/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-opentelemetry/v/workspace:^) (to `dependencies`)
@@ -147,21 +154,21 @@
147
154
  - Removed dependency [`@graphql-mesh/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-opentelemetry/v/workspace:^) (from `dependencies`)
148
155
 
149
156
 
150
- - [#1419](https://github.com/graphql-hive/gateway/pull/1419) [`6e8de6c`](https://github.com/graphql-hive/gateway/commit/6e8de6cfc4b0e57a55d5019c5c72ff347396d96e) Thanks [@ardatan](https://github.com/ardatan)! - Inflight request deduplication
151
-
152
- - Updated dependencies [[`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`f09c4a7`](https://github.com/graphql-hive/gateway/commit/f09c4a74e37c29d4a44cc5612078754e38e54c4a), [`dafd3a1`](https://github.com/graphql-hive/gateway/commit/dafd3a17f02cb85963d6004665017e4733f14fb8), [`91e0764`](https://github.com/graphql-hive/gateway/commit/91e0764ceed0e892cfbe93f8d6e1353fadfa0f8a), [`475ef5c`](https://github.com/graphql-hive/gateway/commit/475ef5cad6c7b7328a18e4d6b851bbcafb09d1a1), [`b0bdd93`](https://github.com/graphql-hive/gateway/commit/b0bdd93de13286e9481217f7c31fe151b3e810f7), [`b4ac110`](https://github.com/graphql-hive/gateway/commit/b4ac11056eface0747eb5a94217e773787b87834), [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`91e0764`](https://github.com/graphql-hive/gateway/commit/91e0764ceed0e892cfbe93f8d6e1353fadfa0f8a), [`22bd3f7`](https://github.com/graphql-hive/gateway/commit/22bd3f70d2901738d4c35e02282569546b820b11), [`5cbfc38`](https://github.com/graphql-hive/gateway/commit/5cbfc389021dcf616402788080ffb56b69ff6019), [`b0bdd93`](https://github.com/graphql-hive/gateway/commit/b0bdd93de13286e9481217f7c31fe151b3e810f7), [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`f238e21`](https://github.com/graphql-hive/gateway/commit/f238e215ef5ac9b8c93458d4889bf80f85a574ed), [`5dee497`](https://github.com/graphql-hive/gateway/commit/5dee497a3a2908bd2c18b8f50c1c9226023abe1f), [`44530c2`](https://github.com/graphql-hive/gateway/commit/44530c2713a1039e420a793c76fc4dc2231b936e), [`c84b36e`](https://github.com/graphql-hive/gateway/commit/c84b36e1125a8ab3bd8e988be285b96c8545073d), [`00047fd`](https://github.com/graphql-hive/gateway/commit/00047fd581f257d8be5499a25ee80425fb01fc85), [`f238e21`](https://github.com/graphql-hive/gateway/commit/f238e215ef5ac9b8c93458d4889bf80f85a574ed), [`76073af`](https://github.com/graphql-hive/gateway/commit/76073af61b408de42c85f21696cf20a0d97e4027), [`b4f5042`](https://github.com/graphql-hive/gateway/commit/b4f5042c2f152252918a8814d060e39cb9551cdd), [`01c414f`](https://github.com/graphql-hive/gateway/commit/01c414f6c50edeb1b8dfd09386a12e0499835355), [`b0bdd93`](https://github.com/graphql-hive/gateway/commit/b0bdd93de13286e9481217f7c31fe151b3e810f7), [`61f45a1`](https://github.com/graphql-hive/gateway/commit/61f45a13e1175bfb30fbd397604c92ee1fd19a1a)]:
153
- - @graphql-hive/gateway-runtime@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
154
- - @graphql-hive/plugin-opentelemetry@1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
155
- - @graphql-hive/pubsub@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
156
- - @graphql-mesh/plugin-prometheus@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
157
- - @graphql-mesh/hmac-upstream-signature@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
158
- - @graphql-mesh/transport-http-callback@1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
159
- - @graphql-hive/plugin-aws-sigv4@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
160
- - @graphql-mesh/plugin-jwt-auth@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
161
- - @graphql-mesh/transport-http@1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
162
- - @graphql-mesh/transport-ws@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
163
- - @graphql-hive/importer@2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6
164
- - @graphql-hive/logger@1.0.1-next-38d601a82253147a4bfe657c7eee418d25c183b6
157
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Inflight request deduplication
158
+
159
+ - Updated dependencies [[`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a), [`46d2661`](https://github.com/graphql-hive/gateway/commit/46d26615c2c3c5f936c1d1bca1d03b025c1ce86a)]:
160
+ - @graphql-hive/gateway-runtime@2.0.0
161
+ - @graphql-hive/plugin-opentelemetry@1.0.0
162
+ - @graphql-hive/pubsub@2.0.0
163
+ - @graphql-mesh/plugin-prometheus@2.0.0
164
+ - @graphql-mesh/hmac-upstream-signature@2.0.0
165
+ - @graphql-mesh/transport-http-callback@1.0.0
166
+ - @graphql-hive/plugin-aws-sigv4@2.0.0
167
+ - @graphql-mesh/plugin-jwt-auth@2.0.0
168
+ - @graphql-mesh/transport-http@1.0.0
169
+ - @graphql-mesh/transport-ws@2.0.0
170
+ - @graphql-hive/importer@2.0.0
171
+ - @graphql-hive/logger@1.0.1
165
172
 
166
173
  ## 1.16.5
167
174
  ### Patch Changes
package/dist/bin.cjs CHANGED
@@ -28,7 +28,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
28
28
 
29
29
  var module__default = /*#__PURE__*/_interopDefault(module$1);
30
30
 
31
- globalThis.__VERSION__ = '2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6';
31
+ globalThis.__VERSION__ = '2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80';
32
32
  module__default.default.register("@graphql-hive/importer/hooks", {
33
33
  parentURL: (
34
34
  // @ts-ignore bob will complain when bundling for cjs
package/dist/bin.js CHANGED
@@ -22,7 +22,7 @@ import '@graphql-tools/code-file-loader';
22
22
  import '@graphql-tools/graphql-file-loader';
23
23
  import '@graphql-tools/load';
24
24
 
25
- globalThis.__VERSION__ = '2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6';
25
+ globalThis.__VERSION__ = '2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80';
26
26
  module.register("@graphql-hive/importer/hooks", {
27
27
  parentURL: (
28
28
  // @ts-ignore bob will complain when bundling for cjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
3
+ "version": "2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -83,27 +83,27 @@
83
83
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
84
84
  "@escape.tech/graphql-armor-max-depth": "^2.4.0",
85
85
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
86
- "@graphql-hive/gateway-runtime": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
87
- "@graphql-hive/importer": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
88
- "@graphql-hive/logger": "1.0.1-next-38d601a82253147a4bfe657c7eee418d25c183b6",
89
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
90
- "@graphql-hive/plugin-opentelemetry": "1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
91
- "@graphql-hive/pubsub": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
86
+ "@graphql-hive/gateway-runtime": "^2.0.0",
87
+ "@graphql-hive/importer": "^2.0.0",
88
+ "@graphql-hive/logger": "^1.0.1",
89
+ "@graphql-hive/plugin-aws-sigv4": "^2.0.0",
90
+ "@graphql-hive/plugin-opentelemetry": "1.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80",
91
+ "@graphql-hive/pubsub": "^2.0.0",
92
92
  "@graphql-mesh/cache-cfw-kv": "^0.105.8",
93
93
  "@graphql-mesh/cache-localforage": "^0.105.9",
94
94
  "@graphql-mesh/cache-redis": "^0.104.8",
95
95
  "@graphql-mesh/cache-upstash-redis": "^0.1.8",
96
96
  "@graphql-mesh/cross-helpers": "^0.4.10",
97
- "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
97
+ "@graphql-mesh/hmac-upstream-signature": "^2.0.0",
98
98
  "@graphql-mesh/plugin-http-cache": "^0.105.8",
99
99
  "@graphql-mesh/plugin-jit": "^0.2.7",
100
- "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
101
- "@graphql-mesh/plugin-prometheus": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
100
+ "@graphql-mesh/plugin-jwt-auth": "2.0.1-alpha-2405d0c4826ba0c05c4335bdc5e88817c4b20b80",
101
+ "@graphql-mesh/plugin-prometheus": "^2.0.0",
102
102
  "@graphql-mesh/plugin-rate-limit": "^0.104.7",
103
103
  "@graphql-mesh/plugin-snapshot": "^0.104.7",
104
- "@graphql-mesh/transport-http": "1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
105
- "@graphql-mesh/transport-http-callback": "1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
106
- "@graphql-mesh/transport-ws": "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
104
+ "@graphql-mesh/transport-http": "^1.0.0",
105
+ "@graphql-mesh/transport-http-callback": "^1.0.0",
106
+ "@graphql-mesh/transport-ws": "^2.0.0",
107
107
  "@graphql-mesh/types": "^0.104.8",
108
108
  "@graphql-mesh/utils": "^0.104.11",
109
109
  "@graphql-tools/code-file-loader": "^8.1.22",
@@ -132,7 +132,7 @@
132
132
  "ws": "^8.18.3"
133
133
  },
134
134
  "devDependencies": {
135
- "@graphql-mesh/transport-common": "1.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6",
135
+ "@graphql-mesh/transport-common": "^1.0.0",
136
136
  "@graphql-mesh/transport-soap": "^0.10.8",
137
137
  "@graphql-tools/executor": "^1.4.9",
138
138
  "@rollup/plugin-commonjs": "^28.0.0",