Skip to content

Fedify 2.0.10

Choose a tag to compare

@github-actions github-actions released this 31 Mar 07:27
· 972 commits to main since this release
2.0.10
bac30c8

Released on March 31, 2026.

@fedify/lint

  • Fixed the published ESM output paths for @fedify/lint so the package exports and type declarations point to the actual files generated by tsdown. This restores imports such as import fedifyLint from "@fedify/lint" in documentation examples and other TypeScript consumers.

@fedify/init

  • Restored the npm entrypoint contract for @fedify/init after the tsdown upgrade started publishing dist/*.mjs files while the package metadata still exported dist/*.js and dist/*.d.ts. Node consumers such as @fedify/cli can start again, including npx -y @fedify/cli --help. [#655]

@fedify/create

  • Restored the npm CLI entrypoint for @fedify/create so the published bin and exports paths once again point to generated dist/mod.js output instead of missing dist/mod.js files. This prevents the same packaging regression from breaking npm init @fedify. [#655]