Skip to content

Commit

Permalink
Merge pull request #353 from yurijmikhalevich/fix/websocket-types
Browse files Browse the repository at this point in the history
fix(websocket): ProtocolV1 shouldn't be exported as type because it's a string
  • Loading branch information
pvh authored Jul 23, 2024
2 parents 2108823 + 75e0a28 commit b820796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/automerge-repo-network-websocket/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ export type {
ErrorMessage,
PeerMessage,
} from "./messages.js"
export type { ProtocolVersion, ProtocolV1 } from "./protocolVersion.js"
export type { ProtocolVersion } from "./protocolVersion.js"
export { ProtocolV1 } from "./protocolVersion.js"

0 comments on commit b820796

Please sign in to comment.