Releases: pimlicolabs/permissionless.js
Releases · pimlicolabs/permissionless.js
permissionless@0.0.27
Patch Changes
- ee5e795: 1. Account type for smartAccountCLient will be inferred automatically, so you will not have to pass
account
everywhere in functions likesendTransaction
2. Switching tests to vitest to enable type testing for better types in future 3. Better types for all the actions, we prettify all the args & return types
permissionless@0.0.26
Patch Changes
- e290cf7: Fix type for createSmartAccountClient
permissionless@0.0.25
Patch Changes
- fd1292a: Send delegatecall to multisend safe
permissionless@0.0.24
Patch Changes
- f705bef: clear setTimeout
permissionless@0.0.23
Patch Changes
- 9c28e23: clear interval and unobserve on timeout in waitForUserOperationReceipt
permissionless@0.0.22
permissionless@0.0.21
Patch Changes
- 3f48e11: Upgrade to viem ^2.0.0
permissionless@0.0.20
Patch Changes
- c404bb0: Export sendUserOperation from smartAccountClient
permissionless@0.0.19
Patch Changes
- 7c68b39: Export all actions, sponsorUserOperation now returns complete UserOperation, we pass userOperation to getDummySignature
permissionless@0.0.18
Patch Changes
- 1371eb5: Added walletClientToCustomSigner