v2.1.9
Update dependency chai to v6
Notable changes
- fix: keep function/class names in bundle by @43081j in https://github.com/chaijs/chai/pull/1701
- feat: remove unbundled sources by @43081j in https://github.com/chaijs/chai/pull/1700
chaijs/chai (chai)
v6.0.1
What's Changed
- fix: keep function/class names in bundle by @43081j in https://github.com/chaijs/chai/pull/1701
Full Changelog: chaijs/chai@v6.0.0...v6.0.1
v6.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: chaijs/chai@v5.3.2...v6.0.0
List of commits
fc77f2d (Update dependency chai to v6, 2025-09-11)