You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to `ts-bridge` so that we can publish this package in both ES
module format and CommonJS module format. This is a breaking change as
consumers will no longer be allowed to import subpaths.
Also ensure that `tsconfig.json` and `tsconfig.build.json` are
compatible with the module template. Namely, switch from a compilation
target of ES2017 to ES2020.
Finally, this also fixes a problem where JavaScript files were not being
properly emitted in `dist/`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- This package can now be used in ESM environments as well as CommonJS ([#469](https://github.com/MetaMask/smart-transactions-controller/pull/469))
13
+
10
14
### Changed
11
15
12
16
-**BREAKING:** Bump peer dependency on `@metamask/network-controller` to `^24.0.0` ([#519](https://github.com/MetaMask/smart-transactions-controller/pull/519))
0 commit comments