Fedify 1.8.14
Released on October 19, 2025.
@fedify/testing
- Fixed JSR publishing hanging indefinitely at the processing stage. The issue was caused by TypeScript function overload signatures in
MockContextandMockFederationclasses that triggered a bug in JSR's type analyzer. All method overloads have been removed and simplified to useanytypes where necessary. [#468, #470]
@fedify/cli
- Fixed
fedifycommand failing on Windows withPermissionDeniederror when trying to locate or execute package managers during initialization. The CLI now properly handles *.cmd and *.bat files on Windows by invoking them throughcmd /c. [#463]