v0.0.50
peterpeterparker
released this
10 Feb 13:23
·
170 commits
to main
since this release
Features
- Add a
--nocheck
option to the upgrade command to bypass assertion (use at your own risk). This is useful for non-interactive environments like Docker or GitHub Actions when upgrading segments. - Review upgrade command displayed text and add print a message in the terminal to confirm the success of the upgrade.
Build
- Skip lib checks in tsconfig to perform a
tsc --noEmit
before building to CLI for release.