@graphql-mesh/hmac-upstream-signature 2.0.8-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a → 2.0.8-alpha-40babe10253f9c13986488694b1370fccad6c297

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/hmac-upstream-signature
2
2
 
3
- ## 2.0.8-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a
3
+ ## 2.0.8-alpha-40babe10253f9c13986488694b1370fccad6c297
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -9,7 +9,7 @@
9
9
 
10
10
  - Updated dependency [`@graphql-tools/utils@^10.10.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.10.3) (from `^10.10.1`, in `dependencies`)
11
11
  - Updated dependencies [[`7ecaf7e`](https://github.com/graphql-hive/gateway/commit/7ecaf7e8f658c4e4c1a91d1e8db3c1a8ceca51cb)]:
12
- - @graphql-tools/executor-common@1.0.5-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a
12
+ - @graphql-tools/executor-common@1.0.5-alpha-40babe10253f9c13986488694b1370fccad6c297
13
13
 
14
14
  ## 2.0.7
15
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/hmac-upstream-signature",
3
- "version": "2.0.8-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
3
+ "version": "2.0.8-alpha-40babe10253f9c13986488694b1370fccad6c297",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,14 +45,14 @@
45
45
  "@graphql-mesh/cross-helpers": "^0.4.10",
46
46
  "@graphql-mesh/types": "^0.104.16",
47
47
  "@graphql-mesh/utils": "^0.104.16",
48
- "@graphql-tools/executor-common": "1.0.5-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
48
+ "@graphql-tools/executor-common": "1.0.5-alpha-40babe10253f9c13986488694b1370fccad6c297",
49
49
  "@graphql-tools/utils": "^10.10.3",
50
50
  "@whatwg-node/promise-helpers": "^1.3.2",
51
51
  "json-stable-stringify": "^1.1.1",
52
52
  "tslib": "^2.8.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@graphql-hive/gateway-runtime": "2.3.5-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
55
+ "@graphql-hive/gateway-runtime": "2.3.5-alpha-40babe10253f9c13986488694b1370fccad6c297",
56
56
  "graphql": "^16.12.0",
57
57
  "graphql-yoga": "^5.16.2",
58
58
  "pkgroll": "2.20.1"