Warning! this version is only partial compatible to v0.4.0!
This version removed bluebird to provide Promises (breaking change). And also now requires @babel/register
instead of babel-register
when using nss-runfile.babel.js
It also adds support for .mjs
and .cjs
extensions to write your nss-runfile in.
Changelog
- Updated dependencies
- Switched project from
yarn
topnpm
- Removed
bluebird
as dependency nss-runfile.babel.js
now requires@babel/register
- Added support for
nss-runfile.mjs
andnss-runfile.cjs