Skip to content

Commit

Permalink
Merge pull request #375 from jeffijoe/fix-exports
Browse files Browse the repository at this point in the history
Update packages, add back package `exports`, bump TS target for browser build
  • Loading branch information
jeffijoe authored Oct 4, 2024
2 parents ff5c020 + 1b9ec35 commit b962a42
Show file tree
Hide file tree
Showing 6 changed files with 2,232 additions and 1,649 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v12.0.0

- **BREAKING**: Bump TypeScript transpilation target for browser build from `ES5` to `ES2020`
- Update packages
- Add `exports` field to `package.json`, allowing you to explicitly import the browser build using `import { createContainer } from 'awilix/browser'`

# v11.0.4

- Undo all `exports` changes as it broke downstream consumers
Expand Down
Loading

0 comments on commit b962a42

Please sign in to comment.