Skip to content

v0.4.1

Choose a tag to compare

@wrsouza wrsouza released this 10 Jun 03:03
· 5 commits to main since this release

Bug Fixes

  • CLI: Fixed compatibility with NestJS (and other projects using moduleResolution: nodenext) — the CLI ts-node bootstrap now explicitly overrides moduleResolution to node and disables resolvePackageJsonExports, preventing TS5110 and TS5096 errors when running orion migrate, migrate:rollback, etc.