Skip to content

Commit c56f9a1

Browse files
HazATkamilogorek
authored andcommitted
fix: Don't npm ignore esm for utils (#1832)
1 parent 4fba325 commit c56f9a1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- [utils] fix: Don't npm ignore esm for utils
6+
57
## 4.5.0
68

79
- [core] feat: Deprecate `captureEvent`, prefer `sendEvent` for transports. `sendEvent` now takes a string (body)

packages/utils/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
!*.js.map
33
!*.d.ts
44
!*.js
5+
!/esm/**/*
56
jest.config.js

0 commit comments

Comments
 (0)