Skip to content

@pothos/plugin-federation@4.5.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:51
· 6 commits to main since this release
65edd79

Patch Changes

  • d561d35: Add the .js extension to the @apollo/subgraph/dist/types import so the published ESM build loads on Node. @apollo/subgraph ships no exports map and Node's ESM resolver does not guess extensions, so importing @pothos/plugin-federation from an ESM package failed with ERR_MODULE_NOT_FOUND on 4.4.3 through 4.5.0. CJS was unaffected.