dependabot npm(deps): bump prom-client from 15.1.1 to 15.1.2
Bumps prom-client from 15.1.1 to 15.1.2.
Release notes
Sourced from prom-client's releases.
v15.1.2
What's Changed
- Enable
bun.js
by catchingNotImplemented
errorby@owlcode
in siimon/prom-client#624- Add
Registry.PROMETHEUS_CONTENT_TYPE
andRegistry.OPENMETRICS_CONTENT_TYPE
constants to the TypeScript types by@SimenB
in siimon/prom-client#626- Correctly read and set
contentType
top level export by@SimenB
in siimon/prom-client#625New Contributors
@owlcode
made their first contribution in siimon/prom-client#624Full Changelog: https://github.com/siimon/prom-client/compare/v15.1.1...v15.1.2
Changelog
Sourced from prom-client's changelog.
[15.1.2] - 2024-04-16
Changed
- Add
Registry.PROMETHEUS_CONTENT_TYPE
andRegistry.OPENMETRICS_CONTENT_TYPE
constants to the TypeScript types- Correctly read and set
contentType
top level exportAdded
- Enable
bun.js
by catchingNotImplemented
error (Fixes #570)