fetch-proxy@0.7.0
Breaking Changes📦 remixView on GitHub →
⚠ 1 breaking🔧 1 symbols
Summary
This release transitions the build system from esbuild to tsc, resulting in a restructured dist directory, and moves @remix-run/headers to peerDependencies.
⚠️ Breaking Changes
- The internal file structure of the 'dist' directory has changed to mirror the 'src' directory due to switching from esbuild to tsc. Deep imports into specific files within the package may break.
Migration Steps
- Update your package manager to ensure @remix-run/headers is installed as it is now a peerDependency.
- If you are importing directly from files inside the 'dist' folder, update the import paths to match the new 'src'-mirrored layout.
🔧 Affected Symbols
dist/*