Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@fkrauthan fkrauthan released this 04 Feb 07:38

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 to pnpm
  • Removed bluebird as dependency
  • nss-runfile.babel.js now requires @babel/register
  • Added support for nss-runfile.mjs and nss-runfile.cjs