v1.4.0
Added
- Introduced ESM and UMD versions of this module, each with an ES5 version for browser environments.
Changed
- Removed unnecessary files from the package making it more lightweight.
- Moved to named exports, so importing this should now look like this:
import { RuntimeError } from 'run-time-error'; // instead of import RuntimeError from 'run-time-error';