Update to node v18-compatible versions of hapi modules.
Changed export to exports.Engine rather than module.exports for more standard ESM usage. If that seems fine, I'll apply the same convention to catbox-redis, etc.
If this looks good, this will go out as catbox-memory v6.
exports.Engine
rather thanmodule.exports
for more standard ESM usage. If that seems fine, I'll apply the same convention to catbox-redis, etc.If this looks good, this will go out as catbox-memory v6.