file-storage@0.13.5
📦 remixView on GitHub →
✨ 4 features🔧 5 symbols
Summary
This patch introduces generic FileStorage and updates filesystem storage to persist file sizes in metadata. It also bumps several internal Remix dependencies.
✨ New Features
- Added a FileLike alias.
- Made FileStorage generic over the concrete File value returned by each backend.
- createFsFileStorage() now exposes LazyFile return types from get() and put().
- Filesystem storage now persists file sizes in metadata instead of deriving them separately when listing files with metadata.