hapi icon indicating copy to clipboard operation
hapi copied to clipboard

Explicitly add dependency @hapi/iron

Open hraban opened this issue 1 year ago • 5 comments

Fixes typescript compilation for downstream projects where npm can't flatten this nested dependency into top. The only reason this appears to work here is because it is transitively included by statehood.

Required here:

https://github.com/hapijs/hapi/blob/c6d881ff10e3e102c2af99f117901740ee048d7d/lib/types/server/state.d.ts#L2

hraban avatar Mar 16 '23 11:03 hraban