@graphql-mesh/plugin-prometheus 2.1.48 → 2.1.49-alpha-f9eb2839df5c4e46f8365b9c5f8bd65229fd4d94
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @graphql-mesh/plugin-prometheus
|
|
2
2
|
|
|
3
|
+
## 2.1.49-alpha-f9eb2839df5c4e46f8365b9c5f8bd65229fd4d94
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2328](https://github.com/graphql-hive/gateway/pull/2328) [`b3a4d7f`](https://github.com/graphql-hive/gateway/commit/b3a4d7f2f42b180f871ff727f74603d33b956136) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-mesh/types@0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.105.0) (from `^0.104.27`, in `dependencies`)
|
|
11
|
+
- Updated dependencies [[`b3a4d7f`](https://github.com/graphql-hive/gateway/commit/b3a4d7f2f42b180f871ff727f74603d33b956136)]:
|
|
12
|
+
- @graphql-hive/gateway-runtime@2.9.8-alpha-f9eb2839df5c4e46f8365b9c5f8bd65229fd4d94
|
|
13
|
+
|
|
3
14
|
## 2.1.48
|
|
4
15
|
### Patch Changes
|
|
5
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/plugin-prometheus",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.49-alpha-f9eb2839df5c4e46f8365b9c5f8bd65229fd4d94",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"prom-client": "^13 || ^14.0.0 || ^15.0.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@graphql-hive/gateway-runtime": "
|
|
46
|
+
"@graphql-hive/gateway-runtime": "2.9.8-alpha-f9eb2839df5c4e46f8365b9c5f8bd65229fd4d94",
|
|
47
47
|
"@graphql-hive/logger": "^1.1.0",
|
|
48
48
|
"@graphql-mesh/cross-helpers": "^0.4.13",
|
|
49
|
-
"@graphql-mesh/types": "
|
|
49
|
+
"@graphql-mesh/types": "0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7",
|
|
50
50
|
"@graphql-mesh/utils": "^0.104.36",
|
|
51
51
|
"@graphql-tools/utils": "^11.0.0",
|
|
52
52
|
"@graphql-yoga/plugin-prometheus": "^6.11.3",
|