Skip to content

Commit

Permalink
Release 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 23, 2022
1 parent 5475533 commit 2ec2241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-sol-signer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Create, sign & decode Solana transactions with minimum deps",
"files": [
"index.js",
Expand All @@ -13,10 +13,10 @@
"module": "index.js",
"types": "index.d.ts",
"dependencies": {
"@noble/ed25519": "~1.5.2",
"@noble/hashes": "~1.1.1",
"@scure/base": "~1.1.0",
"micro-packed": "~0.2.0"
"@noble/ed25519": "^1.6.1",
"@noble/hashes": "^1.1.1",
"@scure/base": "^1.1.0",
"micro-packed": "^0.2.0"
},
"devDependencies": {
"micro-should": "0.2.0",
Expand Down

0 comments on commit 2ec2241

Please sign in to comment.