Skip to content

Commit

Permalink
fix: Export everything from main
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Oct 30, 2024
1 parent aab6f93 commit ec9b114
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version": "0.1.1-alpha.4",
"exact": true,
"message": "chore(release): %s"
}
}
7 changes: 7 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export * from './constraints'
export * from './entityConfiguration'
export * from './entityStatement'
export * from './jsonWeb'
export * from './metadata'
export * from './trustMark'
export * from './utils'

0 comments on commit ec9b114

Please sign in to comment.