Skip to content

Commit

Permalink
Add dependency to inspect size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Sep 29, 2023
1 parent 7b1b015 commit 1148ed3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache
coverage
node_modules
tsconfig*.tsbuildinfo
esbuild-why-permissionless*

# local env files
.env
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@changesets/changelog-git": "^0.1.14",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@size-limit/esbuild-why": "^9.0.0",
"@size-limit/preset-small-lib": "^9.0.0",
"bun-types": "^1.0.3",
"rimraf": "^5.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { type Address, type Hash, type Hex, encodeAbiParameters, keccak256 } from "viem"
import type { Address, Hash, Hex } from "viem"
import { encodeAbiParameters, keccak256 } from "viem"
import type { UserOperation } from "../types"

function packUserOp({ userOperation }: { userOperation: UserOperation }): Hex {
Expand Down

0 comments on commit 1148ed3

Please sign in to comment.