You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): upgrade napi to v3 (napi 3.8, napi-derive 3.5, @napi-rs/cli 3)
Upgrades the napi ecosystem to v3:
- napi crate: 2.16 → 3.8 (dependabot)
- napi-derive: 2.16 → 3 (v3 proc-macro required for napi v3 runtime)
- @napi-rs/cli: ^2.18 → ^3 (v3 CLI required to set env vars the v3 proc-macro needs)
- Regenerated index.js/index.d.ts with napi-rs/cli v3
- CI: npx @napi-rs/cli → npx napi (binary renamed in v3)
All Node.js CI passes on all 4 platforms.
0 commit comments