Skip to content

Commit

Permalink
added dependency to armory-sdk, use latest eddsa sig lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Dec 4, 2024
1 parent 66a7fc2 commit d25777f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
23 changes: 11 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@nestjs/platform-express": "10.3.9",
"@nestjs/swagger": "7.4.0",
"@noble/curves": "1.6.0",
"@noble/ed25519": "1.7.1",
"@noble/ed25519": "2.1.0",
"@noble/hashes": "1.4.0",
"@open-policy-agent/opa-wasm": "1.9.0",
"@opentelemetry/api": "1.9.0",
Expand Down
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.8.3",
"version": "0.9.1",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@noble/curves": "1.6.0",
"@noble/hashes": "1.4.0",
"@noble/ed25519": "2.1.0",
"axios": "1.7.7",
"jose": "5.5.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit d25777f

Please sign in to comment.