Change8

multipart-parser@0.13.0

Breaking Changes
📦 remix
1 breaking1 features🔧 1 symbols

Summary

This release switches the build tool from esbuild to tsc, resulting in a 'dist' directory that now mirrors the 'src' directory structure.

⚠️ Breaking Changes

  • The internal file structure of the 'dist' directory has changed to mirror the 'src' directory layout. Deep imports targeting specific files within 'dist' will likely break.

Migration Steps

  1. Update any hardcoded import paths that reference files inside the 'dist' folder to match the new directory structure.

✨ New Features

  • Switched build system from esbuild to tsc (TypeScript Compiler) for more consistent output mirroring the source structure.

🔧 Affected Symbols

dist