Skip to content

3.0.0 Support ESM and inquirer v9

Compare
Choose a tag to compare
@mokkabonna mokkabonna released this 28 Sep 21:37
· 46 commits to master since this release

inquier-autocomplete-prompts is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules

Lock your dependency to v2 if you wish to stay on commonjs (require) syntax.