Skip to content

Commit

Permalink
package.json: v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Nov 4, 2024
1 parent 44fbcf1 commit 15f5ac9
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 210 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shazow/whatsabi",
"version": "0.15.4",
"version": "0.16.0",
"description": "Resolve proxies and get an ABI from Ethereum bytecode, even if it's unverified",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -47,12 +47,12 @@
"@size-limit/preset-small-lib": "^8.2.6",
"npm": "^10.9.0",
"size-limit": "^8.2.6",
"tsx": "^4.19.1",
"typedoc": "^0.26.10",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.0",
"viem": "^2.21.32",
"viem": "^2.21.40",
"vitest": "^0.34.6",
"web3": "^4.13.0"
"web3": "^4.14.0"
},
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand Down
Loading

0 comments on commit 15f5ac9

Please sign in to comment.