puzpuzpuz / cls-rtracer

Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included
MIT License
311 stars 24 forks source link

#12 Add Hapi plugin #14

Closed batrudinych closed 5 years ago

batrudinych commented 5 years ago

Closes #12 - added Hapi plugin.

By the way, shouldn't @types/node be explicitly added as a dev dep?

puzpuzpuz commented 5 years ago

By the way, shouldn't @types/node be explicitly added as a dev dep?

At the moment TS typings are not validated by a tsc call, so this dep is not required. But it may be a good idea to start validating typings. I'll create a GH issue for that enhancement.