@midwayjs/prometheus 3.0.0-beta.10 → 3.0.0-beta.14

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 +36 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * cos config definition & 3.x doc update ([#1515](https://github.com/midwayjs/midway/issues/1515)) ([0ac7ac5](https://github.com/midwayjs/midway/commit/0ac7ac5805b7ab8873f8792fc1712a74e3223172))
12
+ * **deps:** update dependency prom-client to v14 ([#1486](https://github.com/midwayjs/midway/issues/1486)) ([87b6678](https://github.com/midwayjs/midway/commit/87b6678b179e239f8dbe5d0adb935df2c713d94b))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
19
+
20
+ **Note:** Version bump only for package @midwayjs/prometheus
21
+
22
+
23
+
24
+
25
+
26
+ # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
27
+
28
+ **Note:** Version bump only for package @midwayjs/prometheus
29
+
30
+
31
+
32
+
33
+
34
+ # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
35
+
36
+ **Note:** Version bump only for package @midwayjs/prometheus
37
+
38
+
39
+
40
+
41
+
6
42
  # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
7
43
 
8
44
  **Note:** Version bump only for package @midwayjs/prometheus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/prometheus",
3
- "version": "3.0.0-beta.10",
3
+ "version": "3.0.0-beta.14",
4
4
  "description": "midway component for prometheus",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -23,18 +23,18 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@midwayjs/core": "^3.0.0-beta.10",
27
- "@midwayjs/decorator": "^3.0.0-beta.10",
28
- "@midwayjs/koa": "^3.0.0-beta.10",
29
- "@midwayjs/mock": "^3.0.0-beta.10",
30
- "@types/request": "^2.48.5"
26
+ "@midwayjs/core": "^3.0.0-beta.14",
27
+ "@midwayjs/decorator": "^3.0.0-beta.14",
28
+ "@midwayjs/koa": "^3.0.0-beta.14",
29
+ "@midwayjs/mock": "^3.0.0-beta.14",
30
+ "@types/request": "2.48.8"
31
31
  },
32
32
  "dependencies": {
33
- "prom-client": "^13.1.0",
34
- "request": "^2.88.2"
33
+ "prom-client": "^14.0.0",
34
+ "request": "2.88.2"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=12"
38
38
  },
39
- "gitHead": "153870f2e2dd6b17673ec7591e49224a6bd51b36"
39
+ "gitHead": "95695ada36190cf376e93a1a8866b3fb6dde06bc"
40
40
  }