Skip to content

Commit

Permalink
package.json: bump v0.17.0, pnpm update
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Nov 21, 2024
1 parent 96bba57 commit 1a8c899
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 148 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shazow/whatsabi",
"version": "0.16.0",
"version": "0.17.0",
"description": "Resolve proxies and get an ABI from Ethereum bytecode, even if it's unverified",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/shazow/whatsabi#readme",
"dependencies": {
"ox": "^0.2.0"
"ox": "^0.2.2"
},
"peerDependencies": {
"@noble/hashes": "^1"
Expand All @@ -50,8 +50,8 @@
"size-limit": "^8.2.6",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.0",
"viem": "^2.21.45",
"typedoc-plugin-missing-exports": "^3.0.2",
"viem": "^2.21.48",
"vitest": "^0.34.6",
"web3": "^4.15.0"
},
Expand Down
Loading

0 comments on commit 1a8c899

Please sign in to comment.