Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): upgrade object-hash to support async/await syntax
- object-hash v2.0.2 adds/fixes support for async functions - object-hash v2 has no breaking changes, just drops testing of Node < 6 - Node 5 was EOL April 2018, and on top of that Node 6 was EOL April 2019, and Node 8 was EOL December 2019, so this is still more tested support than is necessary - objectHashIgnoreUnknownHack isn't useful for its original purpose to workaround this, but is still useful for other types of objects/syntaxes that object-hash may not handle yet (e.g. async generator functions), so leave the hack in - might be good to add a warning though? so that those who used this option for async/await can upgrade and remove it (and have a stable cache again)
- Loading branch information