Skip to content

Commit

Permalink
fix: export InvitationV1
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 2, 2024
1 parent 1f10148 commit a8ee8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export {
PrefixedPersistence,
Persistence,
} from './keystore/persistence'
export { InvitationContext, SealedInvitation } from './Invitation'
export { InvitationContext, SealedInvitation, InvitationV1 } from './Invitation'
export { decodeContactBundle } from './ContactBundle'
export type {
GetMessageContentTypeFromClient,
Expand Down

0 comments on commit a8ee8e1

Please sign in to comment.