@graphql-hive/plugin-deduplicate-request 1.0.3 → 1.0.4-alpha-8825459f33ddf2e80dac2b4e67b2ace5fca6e7ee

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-hive/plugin-deduplicate-request
2
2
 
3
+ ## 1.0.4-alpha-8825459f33ddf2e80dac2b4e67b2ace5fca6e7ee
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1381](https://github.com/graphql-hive/gateway/pull/1381) [`bda4fe2`](https://github.com/graphql-hive/gateway/commit/bda4fe2eba066f782cb0d1d871534c00ab825d19) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8
+ - Updated dependency [`@graphql-mesh/utils@^0.104.7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.7) (from `^0.104.5`, in `dependencies`)
9
+
3
10
  ## 1.0.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-deduplicate-request",
3
- "version": "1.0.3",
3
+ "version": "1.0.4-alpha-8825459f33ddf2e80dac2b4e67b2ace5fca6e7ee",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,16 +42,16 @@
42
42
  "graphql": "^16.9.0"
43
43
  },
44
44
  "dependencies": {
45
- "@graphql-mesh/utils": "^0.104.5",
45
+ "@graphql-mesh/utils": "^0.104.7",
46
46
  "@graphql-tools/utils": "^10.9.1",
47
47
  "@whatwg-node/promise-helpers": "^1.3.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@graphql-hive/gateway-runtime": "1.10.2",
51
- "@graphql-mesh/types": "^0.104.5",
50
+ "@graphql-hive/gateway-runtime": "1.10.3-alpha-8825459f33ddf2e80dac2b4e67b2ace5fca6e7ee",
51
+ "@graphql-mesh/types": "^0.104.7",
52
52
  "@whatwg-node/fetch": "^0.10.9",
53
53
  "graphql": "^16.9.0",
54
- "pkgroll": "2.15.0"
54
+ "pkgroll": "2.15.3"
55
55
  },
56
56
  "sideEffects": false
57
57
  }