Breaking
- Require Node.js 12.20 ede1a54
- This package is now pure ESM. Please read this.
ora.promise
is now a named import calledoraPromise
(#181) 9c01990import {oraPromise} from 'ora';
oraPromise
now returns the given promise instead ofthis
(#181) 9c01990- This lets you await it directly, which is more useful than chaining.