Skip to content

Commit

Permalink
Merge pull request #527 from xmtp/rygine/export-invitationv1
Browse files Browse the repository at this point in the history
Export `InvitationV1`
  • Loading branch information
rygine authored Feb 2, 2024
2 parents 1f10148 + a8ee8e1 commit 13fc253
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 13fc253

Please sign in to comment.