Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@optave/codegraph-darwin-x64": "3.9.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Platform package version skew

@optave/codegraph-linux-x64-musl is bumped to 3.9.4 while all other platform binaries (darwin-x64, linux-arm64-gnu, linux-x64-gnu, win32-x64-msvc) remain at 3.9.3. The 3.9.4 release notes mention native ABI changes (renamed Import.pathImport.source, new build_import_edges arguments). If the JS host layer expects a consistent binary interface across all platform packages, mixing versions may cause silent mismatches on non-musl environments.

Fix in Claude Code

"@optave/codegraph-linux-arm64-gnu": "3.9.3",
"@optave/codegraph-linux-x64-gnu": "3.9.3",
"@optave/codegraph-linux-x64-musl": "3.9.3",
"@optave/codegraph-linux-x64-musl": "3.9.4",
"@optave/codegraph-win32-x64-msvc": "3.9.3"
},
"devDependencies": {
Expand Down
Loading