@graphql-mesh/plugin-prometheus 2.1.49 → 2.1.50-rc-56f5f3fca1177841a8812e40636112f8e231e2a9

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-mesh/plugin-prometheus
2
2
 
3
+ ## 2.1.50-rc-56f5f3fca1177841a8812e40636112f8e231e2a9
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [[`2337cb9`](https://github.com/graphql-hive/gateway/commit/2337cb917efd72626c319d952f7713bf3da676d6), [`2337cb9`](https://github.com/graphql-hive/gateway/commit/2337cb917efd72626c319d952f7713bf3da676d6), [`2337cb9`](https://github.com/graphql-hive/gateway/commit/2337cb917efd72626c319d952f7713bf3da676d6)]:
7
+ - @graphql-hive/gateway-runtime@2.9.9-rc-56f5f3fca1177841a8812e40636112f8e231e2a9
8
+ - @graphql-hive/logger@1.1.1-rc-56f5f3fca1177841a8812e40636112f8e231e2a9
9
+
3
10
  ## 2.1.49
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-prometheus",
3
- "version": "2.1.49",
3
+ "version": "2.1.50-rc-56f5f3fca1177841a8812e40636112f8e231e2a9",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,8 +43,8 @@
43
43
  "prom-client": "^13 || ^14.0.0 || ^15.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@graphql-hive/gateway-runtime": "^2.9.8",
47
- "@graphql-hive/logger": "^1.1.0",
46
+ "@graphql-hive/gateway-runtime": "2.9.9-rc-56f5f3fca1177841a8812e40636112f8e231e2a9",
47
+ "@graphql-hive/logger": "1.1.1-rc-56f5f3fca1177841a8812e40636112f8e231e2a9",
48
48
  "@graphql-mesh/cross-helpers": "^0.4.13",
49
49
  "@graphql-mesh/types": "^0.104.27",
50
50
  "@graphql-mesh/utils": "^0.104.36",