Skip to content

@plone/registry 2.1.0

Compare
Choose a tag to compare
@sneridagh sneridagh released this 05 Nov 09:36
· 26 commits to main since this release
c37e4ce

2.1.0 (2024-11-05)

Feature

  • Allow any type js, cjs, mjs, ts as configuration for the add-on registry. @sneridagh #6458

Bugfix

  • Fix ERR_REQUIRE from ESM module requiring CJS module. @sneridagh #6458
  • Fix types for add-on's TypeScript. Fix .tsconfig for Node.js side. @sneridagh #6461

Internal