@graphql-mesh/hmac-upstream-signature 1.2.14-rc-0fb8eb1cb24870c0031d3b1fc137780e43ababd4 → 1.2.15-alpha-eb736ee474ead6a86541219bead276f902bd3cbb
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.
- package/CHANGELOG.md +10 -2
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
# @graphql-mesh/hmac-upstream-signature
|
2
2
|
|
3
|
-
## 1.2.
|
3
|
+
## 1.2.15-alpha-eb736ee474ead6a86541219bead276f902bd3cbb
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#286](https://github.com/graphql-hive/gateway/pull/286) [`db905b0`](https://github.com/graphql-hive/gateway/commit/db905b0b78d87ee41e06ca8d02a321c7a1dcc509) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
8
|
+
|
9
|
+
- Removed dependency [`@graphql-mesh/store@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.103.4) (from `dependencies`)
|
10
|
+
|
11
|
+
## 1.2.14
|
4
12
|
|
5
13
|
### Patch Changes
|
6
14
|
|
@@ -9,7 +17,7 @@
|
|
9
17
|
- Updated dependency [`@graphql-tools/utils@^10.6.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.2) (from `^10.6.0`, in `dependencies`)
|
10
18
|
|
11
19
|
- Updated dependencies [[`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4)]:
|
12
|
-
- @graphql-mesh/transport-common@0.7.21
|
20
|
+
- @graphql-mesh/transport-common@0.7.21
|
13
21
|
|
14
22
|
## 1.2.13
|
15
23
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/hmac-upstream-signature",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.15-alpha-eb736ee474ead6a86541219bead276f902bd3cbb",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -43,8 +43,7 @@
|
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
45
|
"@graphql-mesh/cross-helpers": "^0.4.8",
|
46
|
-
"@graphql-mesh/
|
47
|
-
"@graphql-mesh/transport-common": "0.7.21-rc-0fb8eb1cb24870c0031d3b1fc137780e43ababd4",
|
46
|
+
"@graphql-mesh/transport-common": "^0.7.21",
|
48
47
|
"@graphql-mesh/types": "^0.103.4",
|
49
48
|
"@graphql-mesh/utils": "^0.103.4",
|
50
49
|
"@graphql-tools/utils": "^10.6.2",
|
@@ -52,7 +51,7 @@
|
|
52
51
|
"tslib": "^2.4.0"
|
53
52
|
},
|
54
53
|
"devDependencies": {
|
55
|
-
"@graphql-hive/gateway": "1.6.
|
54
|
+
"@graphql-hive/gateway": "1.6.2-alpha-eb736ee474ead6a86541219bead276f902bd3cbb",
|
56
55
|
"@types/json-stable-stringify": "^1.1.0",
|
57
56
|
"graphql": "^16.9.0",
|
58
57
|
"graphql-yoga": "^5.10.3",
|