Currently the code uses ES2015 modules and the Node.js API isn't transpiled in any way before publishing.
This means a simple const rename = require('safe-rename-cli') won't work unless the client also transpiles its dependencies.
To fix this, either finalize the multipackages branch or transpile the library files separately.
Currently the code uses ES2015 modules and the Node.js API isn't transpiled in any way before publishing.
This means a simple
const rename = require('safe-rename-cli')won't work unless the client also transpiles its dependencies.To fix this, either finalize the
multipackagesbranch or transpile the library files separately.