Commit ea90659
committed
build(deps): bump napi to 3 in code-validator guest host
Bump napi and napi-derive together to v3 (they are version-coupled);
napi-build stays at v2 (no v3 exists). No Rust code changes are needed —
the 3.x API used by the host crate is source-compatible.
napi-derive 3 makes `napi build` emit JSDoc into the generated
src/code-validator/guest/host/index.d.ts, which is not Prettier-formatted.
That file is a build artifact (the hand-written canonical types live in
src/code-validator/guest/index.d.ts), so it is now gitignored and
prettierignored, matching how other generated *.d.ts files are handled.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent bef708f commit ea90659
5 files changed
Lines changed: 19 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Whitespace-only changes.
0 commit comments