file-storage@0.11.0
Breaking Changes📦 remixView on GitHub →
⚠ 2 breaking✨ 1 features🔧 2 symbols
Summary
This release transitions the build process from esbuild to tsc, resulting in a restructured dist directory, and moves @remix-run/lazy-file to peerDependencies.
⚠️ Breaking Changes
- The internal directory structure of the 'dist' folder has changed to mirror the 'src' directory. Direct imports from specific files within 'dist' may break.
- @remix-run/lazy-file has been moved to peerDependencies, requiring manual installation if not already present in the host project.
Migration Steps
- Install @remix-run/lazy-file as a direct dependency if your project requires it.
- Update any deep import paths that reference the 'dist' directory to match the new source-mirrored structure.
✨ New Features
- Switched build system from esbuild to tsc to provide a consistent module layout mirroring the source directory.
🔧 Affected Symbols
@remix-run/lazy-filedist