Skip to content

Commit

Permalink
fix: iota-core build dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rincon committed Jul 29, 2024
1 parent 2c09a61 commit 97531bf
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 17 deletions.
28 changes: 22 additions & 6 deletions libs/iota-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion libs/iota-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
},
"dependencies": {
"@affinidi-tdk/common": "^1.1.1",
"@affinidi-tdk/iota-client": "^1.6.1",
"@affinidi-tdk/iota-client": "^1.10.0",
"@aws-sdk/client-cognito-identity": "^3.590.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
Expand Down
36 changes: 26 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97531bf

Please sign in to comment.