Skip to content

Commit

Permalink
export TypeormRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
wewelll committed Oct 3, 2021
1 parent de4110e commit 1f9e08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-ddd/persistence",
"version": "0.0.4",
"version": "0.0.5",
"description": "Persistence layer for DDD applications",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/infrastructure/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './InMemoryRepository';
export * from './TypeormRepository';

0 comments on commit 1f9e08f

Please sign in to comment.