@zerodev/sdk
Advanced tools
Comparing version 5.3.5 to 5.3.6
{ | ||
"name": "@zerodev/sdk", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"author": "ZeroDev", | ||
@@ -12,3 +12,9 @@ "main": "./_cjs/index.js", | ||
"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", | ||
@@ -94,14 +100,30 @@ "files": [ | ||
"*": { | ||
"accounts": ["./_types/accounts/index.d.ts"], | ||
"plugins": ["./_types/plugins/index.d.ts"], | ||
"actions": ["./_types/actions/index.d.ts"], | ||
"types": ["./_types/types/index.d.ts"], | ||
"actions/kernel": ["./_types/actions/kernel/index.d.ts"], | ||
"clients": ["./_types/clients/index.d.ts"], | ||
"clients/kernel": ["./_types/clients/kernel/index.d.ts"], | ||
"providers": ["./_types/providers/index.d.ts"] | ||
"accounts": [ | ||
"./_types/accounts/index.d.ts" | ||
], | ||
"plugins": [ | ||
"./_types/plugins/index.d.ts" | ||
], | ||
"actions": [ | ||
"./_types/actions/index.d.ts" | ||
], | ||
"types": [ | ||
"./_types/types/index.d.ts" | ||
], | ||
"actions/kernel": [ | ||
"./_types/actions/kernel/index.d.ts" | ||
], | ||
"clients": [ | ||
"./_types/clients/index.d.ts" | ||
], | ||
"clients/kernel": [ | ||
"./_types/clients/kernel/index.d.ts" | ||
], | ||
"providers": [ | ||
"./_types/providers/index.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
"viem": "^2.16.3", | ||
"viem": "~2.16.3", | ||
"permissionless": "^0.1.18" | ||
@@ -108,0 +130,0 @@ }, |
1299156