Skip to content

Commit

Permalink
adding dep to identity and principal
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Aug 22, 2023
1 parent 750c76a commit 69a4aa1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@peculiar/webcrypto": "^1.4.0"
},
"dependencies": {
"@noble/hashes": "^1.3.1",
"borc": "^2.1.1",
"tweetnacl": "^1.0.1"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"limit": "100 kB",
"webpack": false
}
]
],
"dependencies": {
"@noble/hashes": "^1.3.1"
}
}

0 comments on commit 69a4aa1

Please sign in to comment.