Skip to content

Commit

Permalink
package.json: v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Dec 13, 2024
1 parent 392a23c commit 6294a53
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 373 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.17.0",
"version": "0.18.0",
"description": "Resolve proxies and get an ABI from Ethereum bytecode, even if it's unverified",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -46,14 +46,14 @@
"@size-limit/esbuild-why": "^8.2.6",
"@size-limit/preset-small-lib": "^8.2.6",
"ethers": "^6.13.4",
"npm": "^10.9.0",
"npm": "^10.9.2",
"size-limit": "^8.2.6",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.2",
"viem": "^2.21.48",
"typedoc-plugin-missing-exports": "^3.1.0",
"viem": "^2.21.55",
"vitest": "^0.34.6",
"web3": "^4.15.0"
"web3": "^4.16.0"
},
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand Down
Loading

0 comments on commit 6294a53

Please sign in to comment.