@graphql-mesh/hmac-upstream-signature 1.2.9-rc-1c43fa9d0bbee04d647dfe53e30a0c066f196fa8 → 1.2.9-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +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-rc-
|
3
|
+
## 1.2.9-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770
|
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-rc-
|
13
|
+
- @graphql-mesh/transport-common@0.7.16-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770
|
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-rc-
|
3
|
+
"version": "1.2.9-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770",
|
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-rc-
|
47
|
+
"@graphql-mesh/transport-common": "^0.7.16-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770",
|
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-rc-
|
54
|
+
"@graphql-hive/gateway": "1.5.3-rc-7eccca7f98a4efef1a6817dc6c2dbd5a95ed5770",
|
55
55
|
"@types/json-stable-stringify": "^1.1.0",
|
56
56
|
"graphql": "^16.9.0",
|
57
57
|
"graphql-yoga": "^5.7.0",
|