Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit c0a8bd0

Browse files
authored
Make ethers and viem direct deps (#126)
1 parent 7ca66cc commit c0a8bd0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userop",
3-
"version": "0.4.0-beta.3",
3+
"version": "0.4.0-beta.4",
44
"description": "A simple JS library for building ERC-4337 UserOperations.",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",
@@ -23,20 +23,16 @@
2323
"@types/jest": "^29.5.12",
2424
"eslint": "^8.57.0",
2525
"eslint-config-prettier": "^9.1.0",
26-
"ethers": "^6.11.1",
2726
"jest": "^29.7.0",
2827
"nock": "^13.5.4",
2928
"prettier": "3.2.5",
3029
"rimraf": "^5.0.5",
3130
"ts-jest": "^29.1.2",
3231
"typescript": "^5.4.2",
33-
"typescript-eslint": "^7.3.1",
34-
"viem": "^2.9.12"
32+
"typescript-eslint": "^7.3.1"
3533
},
3634
"dependencies": {
37-
"abitype": "^1.0.0"
38-
},
39-
"peerDependencies": {
35+
"abitype": "^1.0.0",
4036
"ethers": "^6.11.1",
4137
"viem": "^2.9.12"
4238
}

0 commit comments

Comments
 (0)