Skip to content

Commit

Permalink
Add sdk dependency eddsa (#595)
Browse files Browse the repository at this point in the history
* added dependency to armory-sdk, use latest eddsa sig lib

* reverted version bunmp in monorepo and armory-sdk
  • Loading branch information
Ptroger authored Dec 4, 2024
1 parent 34c02aa commit f01854c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion packages/armory-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@narval-xyz/armory-sdk",
"version": "0.9.0",
"version": "0.9.1",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@noble/curves": "1.6.0",
"@noble/hashes": "1.4.0",
"@noble/ed25519": "1.7.1",
"axios": "1.7.7",
"jose": "5.5.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit f01854c

Please sign in to comment.