@graphql-mesh/hmac-upstream-signature 1.2.9-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5 → 1.2.9-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790

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
- ## 1.2.9-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5
3
+ ## 1.2.9-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - Removed dependency [`@graphql-mesh/utils@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.0) (from `dependencies`)
11
11
 
12
12
  - Updated dependencies [[`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf)]:
13
- - @graphql-mesh/transport-common@0.7.16-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5
13
+ - @graphql-mesh/transport-common@0.7.16-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
14
14
 
15
15
  ## 1.2.8
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/hmac-upstream-signature",
3
- "version": "1.2.9-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5",
3
+ "version": "1.2.9-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,14 +44,14 @@
44
44
  "dependencies": {
45
45
  "@graphql-mesh/cross-helpers": "^0.4.7",
46
46
  "@graphql-mesh/store": "^0.103.0",
47
- "@graphql-mesh/transport-common": "^0.7.16-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5",
47
+ "@graphql-mesh/transport-common": "^0.7.16-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
48
48
  "@graphql-mesh/types": "^0.103.0",
49
49
  "@graphql-tools/utils": "^10.6.0",
50
50
  "json-stable-stringify": "^1.1.1",
51
51
  "tslib": "^2.4.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@graphql-hive/gateway": "1.5.3-alpha-d56733b7450c611a8c50cfb65e083c7becf078f5",
54
+ "@graphql-hive/gateway": "1.5.3-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
55
55
  "@types/json-stable-stringify": "^1.1.0",
56
56
  "graphql": "^16.9.0",
57
57
  "graphql-yoga": "^5.7.0",