Skip to content

8.21.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 12:50
· 259 commits to main since this release
f6a2932

@comet/cms-api@8.21.1

Patch Changes

  • 2e2362a: Fix MODULE_NOT_FOUND errors caused by extensionless deep imports of @nestjs/graphql internals. @nestjs/graphql 13.3.0 tightened its exports map so that the "./*": "./*" pattern no longer maps to .js automatically. All deep imports of @nestjs/graphql internals now use explicit .js extensions.