feat: update package metadata and version to 8.0.2

This commit is contained in:
Félix MARQUET
2025-10-29 13:18:11 +00:00
parent 522e9ad64d
commit 6da4bece87
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,8 @@
# express prometheus bundle
Express middleware with popular prometheus metrics in one bundle. It's also compatible with koa v1 and v2 (see below).
Express middleware with popular prometheus metrics in one bundle. It's also compatible with koa v1 and v2 (see below). This package is a fork from the one from
[Jochen Schweizer](https://github.com/jochen-schweizer/express-prom-bundle).
This library uses **prom-client v15+** as a peer dependency. See: https://github.com/siimon/prom-client

View File

@@ -1,6 +1,6 @@
{
"name": "express-prom-bundle",
"version": "8.0.1",
"name": "@breizhhardware/express-prom-bundle",
"version": "8.0.2",
"description": "express middleware with popular prometheus metrics in one bundle",
"main": "src/index.js",
"keywords": [
@@ -21,7 +21,7 @@
"coverage": "make coverage",
"test-types": "tsd"
},
"author": "Konstantin Pogorelov <or@pluseq.com>",
"author": "BreizhHardware <felix.marquet@horoquartz.com>",
"license": "MIT",
"dependencies": {
"@types/express": "^5.0.0",
@@ -47,7 +47,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jochen-schweizer/express-prom-bundle.git"
"url": "git+https://github.com/breizhhardware/express-prom-bundle.git"
},
"engines": {
"node": ">=18"