Skip to content

Commit

Permalink
Merge pull request #166 from Juneo-io/dev
Browse files Browse the repository at this point in the history
v0.0.131
  • Loading branch information
alekswaslet authored Aug 18, 2024
2 parents d6b9298 + 76f7f38 commit 8b6083c
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": "juneojs",
"version": "0.0.130",
"version": "0.0.131",
"description": "Juneo JS Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,16 +37,16 @@
"eslint-plugin-promise": "6.2.0",
"jest": "29.7.0",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"ts-jest": "29.2.4",
"typescript": "5.3.3"
},
"dependencies": {
"@noble/curves": "1.4.2",
"@noble/curves": "1.5.0",
"@noble/hashes": "1.4.0",
"axios": "1.7.2",
"axios": "1.7.4",
"bech32": "2.0.0",
"bs58": "6.0.0",
"ethers": "6.13.1",
"ethers": "6.13.2",
"juneojs": "file:"
}
}

0 comments on commit 8b6083c

Please sign in to comment.