hapi-statsd icon indicating copy to clipboard operation
hapi-statsd copied to clipboard

Update to work with Hapi v21

Open harriswong opened this issue 2 years ago • 0 comments

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.

  1. Updated statsd-client dependency to now use hot-shots. statsd-client is no longer maintained, more about this here https://www.npmjs.com/package/statsd-client.
  2. Updated @hapi/hoek and @hapi/hapi dependency

How to test

  1. nvm use 18
  2. npm i
  3. npm run test

All tests should pass.

harriswong avatar Mar 02 '23 22:03 harriswong