| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-10 | 932 Bytes | |
| v0.38.0 source code.tar.gz | 2026-06-10 | 2.6 MB | |
| v0.38.0 source code.zip | 2026-06-10 | 3.3 MB | |
| Totals: 3 Items | 6.0 MB | 0 | |
Added
- End-to-end inference for the in-process typed client.
Appis now generic over the tuple of routes it has registered, socreateClient(app)/ClientFor<App>recover preciseoperationIdkeys, typed params, and a discriminated response union — zero codegen, no runtime change. Inference relies on chaining theroute()calls; a widening: Appannotation erases the tuple.
Changed
create-daloytemplates now use.tsrelative import specifiers (e.g../build-app.ts) so imports match the files on disk.@daloyjs/corenpm + JSR output is unchanged.
Fixed
create-daloyDockerfile package-manager scaffolding on CRLF working trees.patchDockerfileForPackageManagersubstitutions are now CRLF-tolerant (\r?\n), fixing scaffolding on Windows checkouts and packages published from a Windows host.
Full changelog: https://github.com/daloyjs/daloy/compare/v0.37.0...v0.38.0