@graphql-hive/gateway 2.0.0-next-07c2d07b11cce6d3f50fadd16b3e36597cd2472f → 2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
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 +19 -14
- package/dist/index.cjs +0 -6
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +15 -16
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-next-
|
3
|
+
## 2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
@@ -17,6 +17,10 @@
|
|
17
17
|
|
18
18
|
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.
|
19
19
|
|
20
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`a83493a`](https://github.com/graphql-hive/gateway/commit/a83493ace7f8c22b8469f0b07ec2ff7bd744eb80) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
|
21
|
+
|
22
|
+
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.
|
23
|
+
|
20
24
|
### Patch Changes
|
21
25
|
|
22
26
|
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
@@ -26,21 +30,22 @@
|
|
26
30
|
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
27
31
|
|
28
32
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
33
|
+
- Removed dependency [`@graphql-mesh/plugin-mock@^0.105.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.6) (from `dependencies`)
|
29
34
|
|
30
35
|
- Updated dependencies [[`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec), [`2375a73`](https://github.com/graphql-hive/gateway/commit/2375a73752497960e18a2d9f58ae70125b89b64a), [`1942a82`](https://github.com/graphql-hive/gateway/commit/1942a82c039703b5682b64bda8464945722d266c), [`dd09ea9`](https://github.com/graphql-hive/gateway/commit/dd09ea939cc92d86559b3d4abe2d2a86a6f84ef4), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec), [`2e5d9e3`](https://github.com/graphql-hive/gateway/commit/2e5d9e3c89569ace0d40e2fabd06c61808fed3b0), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`e08a863`](https://github.com/graphql-hive/gateway/commit/e08a863ad6ed47f3ab9c41efcb4b9434b0d61d59), [`17c1241`](https://github.com/graphql-hive/gateway/commit/17c12417e321dba453d149d08df730307bda300b), [`f008aed`](https://github.com/graphql-hive/gateway/commit/f008aed2fa901905090ef19ec43f8043b5852103), [`f0ff13d`](https://github.com/graphql-hive/gateway/commit/f0ff13d086a30eb156469cdb3452298f2ea0352e), [`dd09ea9`](https://github.com/graphql-hive/gateway/commit/dd09ea939cc92d86559b3d4abe2d2a86a6f84ef4), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`07c2d07`](https://github.com/graphql-hive/gateway/commit/07c2d07b11cce6d3f50fadd16b3e36597cd2472f)]:
|
31
|
-
- @graphql-hive/gateway-runtime@2.0.0-next-
|
32
|
-
- @graphql-mesh/plugin-opentelemetry@2.0.0-next-
|
33
|
-
- @graphql-mesh/plugin-prometheus@2.0.0-next-
|
34
|
-
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-
|
35
|
-
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-
|
36
|
-
- @graphql-mesh/transport-http-callback@1.0.0-next-
|
37
|
-
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-
|
38
|
-
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-
|
39
|
-
- @graphql-mesh/transport-http@1.0.0-next-
|
40
|
-
- @graphql-mesh/transport-ws@2.0.0-next-
|
41
|
-
- @graphql-hive/importer@2.0.0-next-
|
42
|
-
- @graphql-hive/logger@1.0.0-next-
|
43
|
-
- @graphql-hive/pubsub@2.0.0-next-
|
36
|
+
- @graphql-hive/gateway-runtime@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
37
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
38
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
39
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
40
|
+
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
41
|
+
- @graphql-mesh/transport-http-callback@1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
42
|
+
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
43
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
44
|
+
- @graphql-mesh/transport-http@1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
45
|
+
- @graphql-mesh/transport-ws@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
46
|
+
- @graphql-hive/importer@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
47
|
+
- @graphql-hive/logger@1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
48
|
+
- @graphql-hive/pubsub@2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3
|
44
49
|
|
45
50
|
## 1.15.3
|
46
51
|
|
package/dist/index.cjs
CHANGED
@@ -10,7 +10,6 @@ var pluginPrometheus = require('@graphql-mesh/plugin-prometheus');
|
|
10
10
|
var pluginRateLimit = require('@graphql-mesh/plugin-rate-limit');
|
11
11
|
var pluginHttpCache = require('@graphql-mesh/plugin-http-cache');
|
12
12
|
var pluginDeduplicateRequest = require('@graphql-hive/plugin-deduplicate-request');
|
13
|
-
var pluginMock = require('@graphql-mesh/plugin-mock');
|
14
13
|
var pluginSnapshot = require('@graphql-mesh/plugin-snapshot');
|
15
14
|
var cacheCfwKv = require('@graphql-mesh/cache-cfw-kv');
|
16
15
|
var cacheRedis = require('@graphql-mesh/cache-redis');
|
@@ -41,7 +40,6 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
41
40
|
var pluginPrometheus__default = /*#__PURE__*/_interopDefault(pluginPrometheus);
|
42
41
|
var pluginRateLimit__default = /*#__PURE__*/_interopDefault(pluginRateLimit);
|
43
42
|
var pluginHttpCache__default = /*#__PURE__*/_interopDefault(pluginHttpCache);
|
44
|
-
var pluginMock__default = /*#__PURE__*/_interopDefault(pluginMock);
|
45
43
|
var pluginSnapshot__default = /*#__PURE__*/_interopDefault(pluginSnapshot);
|
46
44
|
var cacheCfwKv__default = /*#__PURE__*/_interopDefault(cacheCfwKv);
|
47
45
|
var cacheRedis__default = /*#__PURE__*/_interopDefault(cacheRedis);
|
@@ -80,10 +78,6 @@ Object.defineProperty(exports, "useDeduplicateRequest", {
|
|
80
78
|
enumerable: true,
|
81
79
|
get: function () { return pluginDeduplicateRequest.useDeduplicateRequest; }
|
82
80
|
});
|
83
|
-
Object.defineProperty(exports, "useMock", {
|
84
|
-
enumerable: true,
|
85
|
-
get: function () { return pluginMock__default.default; }
|
86
|
-
});
|
87
81
|
Object.defineProperty(exports, "useSnapshot", {
|
88
82
|
enumerable: true,
|
89
83
|
get: function () { return pluginSnapshot__default.default; }
|
package/dist/index.d.cts
CHANGED
@@ -20,7 +20,6 @@ import { YamlConfig, KeyValueCache } from '@graphql-mesh/types';
|
|
20
20
|
export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
|
21
21
|
export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
|
22
22
|
export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
|
23
|
-
export { default as useMock } from '@graphql-mesh/plugin-mock';
|
24
23
|
export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
|
25
24
|
export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
|
26
25
|
export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
|
package/dist/index.d.ts
CHANGED
@@ -20,7 +20,6 @@ import { YamlConfig, KeyValueCache } from '@graphql-mesh/types';
|
|
20
20
|
export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
|
21
21
|
export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
|
22
22
|
export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
|
23
|
-
export { default as useMock } from '@graphql-mesh/plugin-mock';
|
24
23
|
export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
|
25
24
|
export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
|
26
25
|
export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
|
package/dist/index.js
CHANGED
@@ -9,7 +9,6 @@ export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
|
|
9
9
|
export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
|
10
10
|
export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
|
11
11
|
export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
|
12
|
-
export { default as useMock } from '@graphql-mesh/plugin-mock';
|
13
12
|
export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
|
14
13
|
export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
|
15
14
|
export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "2.0.0-next-
|
3
|
+
"version": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,29 +53,28 @@
|
|
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-next-
|
57
|
-
"@graphql-hive/importer": "2.0.0-next-
|
58
|
-
"@graphql-hive/logger": "1.0.0-next-
|
59
|
-
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-
|
60
|
-
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-
|
61
|
-
"@graphql-hive/pubsub": "2.0.0-next-
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
57
|
+
"@graphql-hive/importer": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
58
|
+
"@graphql-hive/logger": "1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
60
|
+
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
61
|
+
"@graphql-hive/pubsub": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
62
62
|
"@graphql-mesh/cache-cfw-kv": "^0.105.5",
|
63
63
|
"@graphql-mesh/cache-localforage": "^0.105.6",
|
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-next-
|
67
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
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-next-
|
71
|
-
"@graphql-mesh/plugin-
|
72
|
-
"@graphql-mesh/plugin-
|
73
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-next-07c2d07b11cce6d3f50fadd16b3e36597cd2472f",
|
70
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
74
73
|
"@graphql-mesh/plugin-rate-limit": "^0.104.5",
|
75
74
|
"@graphql-mesh/plugin-snapshot": "^0.104.5",
|
76
|
-
"@graphql-mesh/transport-http": "1.0.0-next-
|
77
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-next-
|
78
|
-
"@graphql-mesh/transport-ws": "2.0.0-next-
|
75
|
+
"@graphql-mesh/transport-http": "1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
76
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
77
|
+
"@graphql-mesh/transport-ws": "2.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
79
78
|
"@graphql-mesh/types": "^0.104.5",
|
80
79
|
"@graphql-mesh/utils": "^0.104.5",
|
81
80
|
"@graphql-tools/code-file-loader": "^8.1.15",
|
@@ -91,7 +90,7 @@
|
|
91
90
|
"ws": "^8.18.0"
|
92
91
|
},
|
93
92
|
"devDependencies": {
|
94
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
93
|
+
"@graphql-mesh/transport-common": "1.0.0-next-e1fd32f1cee7a67f6e7743688b2bcc4f1f7136a3",
|
95
94
|
"@graphql-mesh/transport-soap": "^0.10.6",
|
96
95
|
"@graphql-tools/executor": "^1.4.7",
|
97
96
|
"@rollup/plugin-commonjs": "^28.0.0",
|