Skip to content

Commit

Permalink
Release 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 22, 2024
1 parent a93022d commit 956b88d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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
@@ -1,6 +1,6 @@
{
"name": "micro-eth-signer",
"version": "0.9.0",
"version": "0.9.1",
"description": "Minimal library for Ethereum transactions, addresses and smart contracts",
"files": ["abi", "esm", "net", "src", "*.js", "*.d.ts", "*.js.map", "*.d.ts.map"],
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0",
"micro-packed": "~0.6.2"
"micro-packed": "~0.6.3"
},
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
Expand Down

0 comments on commit 956b88d

Please sign in to comment.