chai 6.0.0
BREAKING CHANGES
Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.
What's Changed
- feat: remove unbundled sources by @43081j in https://github.com/chaijs/chai/pull/1700
Full Changelog: https://github.com/chaijs/chai/compare/v5.3.2...v6.0.0