Tags: chaijs/chai
Tags
build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 (#1706) Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.9 to 3.1.1. - [Commits](mafintosh/tar-fs@v3.0.9...v3.1.1) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 3.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: remove unbundled sources (#1700) * feat: remove unbundled sources We used to ship two of everything: - `lib` - the unbundled sources - `chai.js` - the bundle We then moved to only shipping `lib`, but this results in a slower and slightly larger package. This reverses that decision, such that we have only `index.js` (a bundle, what was `chai.js` before), and no longer have `lib`. * feat: move deps to dev dependencies
fix: reintroduce bundle (#1699) It turns out removing the bundle meant that chai loads a lot slower thanks to module resolution, etc. This reintroduces the bundle for 5.x, which will later become the only entrypoint in 6.x (i.e. `lib` will no longer be shipped).
chore: remove bundled chai (#1694) Removes the chai bundle such that `chai.js` is now an entry point just like `index.js`. We're keeping it around for now since there may be users directly importing the file. It was already re-exporting what exists in `index.js`, so this shouldn't be a breaking change.
PreviousNext