Fedify 2.0.10
Released on March 31, 2026.
@fedify/lint
- Fixed the published ESM output paths for
@fedify/lintso the package exports and type declarations point to the actual files generated bytsdown. This restores imports such asimport fedifyLint from "@fedify/lint"in documentation examples and other TypeScript consumers.
@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]