Skip to content

Commit

Permalink
fix: add reflect-metadata (#1409)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Mar 29, 2023
1 parent bc5455f commit 692defa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@aries-framework/core": "0.3.3",
"bn.js": "^5.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.1"
"class-validator": "0.13.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@aries-framework/node": "0.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/anoncreds/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'reflect-metadata'

export * from './models'
export * from './services'
export * from './error'
Expand Down

0 comments on commit 692defa

Please sign in to comment.