Skip to content

Commit 36b9c4c

Browse files
moose-codeclaude
andcommitted
Add viem as direct dependency for hosted deployment
viem was only transitively available via the generated package, causing 'Cannot find package viem' errors in the hosted environment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a3d723 commit 36b9c4c

File tree

2 files changed

+143
-1
lines changed

2 files changed

+143
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"vitest": "4.0.16"
1515
},
1616
"dependencies": {
17-
"envio": "3.0.0-alpha.14"
17+
"envio": "3.0.0-alpha.14",
18+
"viem": "^2.46.3"
1819
},
1920
"optionalDependencies": {
2021
"generated": "./ens-hyperindex/../generated"

pnpm-lock.yaml

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)