Skip to content

Commit fd76b26

Browse files
authored
fix(core): export useEnvelop plugin (#236)
1 parent 33dfd26 commit fd76b26

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/proud-pugs-search.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+
add missing useEnvelop plugin export

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from '@envelop/types';
22
export * from './create';
3+
export * from './plugins/use-envelop';
34
export * from './plugins/use-logger';
45
export * from './plugins/use-timing';
56
export * from './plugins/use-schema';

0 commit comments

Comments
 (0)