Skip to content

v4.0.0

Compare
Choose a tag to compare
@favna favna released this 04 Dec 22:04
· 105 commits to main since this release
a4390f6

4.0.0 - (2023-12-04)

๐Ÿ  Refactor

๐Ÿ› Bug Fixes

  • Properly split CJS and ESM (41e8cec)
    • ๐Ÿ’ฅ BREAKING CHANGE: This ensures that Pieces will properly load the files
      from the appropiate folder and we properly bundle CJS and ESM.
      To use this version of @sapphire/pieces you have to use @sapphire/framework
      v5.x or higher, or update your own usage of @sapphire/pieces to also
      properly split ESM and CJS.