Commit c6ecd14
committed
fix(snap-hono): declare @farcaster/snap as a runtime dependency
snap-hono imports parseRequest, sendResponse, and MEDIA_TYPE from
@farcaster/snap at runtime. Listing it only under peerDependencies and
devDependencies does not guarantee it is installed for registry consumers.
Add a workspace dependency so installs always resolve the core package.
Made-with: Cursor1 parent d2e1b35 commit c6ecd14
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | | - | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments