This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Breaking Change! Maker.create() is now asynchronous
This release updates plugin handling to accept an optional configuration object, and refactors Maker.create()
to be async. This allows plugins to perform async operations during setup.
const maker = await Maker.create(...)