@graphql-hive/gateway 1.16.0-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1 → 1.16.0-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c

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 +5 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 1.16.0-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1
3
+ ## 1.16.0-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -71,12 +71,12 @@
71
71
  - Updated dependency [`graphql-yoga@^5.14.0` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.14.0) (from `^5.13.5`, in `dependencies`)
72
72
 
73
73
  - Updated dependencies [[`82d3f6d`](https://github.com/graphql-hive/gateway/commit/82d3f6df10744eecf65f91ad73717c3c7a131aef), [`c8ff573`](https://github.com/graphql-hive/gateway/commit/c8ff573391fdb1e3cf75e49cd6416879353050a1)]:
74
- - @graphql-hive/gateway-runtime@1.10.0-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1
75
- - @graphql-hive/plugin-aws-sigv4@1.0.16-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1
74
+ - @graphql-hive/gateway-runtime@1.10.0-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c
75
+ - @graphql-hive/plugin-aws-sigv4@1.0.16-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c
76
76
  - @graphql-hive/plugin-deduplicate-request@1.0.1
77
77
  - @graphql-mesh/hmac-upstream-signature@1.2.28
78
- - @graphql-mesh/plugin-opentelemetry@1.3.63-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1
79
- - @graphql-mesh/plugin-prometheus@1.3.51-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1
78
+ - @graphql-mesh/plugin-opentelemetry@1.3.63-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c
79
+ - @graphql-mesh/plugin-prometheus@1.3.51-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c
80
80
 
81
81
  ## 1.15.4
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.0-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1",
3
+ "version": "1.16.0-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,9 +53,9 @@
53
53
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
54
54
  "@escape.tech/graphql-armor-max-depth": "^2.4.0",
55
55
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
56
- "@graphql-hive/gateway-runtime": "1.10.0-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1",
56
+ "@graphql-hive/gateway-runtime": "1.10.0-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c",
57
57
  "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/plugin-aws-sigv4": "1.0.16-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.16-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c",
59
59
  "@graphql-hive/plugin-deduplicate-request": "^1.0.1",
60
60
  "@graphql-hive/pubsub": "^1.0.0",
61
61
  "@graphql-mesh/cache-cfw-kv": "^0.105.5",
@@ -68,8 +68,8 @@
68
68
  "@graphql-mesh/plugin-jit": "^0.2.5",
69
69
  "@graphql-mesh/plugin-jwt-auth": "^1.5.6",
70
70
  "@graphql-mesh/plugin-mock": "^0.105.6",
71
- "@graphql-mesh/plugin-opentelemetry": "1.3.63-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1",
72
- "@graphql-mesh/plugin-prometheus": "1.3.51-alpha-c8ff573391fdb1e3cf75e49cd6416879353050a1",
71
+ "@graphql-mesh/plugin-opentelemetry": "1.3.63-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c",
72
+ "@graphql-mesh/plugin-prometheus": "1.3.51-alpha-3453d0c7da2d8c7627e98d9c59f909ed52dfaf8c",
73
73
  "@graphql-mesh/plugin-rate-limit": "^0.104.5",
74
74
  "@graphql-mesh/plugin-snapshot": "^0.104.5",
75
75
  "@graphql-mesh/transport-http": "^0.6.43",