hoek
hoek copied to clipboard
Node utilities shared among the extended hapi universe
TS definition is currently missing the options parameter of [wait function](https://github.com/hapijs/hoek/blob/master/lib/wait.js#L8)
This PR fixes a `Hoek.clone(err)` issue introduced in node v21. ### The problem Node 21 updates the V8 engine to 11.8, which includes [a patch](https://github.com/v8/v8/commit/79cdd69a1cfa9d3b4d9b6dec7203db4dabe618b4) from v11.5.1 that changes how...
Are the Types Wrong (https://arethetypeswrong.github.io/?p=%40hapi%2Fhoek%4011.0.4) was reporting the following errors: * [Used fallback condition](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FallbackCondition.md) - Import resolved to types through a conditional package.json export, but only after failing to resolve...
### Runtime Node.js ### Runtime version 18.20.2 ### Module version 11.0.2 ### Last module version without issue _No response_ ### Used with Hapi ### Any other relevant information _No response_...