Skip to content

Commit

Permalink
fix(protocol-http): export field types (#4432)
Browse files Browse the repository at this point in the history
The Field, FieldPosition, and Fields types were not being
exported from the package when they were initially created.
  • Loading branch information
milesziemer authored Feb 13, 2023
1 parent 915c618 commit b8320f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/protocol-http/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * from "./Field";
export * from "./FieldPosition";
export * from "./Fields";
export * from "./httpHandler";
export * from "./httpRequest";
export * from "./httpResponse";
Expand Down

0 comments on commit b8320f4

Please sign in to comment.