Skip to content

Commit

Permalink
refactor(context-zone-peer-dep): use explicit exports (#4787)
Browse files Browse the repository at this point in the history
* refactor(context-zone-peer-dep): use explicit exports

* chore: changelog
  • Loading branch information
pichlermarc authored Jun 13, 2024
1 parent 4885468 commit 812c774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :house: (Internal)

* refactor(context-zone-peer-dep): use explicit exports [#4785](https://github.com/open-telemetry/opentelemetry-js/pull/4787) @pichlermarc
* refactor(context-async-hooks): use explicit exports [#4785](https://github.com/open-telemetry/opentelemetry-js/pull/4786) @pichlermarc

## 1.25.0
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-context-zone-peer-dep/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
* limitations under the License.
*/

export * from './ZoneContextManager';
export * from './types';
export { ZoneContextManager } from './ZoneContextManager';
export { Func, TargetWithEvents } from './types';

0 comments on commit 812c774

Please sign in to comment.