wip: 4.0.0, prom-client to v11, url-value-parser to v2

This commit is contained in:
Konstantin Pogorelov
2018-08-07 17:55:25 +02:00
parent 45b8f373be
commit 06341c227a
3 changed files with 611 additions and 590 deletions

View File

@@ -15,6 +15,8 @@ const bundle = promBundle({
collectDefaultMetrics: {
timeout: 1000
}
},
urlValueParser: {
}
});

1192
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "express-prom-bundle",
"version": "3.3.0",
"version": "4.0.0",
"description": "express middleware with popular prometheus metrics in one bundle",
"main": "src/index.js",
"keywords": [
@@ -17,11 +17,10 @@
"license": "MIT",
"dependencies": {
"on-finished": "^2.3.0",
"prom-client": "~10.2.2",
"url-value-parser": "^1.0.0"
"prom-client": "~11.1.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"coveralls": "^3.0.2",
"eslint": "^3.19.0",
"express": "^4.15.3",
"istanbul": "^0.4.5",