Skip to content

Fix extended-typeorm ESM imports#6

Open
phroi wants to merge 3 commits into
rosen-bridge:devfrom
sonami-tech:fix-extended-typeorm-esm-imports
Open

Fix extended-typeorm ESM imports#6
phroi wants to merge 3 commits into
rosen-bridge:devfrom
sonami-tech:fix-extended-typeorm-esm-imports

Conversation

@phroi

@phroi phroi commented May 10, 2026

Copy link
Copy Markdown

Why

  • Make @rosen-bridge/extended-typeorm load correctly under native Node 22 ESM resolution.
  • Keep CLI Docker examples aligned with the Rosen Node 22 baseline.

Changes

  • Add .js specifiers to relative runtime imports in extended-typeorm TypeScript source.
  • Add a changeset for the ESM import fix.
  • Update CLI README Docker examples from Node 20.11 to Node 22.18.0.

Dependency Notes

This package-level ESM fix is independent from the notification package fix, but both should be published before the watcher Node 22 release.

Related prerequisite package fix:

Checks

  • npm run type-check --workspace @rosen-bridge/extended-typeorm
  • npm run build --workspace @rosen-bridge/extended-typeorm
  • npm run test --workspace @rosen-bridge/extended-typeorm: 2 passed
  • npm run type-check --workspace @rosen-bridge/cli
  • npm run test --workspaces --if-present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant