@graphql-hive/plugin-deduplicate-request 2.0.6 → 2.0.7-alpha-d093ad099a97dcb01290adb99ff33d07fa21c17e
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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @graphql-hive/plugin-deduplicate-request
|
|
2
2
|
|
|
3
|
+
## 2.0.7-alpha-d093ad099a97dcb01290adb99ff33d07fa21c17e
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#1677](https://github.com/graphql-hive/gateway/pull/1677) [`d093ad0`](https://github.com/graphql-hive/gateway/commit/d093ad099a97dcb01290adb99ff33d07fa21c17e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-mesh/utils@^0.104.16` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.16) (from `^0.104.15`, in `dependencies`)
|
|
11
|
+
|
|
3
12
|
## 2.0.6
|
|
4
13
|
### Patch Changes
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-deduplicate-request",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7-alpha-d093ad099a97dcb01290adb99ff33d07fa21c17e",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"graphql": "^16.12.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@graphql-mesh/utils": "^0.104.
|
|
45
|
+
"@graphql-mesh/utils": "^0.104.16",
|
|
46
46
|
"@graphql-tools/utils": "^10.10.1",
|
|
47
47
|
"@whatwg-node/promise-helpers": "^1.3.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@graphql-hive/gateway-runtime": "2.3.
|
|
51
|
-
"@graphql-mesh/types": "^0.104.
|
|
50
|
+
"@graphql-hive/gateway-runtime": "2.3.3-alpha-d093ad099a97dcb01290adb99ff33d07fa21c17e",
|
|
51
|
+
"@graphql-mesh/types": "^0.104.16",
|
|
52
52
|
"@whatwg-node/fetch": "^0.10.12",
|
|
53
53
|
"graphql": "^16.12.0",
|
|
54
54
|
"pkgroll": "2.20.1"
|