@graphql-hive/plugin-deduplicate-request 2.0.7-alpha-6974ed63316c9d116315db243f5eec99d067b68d → 2.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/plugin-deduplicate-request
2
2
 
3
- ## 2.0.7-alpha-6974ed63316c9d116315db243f5eec99d067b68d
3
+ ## 2.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802
4
4
  ### Patch Changes
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-deduplicate-request",
3
- "version": "2.0.7-alpha-6974ed63316c9d116315db243f5eec99d067b68d",
3
+ "version": "2.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,9 +47,9 @@
47
47
  "@whatwg-node/promise-helpers": "^1.3.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@graphql-hive/gateway-runtime": "2.3.3-alpha-6974ed63316c9d116315db243f5eec99d067b68d",
50
+ "@graphql-hive/gateway-runtime": "2.3.3-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802",
51
51
  "@graphql-mesh/types": "^0.104.16",
52
- "@whatwg-node/fetch": "^0.10.12",
52
+ "@whatwg-node/fetch": "^0.10.13",
53
53
  "graphql": "^16.12.0",
54
54
  "pkgroll": "2.20.1"
55
55
  },