Skip to content

v5.3.1

Latest

Choose a tag to compare

@MrRefactoring MrRefactoring released this 26 Feb 17:45
6f9b560

Bug Fixes

  • #416: Fixed mime.getType is not a function when using the CommonJS build. Replaced the ESM-only mime dependency with mime-types, which supports both ESM and CJS. Thanks to Alxs39 for reporting this issue.