Skip to content

Commit

Permalink
fix: expose oob domain (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld authored Aug 24, 2022
1 parent b699977 commit dad975d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/modules/oob/domain/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './OutOfBandRole'
export * from './OutOfBandState'
export * from './OutOfBandDidCommService'
1 change: 1 addition & 0 deletions packages/core/src/modules/oob/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './messages'
export * from './repository'
export * from './OutOfBandModule'
export * from './OutOfBandService'
export * from './domain'

0 comments on commit dad975d

Please sign in to comment.