hapi-statsd
hapi-statsd copied to clipboard
Update to work with Hapi v21
Description
Hi there, Hapi has upgraded to v21 and statsd-client
is no longer maintained. I updated a few things in this PR to support Hapi v21.
- Updated
statsd-client
dependency to now usehot-shots
. statsd-client is no longer maintained, more about this here https://www.npmjs.com/package/statsd-client. - Updated
@hapi/hoek
and@hapi/hapi
dependency
How to test
-
nvm use 18
-
npm i
-
npm run test
All tests should pass.