Skip to content

@uploadthing/[email protected]

Compare
Choose a tag to compare
@t3dotgg t3dotgg released this 25 May 00:41
· 71 commits to main since this release
ce56e58

Patch Changes

  • #808 4fea8f4 Thanks @juliusmarminge! - fix treeshakeability of Effect dependency by avoiding top-level function calls, and falling back to #__PURE__ directives otherwise

    Importing some utility from e.g. @uploadthing/shared should not explode bundle if Effect isn't used for other stuff

  • #810 4f57264 Thanks @juliusmarminge! - dump all matching mimetypes when using "catch-all" generic types to support more browser / OS configurations

  • #813 7d93270 Thanks @juliusmarminge! - refactor header parsing to support breaking change in Node.js 20.13