@graphql-mesh/hmac-upstream-signature 1.2.14 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphql-mesh/hmac-upstream-signature
2
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
+
3
11
  ## 1.2.14
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/hmac-upstream-signature",
3
- "version": "1.2.14",
3
+ "version": "1.2.15-alpha-eb736ee474ead6a86541219bead276f902bd3cbb",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,6 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@graphql-mesh/cross-helpers": "^0.4.8",
46
- "@graphql-mesh/store": "^0.103.4",
47
46
  "@graphql-mesh/transport-common": "^0.7.21",
48
47
  "@graphql-mesh/types": "^0.103.4",
49
48
  "@graphql-mesh/utils": "^0.103.4",
@@ -52,7 +51,7 @@
52
51
  "tslib": "^2.4.0"
53
52
  },
54
53
  "devDependencies": {
55
- "@graphql-hive/gateway": "1.6.0",
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",