Skip to content

Commit

Permalink
don't expose Events
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 12, 2024
1 parent eaf286b commit 4295a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### NEXT

- Expose `extras` namespace which exports `EnhancedEventEmitter`, `Events` and `enhancedOnce()` for now ([PR #1464](https://github.com/versatica/mediasoup/pull/1464)).
- Expose `extras` namespace which exports `EnhancedEventEmitter` and `enhancedOnce()` for now ([PR #1464](https://github.com/versatica/mediasoup/pull/1464)).

### 3.15.0

Expand Down
2 changes: 1 addition & 1 deletion node/src/extras.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { EnhancedEventEmitter, Events, enhancedOnce } from './enhancedEvents';
export { EnhancedEventEmitter, enhancedOnce } from './enhancedEvents';

0 comments on commit 4295a1b

Please sign in to comment.