Skip to content

Commit

Permalink
fix(core): export AgentMessage (#480)
Browse files Browse the repository at this point in the history
* fix(core): export AgentMessage, Dispatcher and message sender

Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Oct 8, 2021
1 parent a2b655a commit af39ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import 'reflect-metadata'

export { Agent } from './agent/Agent'
export { AgentConfig } from './agent/AgentConfig'
export { AgentMessage } from './agent/AgentMessage'
export { Dispatcher } from './agent/Dispatcher'
export { MessageSender } from './agent/MessageSender'
export type { AgentDependencies } from './agent/AgentDependencies'
export type { InitConfig, OutboundPackage, WireMessage } from './types'
export { DidCommMimeType } from './types'
Expand Down

0 comments on commit af39ad5

Please sign in to comment.