Skip to content

Commit

Permalink
fix(core): add missing outbox exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Apr 23, 2024
1 parent 8ee3bd9 commit d6e623b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-owls-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

fix(core): add missing outbox exports
1 change: 1 addition & 0 deletions packages/ddd-toolkit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export * from './repo/mongo-aggregate-repo-with-outbox';
export * from './query-bus';
export * from './command-bus';
export * from './event-bus';
export * from './outbox';
2 changes: 2 additions & 0 deletions packages/ddd-toolkit/src/outbox/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './mongo-outbox';
export * from './outbox.interface';

0 comments on commit d6e623b

Please sign in to comment.