Commit 73c3253
committed
fix: make ffi-napi optional to prevent CI build failures
- Move ffi-napi, ref-napi, ref-struct-napi to optionalDependencies
- Prevents compilation errors in CI with Node.js 20.x
- Embedded mode still works when dependencies are installed
- Server mode (primary use case) works without FFI dependencies1 parent c943f75 commit 73c3253
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
0 commit comments