Closed yndajas closed 10 months ago
When trying to update to prom-client 15, we get a TypeScript error related to express-prom-bundle:
prom-client
express-prom-bundle
node_modules/express-prom-bundle/types/index.d.ts:51:44 - error TS2314: Generic type 'DefaultMetricsCollectorConfiguration<T>' requires 1 type argument(s). 51 promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration }; Found 1 error in node_modules/express-prom-bundle/types/index.d.ts:51
Would it be possible to update this package to support prom-client 15?
v7.0.0 now requires prom-bundle 15 and is compatible with it
When trying to update to
prom-client
15, we get a TypeScript error related toexpress-prom-bundle
:Would it be possible to update this package to support
prom-client
15?