@graphql-mesh/hmac-upstream-signature 2.0.8-alpha-c96b92d3fb90fba4107bf33160baee24333a90d5 → 2.0.8-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00

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-c96b92d3fb90fba4107bf33160baee24333a90d5
3
+ ## 2.0.8-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00
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-c96b92d3fb90fba4107bf33160baee24333a90d5
12
+ - @graphql-tools/executor-common@1.0.5-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00
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-c96b92d3fb90fba4107bf33160baee24333a90d5",
3
+ "version": "2.0.8-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00",
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-c96b92d3fb90fba4107bf33160baee24333a90d5",
48
+ "@graphql-tools/executor-common": "1.0.5-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00",
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-c96b92d3fb90fba4107bf33160baee24333a90d5",
55
+ "@graphql-hive/gateway-runtime": "2.3.5-alpha-179c4b7bc14e0cf8b473a0d64c7d604239dc8b00",
56
56
  "graphql": "^16.12.0",
57
57
  "graphql-yoga": "^5.16.2",
58
58
  "pkgroll": "2.20.1"