@plone/registry 2.1.0
sneridagh
released this
05 Nov 09:36
·
26 commits
to main
since this release
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
- Replace
parcel
withtsup
for build. @sneridagh #6461