Skip to content

Commit

Permalink
Bump noble
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 14, 2024
1 parent 8a53441 commit fe28e0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
/build/
/build/micro-eth-signer.js
/lib
/index.js
/index.d.ts
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@noble/curves": "~1.3.0",
"@noble/hashes": "~1.3.3",
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0",
"micro-packed": "~0.5.3"
},
"devDependencies": {
Expand Down

0 comments on commit fe28e0e

Please sign in to comment.