You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps: upgraded the core package to the latest version (05c8d70)
Build System
rollup: transpilation is no longer done to bring the support level below engines.node (f73df62)
Features
exports: defined an exports map and referenced the esm bundle with a proper extension (13f8bbc)
lift: moved badge creation to the lifter rather than the scaffolder (fccc204)
node-versions: raised the minimum supported node version to v16.14 and dropped v17 support (04d54a5)
BREAKING CHANGES
exports: the exports map prevents access to internal files, but that should not have been a
common use case, so the negative impact should be minimal
node-versions: node v16.14 is now the minimum supported version and v17 support has been dropped
rollup: the bundle was previously tranpiled to support node versions down to v12.20. that
transpilation no longer happens, so no support is promised beyond what is defined in engines.node
lift: badge creation is now part of the lift process rather
than scaffolding