catbox icon indicating copy to clipboard operation
catbox copied to clipboard

Validate engines to detect legacy adaptor modules

Open devinivy opened this issue 3 years ago • 0 comments

We are changing the catbox adaptors to export { Engine } so that they are more ESM-friendly modules. We would like to pair that with an update to catbox so that it detects when a user hasn't updated usage of the adaptor to reflect this update. This should provide a friendlier upgrade path for users updating the package versions of their adaptors, and provide a more useful error message. See also https://github.com/hapijs/catbox-memory/pull/86

devinivy avatar May 16 '22 19:05 devinivy