Loading CHANGES.md +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ Version 1.7.15 To be released. - Fixed a bug where TypeScript declaration files (*.d.ts*) were not included in the npm package, causing type errors when importing the package. Version 1.7.14 -------------- Loading Loading @@ -204,6 +207,15 @@ Released on June 25, 2025. [#252]: https://github.com/fedify-dev/fedify/pull/252 Version 1.6.14 -------------- Released on December 20, 2025. - Fixed a bug where TypeScript declaration files (*.d.ts*) were not included in the npm package, causing type errors when importing the package. Version 1.6.13 -------------- Loading fedify/tsdown.config.ts +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ export default [ "./x/hono.ts", "./x/sveltekit.ts", ], hash: false, dts: true, platform: "neutral", external: [/^node:/], Loading @@ -36,6 +37,7 @@ export default [ ) .map((f) => f.replace(sep, "/")), ], hash: false, dts: true, external: [/^node:/], inputOptions: { Loading Loading
CHANGES.md +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ Version 1.7.15 To be released. - Fixed a bug where TypeScript declaration files (*.d.ts*) were not included in the npm package, causing type errors when importing the package. Version 1.7.14 -------------- Loading Loading @@ -204,6 +207,15 @@ Released on June 25, 2025. [#252]: https://github.com/fedify-dev/fedify/pull/252 Version 1.6.14 -------------- Released on December 20, 2025. - Fixed a bug where TypeScript declaration files (*.d.ts*) were not included in the npm package, causing type errors when importing the package. Version 1.6.13 -------------- Loading
fedify/tsdown.config.ts +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ export default [ "./x/hono.ts", "./x/sveltekit.ts", ], hash: false, dts: true, platform: "neutral", external: [/^node:/], Loading @@ -36,6 +37,7 @@ export default [ ) .map((f) => f.replace(sep, "/")), ], hash: false, dts: true, external: [/^node:/], inputOptions: { Loading