Skip to content

Commit

Permalink
fix: export unexported methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie authored and janniks committed Jan 30, 2023
1 parent 489fa29 commit 0406085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ export * from './models/account';
export * from './models/common';
export * from './models/profile';
export * from './models/wallet-config';
export * from './models/legacy-wallet-config';
export * from './encryption';
export * from './triplesec';
export * from './utils';

1 comment on commit 0406085

@vercel
Copy link

@vercel vercel bot commented on 0406085 Jan 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.