@graphql-hive/gateway 2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9 → 2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5

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,33 +1,33 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
3
+ ## 2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
4
4
  ### Major Changes
5
5
 
6
6
 
7
7
 
8
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e02059f`](https://github.com/graphql-hive/gateway/commit/e02059fc50ed05ef18f025d4cb0d354b909716b9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
9
9
 
10
10
  Least supported Node version is now v20.
11
11
 
12
12
 
13
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
13
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
14
14
 
15
15
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
16
16
 
17
17
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
18
18
 
19
19
 
20
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`ba88bbe`](https://github.com/graphql-hive/gateway/commit/ba88bbe719b25ccebd5ab98b8d64463ac4601386) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
20
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c007f13`](https://github.com/graphql-hive/gateway/commit/c007f1360fe11eeef71c67585a2097f3ac50cc3e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
21
21
 
22
22
  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.
23
23
 
24
24
 
25
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`b554f41`](https://github.com/graphql-hive/gateway/commit/b554f416b24b660eaf80053013dcd2d28ff85115) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
25
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5f83ba8`](https://github.com/graphql-hive/gateway/commit/5f83ba8d63763e4f96a72f9127d66a4b40b3073a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
26
26
 
27
27
  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.
28
28
 
29
29
 
30
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`63d9312`](https://github.com/graphql-hive/gateway/commit/63d9312a4b499d5d7f2f5254ab566287de02834f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
30
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9666cae`](https://github.com/graphql-hive/gateway/commit/9666caeef37077eb43954b2835ec877d19d2fe92) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
31
31
 
32
32
  Failing to start if the schema is not loaded for whatever reason.
33
33
 
@@ -35,19 +35,19 @@
35
35
 
36
36
 
37
37
 
38
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9300d32`](https://github.com/graphql-hive/gateway/commit/9300d32b65af8eaf1e250eec8dbc3b7c27f795cb) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The `defineConfig` accepts a TContext generic
38
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4809861`](https://github.com/graphql-hive/gateway/commit/4809861f2581bd59f0b3a80ccfd7548ee7ec94ab) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The `defineConfig` accepts a TContext generic
39
39
 
40
40
 
41
41
  ### Patch Changes
42
42
 
43
43
 
44
44
 
45
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
45
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
46
46
 
47
47
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
48
48
 
49
49
 
50
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2eb2b77`](https://github.com/graphql-hive/gateway/commit/2eb2b77c3d985f5e132726b235f4f4241c552d05) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
50
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`ee5ed73`](https://github.com/graphql-hive/gateway/commit/ee5ed7336a468de05a67298923a270838370a0c3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
51
51
 
52
52
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
53
53
  - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
@@ -60,21 +60,22 @@
60
60
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
61
61
 
62
62
 
63
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`de31f51`](https://github.com/graphql-hive/gateway/commit/de31f519ebf9f688592674a6ac32c5ba74f096b3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
63
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c677ab9`](https://github.com/graphql-hive/gateway/commit/c677ab9387d4d5d8c240b384383b4ef9c9bb34a9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
64
64
 
65
65
  - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
66
66
  - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
67
67
 
68
68
 
69
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`cdd4b8c`](https://github.com/graphql-hive/gateway/commit/cdd4b8cb0d4b28279bf559bf9788bfe25b05eb59) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
69
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e50b5cd`](https://github.com/graphql-hive/gateway/commit/e50b5cd1afacbfd1f0ebedd70e8c8f638efc73d0) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
70
70
 
71
71
  - Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
72
72
  - Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
73
73
 
74
74
 
75
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e4552c6`](https://github.com/graphql-hive/gateway/commit/e4552c647da81995c93dff91cc05d1b67b4589a6) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
75
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
76
76
 
77
77
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
78
+ - Added dependency [`@graphql-hive/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-opentelemetry/v/workspace:^) (to `dependencies`)
78
79
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
79
80
  - Added dependency [`@opentelemetry/api-logs@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.203.0) (to `dependencies`)
80
81
  - Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
@@ -89,20 +90,35 @@
89
90
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
90
91
  - Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
91
92
  - Removed dependency [`@graphql-mesh/plugin-mock@^0.105.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.8) (from `dependencies`)
92
- - Updated dependencies [[`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb), [`725d369`](https://github.com/graphql-hive/gateway/commit/725d3691f1fe77927a702ee5e3cb3822d088fe38), [`9300d32`](https://github.com/graphql-hive/gateway/commit/9300d32b65af8eaf1e250eec8dbc3b7c27f795cb), [`e4552c6`](https://github.com/graphql-hive/gateway/commit/e4552c647da81995c93dff91cc05d1b67b4589a6), [`239677a`](https://github.com/graphql-hive/gateway/commit/239677a28fea8cd4637d4269998496f14ebf23e7), [`0e81187`](https://github.com/graphql-hive/gateway/commit/0e81187d714aa729fddd340d22d89cb15110c273), [`2eb2b77`](https://github.com/graphql-hive/gateway/commit/2eb2b77c3d985f5e132726b235f4f4241c552d05), [`de31f51`](https://github.com/graphql-hive/gateway/commit/de31f519ebf9f688592674a6ac32c5ba74f096b3), [`cdd4b8c`](https://github.com/graphql-hive/gateway/commit/cdd4b8cb0d4b28279bf559bf9788bfe25b05eb59), [`725d369`](https://github.com/graphql-hive/gateway/commit/725d3691f1fe77927a702ee5e3cb3822d088fe38), [`9b4d15f`](https://github.com/graphql-hive/gateway/commit/9b4d15fed19089fcc01ef8058baa0ac9b106fb4f), [`e4552c6`](https://github.com/graphql-hive/gateway/commit/e4552c647da81995c93dff91cc05d1b67b4589a6), [`7e8a3d8`](https://github.com/graphql-hive/gateway/commit/7e8a3d83e66bb62787f637bb97ea057cdf5f8f1e), [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb), [`e4552c6`](https://github.com/graphql-hive/gateway/commit/e4552c647da81995c93dff91cc05d1b67b4589a6), [`e02059f`](https://github.com/graphql-hive/gateway/commit/e02059fc50ed05ef18f025d4cb0d354b909716b9), [`239677a`](https://github.com/graphql-hive/gateway/commit/239677a28fea8cd4637d4269998496f14ebf23e7), [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb), [`6500ade`](https://github.com/graphql-hive/gateway/commit/6500adeaf57e20d826b00da2d025e9acacfc9047), [`0c02723`](https://github.com/graphql-hive/gateway/commit/0c0272369bec3a52e3425c4156b1fd624b144f48), [`d7cc9d1`](https://github.com/graphql-hive/gateway/commit/d7cc9d17f5fc28d0f0577ea57f5e2b5ed5a92327), [`5b50531`](https://github.com/graphql-hive/gateway/commit/5b505319d0308461122e6696595fc9dc604f60fe), [`87f8cf2`](https://github.com/graphql-hive/gateway/commit/87f8cf22ec82d1e486d4f7601895e552f4b2282d), [`6500ade`](https://github.com/graphql-hive/gateway/commit/6500adeaf57e20d826b00da2d025e9acacfc9047), [`f3a3bd4`](https://github.com/graphql-hive/gateway/commit/f3a3bd408b75cb0612523a987143aaa74f8c35f8), [`7e8a3d8`](https://github.com/graphql-hive/gateway/commit/7e8a3d83e66bb62787f637bb97ea057cdf5f8f1e), [`6f3c563`](https://github.com/graphql-hive/gateway/commit/6f3c56315923713ae23014482e542e15de47f0eb), [`239677a`](https://github.com/graphql-hive/gateway/commit/239677a28fea8cd4637d4269998496f14ebf23e7), [`625c5fd`](https://github.com/graphql-hive/gateway/commit/625c5fd162f730735c408f42403ac514eee0a20e)]:
93
- - @graphql-hive/gateway-runtime@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
94
- - @graphql-hive/pubsub@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
95
- - @graphql-mesh/plugin-opentelemetry@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
96
- - @graphql-mesh/plugin-prometheus@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
97
- - @graphql-mesh/hmac-upstream-signature@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
98
- - @graphql-hive/plugin-deduplicate-request@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
99
- - @graphql-mesh/transport-http-callback@1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
100
- - @graphql-hive/plugin-aws-sigv4@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
101
- - @graphql-mesh/plugin-jwt-auth@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
102
- - @graphql-mesh/transport-http@1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
103
- - @graphql-mesh/transport-ws@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
104
- - @graphql-hive/importer@2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
105
- - @graphql-hive/logger@1.0.1-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9
93
+ - Removed dependency [`@graphql-mesh/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-opentelemetry/v/workspace:^) (from `dependencies`)
94
+ - Updated dependencies [[`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`4195227`](https://github.com/graphql-hive/gateway/commit/4195227921bed6485534a55f7770d8638e2aa887), [`4809861`](https://github.com/graphql-hive/gateway/commit/4809861f2581bd59f0b3a80ccfd7548ee7ec94ab), [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99), [`8a7ff39`](https://github.com/graphql-hive/gateway/commit/8a7ff39fe41a33844289a0a750b0824d7f3f6e25), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`5ab07e2`](https://github.com/graphql-hive/gateway/commit/5ab07e2878af75a5fbb42790773036b402cc5f02), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99), [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a), [`68d7640`](https://github.com/graphql-hive/gateway/commit/68d764075fa43c53c2ea1d84888cadda0c3145ad), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`ea32beb`](https://github.com/graphql-hive/gateway/commit/ea32bebab8f1b33b87b60bc390643c2212bde928), [`da1a00f`](https://github.com/graphql-hive/gateway/commit/da1a00fd3c848ec0cc02f6d3c4863a5a6a38d661), [`d6abf87`](https://github.com/graphql-hive/gateway/commit/d6abf8756fdc7dc6b61084665f474a481c6ccaba), [`838192a`](https://github.com/graphql-hive/gateway/commit/838192a0a1ad7537748801a89423f0248aae2413), [`b5de651`](https://github.com/graphql-hive/gateway/commit/b5de6518bfec87a942b787f558f0da08920b539b), [`ea32beb`](https://github.com/graphql-hive/gateway/commit/ea32bebab8f1b33b87b60bc390643c2212bde928), [`67e076e`](https://github.com/graphql-hive/gateway/commit/67e076ef6b27cdda2cf9023551ab1bf0bccb06aa), [`da393f6`](https://github.com/graphql-hive/gateway/commit/da393f6ac8297489dcec44530e218e2f92f81621), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`413d4c6`](https://github.com/graphql-hive/gateway/commit/413d4c66b71a592aa61f288783926c2a2d8e5d04)]:
95
+ - @graphql-hive/gateway-runtime@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
96
+ - @graphql-hive/plugin-opentelemetry@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
97
+ - @graphql-hive/pubsub@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
98
+ - @graphql-mesh/plugin-prometheus@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
99
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
100
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
101
+ - @graphql-mesh/transport-http-callback@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
102
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
103
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
104
+ - @graphql-mesh/transport-http@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
105
+ - @graphql-mesh/transport-ws@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
106
+ - @graphql-hive/importer@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
107
+ - @graphql-hive/logger@1.0.1-next-fda88082a3d7880d452f543a28561c92f1a0afd5
108
+
109
+ ## 1.16.5
110
+ ### Patch Changes
111
+
112
+
113
+
114
+ - [#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
115
+
116
+ - Updated dependencies [[`5660dab`](https://github.com/graphql-hive/gateway/commit/5660dab0398deed34809ef71e9a0292cfd4ddefb)]:
117
+ - @graphql-mesh/plugin-jwt-auth@1.5.10
118
+ - @graphql-hive/gateway-runtime@1.11.1
119
+ - @graphql-hive/plugin-aws-sigv4@1.0.19
120
+ - @graphql-hive/plugin-deduplicate-request@1.0.5
121
+ - @graphql-mesh/hmac-upstream-signature@1.2.32
106
122
 
107
123
  ## 1.16.4
108
124
  ### Patch Changes
package/dist/bin.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  require('dotenv/config');
4
4
  var module$1 = require('node:module');
5
5
  var logger = require('@graphql-hive/logger');
6
- var cli = require('./cli-CDwuBiJK.cjs');
6
+ var cli = require('./cli-DKhnumz1.cjs');
7
7
  require('node:cluster');
8
8
  require('node:os');
9
9
  require('node:path');
package/dist/bin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import 'dotenv/config';
3
3
  import module from 'node:module';
4
4
  import { Logger } from '@graphql-hive/logger';
5
- import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-azGUVOyd.js';
5
+ import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-CAUHvOvN.js';
6
6
  import 'node:cluster';
7
7
  import 'node:os';
8
8
  import 'node:path';
@@ -176,7 +176,7 @@ async function getBuiltinPluginsFromConfig(config, ctx) {
176
176
  plugins.push(useMeshPrometheus(config.prometheus));
177
177
  }
178
178
  if (config.openTelemetry) {
179
- const { useOpenTelemetry } = await import('@graphql-mesh/plugin-opentelemetry');
179
+ const { useOpenTelemetry } = await import('@graphql-hive/plugin-opentelemetry');
180
180
  plugins.push(useOpenTelemetry({ ...config.openTelemetry, log: ctx.log }));
181
181
  }
182
182
  if (config.rateLimiting) {
@@ -530,7 +530,7 @@ async function handleOpenTelemetryConfig(ctx, cliOpts) {
530
530
  "Initializing OpenTelemetry SDK"
531
531
  );
532
532
  return fakePromise().then(async () => {
533
- const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-mesh/plugin-opentelemetry/setup');
533
+ const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-hive/plugin-opentelemetry/setup');
534
534
  const processors = [];
535
535
  const logAttributes = {
536
536
  traceEndpoints: [],
@@ -183,7 +183,7 @@ async function getBuiltinPluginsFromConfig(config, ctx) {
183
183
  plugins.push(useMeshPrometheus(config.prometheus));
184
184
  }
185
185
  if (config.openTelemetry) {
186
- const { useOpenTelemetry } = await import('@graphql-mesh/plugin-opentelemetry');
186
+ const { useOpenTelemetry } = await import('@graphql-hive/plugin-opentelemetry');
187
187
  plugins.push(useOpenTelemetry({ ...config.openTelemetry, log: ctx.log }));
188
188
  }
189
189
  if (config.rateLimiting) {
@@ -537,7 +537,7 @@ async function handleOpenTelemetryConfig(ctx, cliOpts) {
537
537
  "Initializing OpenTelemetry SDK"
538
538
  );
539
539
  return utils$1.fakePromise().then(async () => {
540
- const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-mesh/plugin-opentelemetry/setup');
540
+ const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-hive/plugin-opentelemetry/setup');
541
541
  const processors = [];
542
542
  const logAttributes = {
543
543
  traceEndpoints: [],
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var cli = require('./cli-CDwuBiJK.cjs');
3
+ var cli = require('./cli-DKhnumz1.cjs');
4
4
  var logger = require('@graphql-hive/logger');
5
5
  var gatewayRuntime = require('@graphql-hive/gateway-runtime');
6
6
  var pubsub = require('@graphql-hive/pubsub');
package/dist/index.d.cts CHANGED
@@ -11,7 +11,7 @@ import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
13
13
  export * from '@graphql-mesh/plugin-jwt-auth';
14
- import { OpenTelemetryGatewayPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
14
+ import { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
15
15
  import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
16
16
  export * from '@graphql-mesh/plugin-prometheus';
17
17
  export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
13
13
  export * from '@graphql-mesh/plugin-jwt-auth';
14
- import { OpenTelemetryGatewayPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
14
+ import { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
15
15
  import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
16
16
  export * from '@graphql-mesh/plugin-prometheus';
17
17
  export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-azGUVOyd.js';
1
+ export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-CAUHvOvN.js';
2
2
  export * from '@graphql-hive/logger';
3
3
  export * from '@graphql-hive/gateway-runtime';
4
4
  export * from '@graphql-hive/pubsub';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var api = require('@graphql-mesh/plugin-opentelemetry/api');
3
+ var api = require('@graphql-hive/plugin-opentelemetry/api');
4
4
 
5
5
 
6
6
 
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/api';
1
+ export * from '@graphql-hive/plugin-opentelemetry/api';
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/api';
1
+ export * from '@graphql-hive/plugin-opentelemetry/api';
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/api';
1
+ export * from '@graphql-hive/plugin-opentelemetry/api';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var pluginOpentelemetry = require('@graphql-mesh/plugin-opentelemetry');
3
+ var pluginOpentelemetry = require('@graphql-hive/plugin-opentelemetry');
4
4
 
5
5
 
6
6
 
@@ -1,3 +1,3 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry';
2
- import '@graphql-mesh/plugin-opentelemetry/api';
3
- import '@graphql-mesh/plugin-opentelemetry/setup';
1
+ export * from '@graphql-hive/plugin-opentelemetry';
2
+ import '@graphql-hive/plugin-opentelemetry/api';
3
+ import '@graphql-hive/plugin-opentelemetry/setup';
@@ -1,3 +1,3 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry';
2
- import '@graphql-mesh/plugin-opentelemetry/api';
3
- import '@graphql-mesh/plugin-opentelemetry/setup';
1
+ export * from '@graphql-hive/plugin-opentelemetry';
2
+ import '@graphql-hive/plugin-opentelemetry/api';
3
+ import '@graphql-hive/plugin-opentelemetry/setup';
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry';
1
+ export * from '@graphql-hive/plugin-opentelemetry';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var setup = require('@graphql-mesh/plugin-opentelemetry/setup');
3
+ var setup = require('@graphql-hive/plugin-opentelemetry/setup');
4
4
 
5
5
 
6
6
 
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/setup';
1
+ export * from '@graphql-hive/plugin-opentelemetry/setup';
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/setup';
1
+ export * from '@graphql-hive/plugin-opentelemetry/setup';
@@ -1 +1 @@
1
- export * from '@graphql-mesh/plugin-opentelemetry/setup';
1
+ export * from '@graphql-hive/plugin-opentelemetry/setup';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
3
+ "version": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -83,28 +83,28 @@
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-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
87
- "@graphql-hive/importer": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
88
- "@graphql-hive/logger": "1.0.1-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
89
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
90
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
91
- "@graphql-hive/pubsub": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
86
+ "@graphql-hive/gateway-runtime": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
87
+ "@graphql-hive/importer": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
88
+ "@graphql-hive/logger": "1.0.1-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
89
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
90
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
91
+ "@graphql-hive/plugin-opentelemetry": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
92
+ "@graphql-hive/pubsub": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
92
93
  "@graphql-mesh/cache-cfw-kv": "^0.105.8",
93
94
  "@graphql-mesh/cache-localforage": "^0.105.9",
94
95
  "@graphql-mesh/cache-redis": "^0.104.8",
95
96
  "@graphql-mesh/cache-upstash-redis": "^0.1.8",
96
97
  "@graphql-mesh/cross-helpers": "^0.4.10",
97
- "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
98
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
98
99
  "@graphql-mesh/plugin-http-cache": "^0.105.8",
99
100
  "@graphql-mesh/plugin-jit": "^0.2.7",
100
- "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
101
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
102
- "@graphql-mesh/plugin-prometheus": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
101
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
102
+ "@graphql-mesh/plugin-prometheus": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
103
103
  "@graphql-mesh/plugin-rate-limit": "^0.104.7",
104
104
  "@graphql-mesh/plugin-snapshot": "^0.104.7",
105
- "@graphql-mesh/transport-http": "1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
106
- "@graphql-mesh/transport-http-callback": "1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
107
- "@graphql-mesh/transport-ws": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
105
+ "@graphql-mesh/transport-http": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
106
+ "@graphql-mesh/transport-http-callback": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
107
+ "@graphql-mesh/transport-ws": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
108
108
  "@graphql-mesh/types": "^0.104.8",
109
109
  "@graphql-mesh/utils": "^0.104.11",
110
110
  "@graphql-tools/code-file-loader": "^8.1.22",
@@ -133,7 +133,7 @@
133
133
  "ws": "^8.18.3"
134
134
  },
135
135
  "devDependencies": {
136
- "@graphql-mesh/transport-common": "1.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
136
+ "@graphql-mesh/transport-common": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
137
137
  "@graphql-mesh/transport-soap": "^0.10.8",
138
138
  "@graphql-tools/executor": "^1.4.9",
139
139
  "@rollup/plugin-commonjs": "^28.0.0",