Skip to content

Commit b962a42

Browse files
authored
Merge pull request #375 from jeffijoe/fix-exports
Update packages, add back package `exports`, bump TS target for browser build
2 parents ff5c020 + 1b9ec35 commit b962a42

File tree

6 files changed

+2232
-1649
lines changed

6 files changed

+2232
-1649
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v12.0.0
2+
3+
- **BREAKING**: Bump TypeScript transpilation target for browser build from `ES5` to `ES2020`
4+
- Update packages
5+
- Add `exports` field to `package.json`, allowing you to explicitly import the browser build using `import { createContainer } from 'awilix/browser'`
6+
17
# v11.0.4
28

39
- Undo all `exports` changes as it broke downstream consumers

0 commit comments

Comments
 (0)