Currently prom-client is added to this package dependencies, but it could lead to serious issues if it's version doesn't match the one used by the service.
Instead, it should be in the package peerDependencies section, ideally with as loose version range as possible.
Hi.
Currently
prom-client
is added to this packagedependencies
, but it could lead to serious issues if it's version doesn't match the one used by the service.Instead, it should be in the package
peerDependencies
section, ideally with as loose version range as possible.Something like this should probably work: