v0.4.1
Bug Fixes
- CLI: Fixed compatibility with NestJS (and other projects using
moduleResolution: nodenext) — the CLI ts-node bootstrap now explicitly overridesmoduleResolutiontonodeand disablesresolvePackageJsonExports, preventingTS5110andTS5096errors when runningorion migrate,migrate:rollback, etc.