Releases: iver-wharf/wharf-collect-licenses-js
Releases · iver-wharf/wharf-collect-licenses-js
v2.0.0 wharf-collect-licenses-js
NPM package
Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses
npm install --save-dev @iver-wharf/[email protected]
Changes (since v1.0.1)
-
BREAKING: Changed package to ES module to stay compatible with node-fetch. This drops support for usage by CommonJS modules. (#6)
If importing this package in a script file, a quick fix is to rename the file from
myscript.js
tomyscript.mjs
, and then runnode myscript.mjs
.
v1.0.1 wharf-collect-licenses-js
⚠️ This version turned out to be unusable due to an issue of conflicting module types between CommonJS modules and ES modules. Please refer to the v2.0.0 release instead.
NPM package
Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses
npm install --save-dev @iver-wharf/[email protected]
Changes (since v1.0.0)
- Security: Changed version of node-fetch from 2.6.5 to 3.2.0 for CVE-2022-0235. (#3)
v1.0.0 - wharf-collect-licenses-js
NPM package
Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses
npm install --save-dev @iver-wharf/[email protected]
Changes
- Initial release. (#2)