Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Nov 20, 2023
1 parent 97857e2 commit 8498de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 2 additions & 8 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -70,6 +64,6 @@
}
},
"peerDependencies": {
"viem": "^1.14.0"
"viem": "^1.19.4"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"dotenv": "^16.3.1",
"viem": "^1.14.0"
"viem": "1.19.4"
}
}

0 comments on commit 8498de0

Please sign in to comment.