Skip to content

Commit

Permalink
fix: expose indy pool configs and action menu messages (openwallet-fo…
Browse files Browse the repository at this point in the history
…undation#1333)

Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Feb 22, 2023
1 parent 1c6aeae commit 518e5e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/action-menu/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from './ActionMenuEvents'
export * from './ActionMenuRole'
export * from './ActionMenuState'
export * from './models'
export * from './repository/ActionMenuRecord'
export * from './repository'
export * from './messages'
3 changes: 3 additions & 0 deletions packages/indy-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export {
IndySdkSovDidResolver,
} from './dids'

// Ledger
export { IndySdkPoolConfig } from './ledger'

// Wallet
export { IndySdkWallet } from './wallet'

Expand Down
1 change: 1 addition & 0 deletions packages/indy-vdr/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { IndyVdrIndyDidRegistrar, IndyVdrIndyDidResolver, IndyVdrSovDidResolver } from './dids'
export { IndyVdrPoolConfig } from './pool'
export * from './IndyVdrModule'
export * from './IndyVdrModuleConfig'
export * from './anoncreds'

0 comments on commit 518e5e4

Please sign in to comment.