Skip to content

Commit 3b92779

Browse files
committed
Fix missing exports for built-in plugins
1 parent 7a73610 commit 3b92779

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/swift-turkeys-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@envelop/core': patch
3+
---
4+
5+
Fix missing exports for built-in plugins

packages/core/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ export * from './create';
33
export * from './plugins/use-logger';
44
export * from './plugins/use-timing';
55
export * from './plugins/use-schema';
6+
export * from './plugins/use-error-handler';
7+
export * from './plugins/use-extend-context';
8+
export * from './plugins/use-payload-formatter';

0 commit comments

Comments
 (0)