Major
- Updated the required Deno version to v1.20.1+.
- Removed a
@ts-ignore
comment within tests that’s redundant for TypeScript v4.6+.
Patch
- Updated dependencies.
- Updated
publicFileResponse.mjs
:
- Prevent directories within a Ruck project public directory from being served as if they are files.
- Close the open file if there’s an error when preparing a public file response.