Fedify 2.1.3
Released on March 31, 2026.
@fedify/init
- Restored the npm entrypoint contract for
@fedify/initafter thetsdownupgrade started publishingdist/*.mjsfiles while the package metadata still exporteddist/*.jsanddist/*.d.ts. Node consumers such as@fedify/clican start again, includingnpx -y @fedify/cli --help. [#655]
@fedify/create
- Restored the npm CLI entrypoint for
@fedify/createso the publishedbinandexportspaths once again point to generateddist/mod.jsoutput instead of missingdist/mod.jsfiles. This prevents the same packaging regression from breakingnpm init @fedify. [#655]