Skip to content
Merged
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
2 changes: 1 addition & 1 deletion crates/codegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codegraph-core"
version = "3.1.0"
version = "3.1.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Cargo.toml skips version 3.1.1

The crates/codegraph-core/Cargo.toml jumps from 3.1.0 directly to 3.1.2, bypassing 3.1.1. Checking the git log confirms that the prior release commit (PR #399, 21ba896) bumped package.json to 3.1.2 but left Cargo.toml at 3.1.0 — meaning the npm package published at 3.1.1 had a mismatched Rust crate version.

If the crate is ever published independently to crates.io, or if tooling relies on version parity between the JS package and the native crate, this gap could cause confusion. It's worth verifying the publish workflow always keeps both versions in sync from now on, or explicitly documenting that Rust crate versions may lag behind npm patch releases.

edition = "2021"
license = "Apache-2.0"

Expand Down
32 changes: 5 additions & 27 deletions generated/DEPENDENCIES.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"version": "3.1.0",
"version": "3.1.2",
"name": "@optave/codegraph",
"problems": [
"invalid: @optave/codegraph-linux-x64-gnu@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-gnu",
"invalid: @optave/codegraph-linux-x64-musl@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-musl"
],
"dependencies": {
"@modelcontextprotocol/sdk": {
"version": "1.27.1",
Expand Down Expand Up @@ -741,25 +737,12 @@
"@optave/codegraph-darwin-arm64": {},
"@optave/codegraph-darwin-x64": {},
"@optave/codegraph-linux-arm64-gnu": {},
"@optave/codegraph-linux-arm64-musl": {},
"@optave/codegraph-linux-x64-gnu": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.0.4.tgz",
"overridden": false,
"invalid": "\"3.1.0\" from the root project",
"problems": [
"invalid: @optave/codegraph-linux-x64-gnu@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-gnu"
]
},
"@optave/codegraph-linux-x64-musl": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-musl/-/codegraph-linux-x64-musl-3.0.4.tgz",
"overridden": false,
"invalid": "\"3.1.0\" from the root project",
"problems": [
"invalid: @optave/codegraph-linux-x64-musl@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-musl"
]
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.1.2.tgz",
"overridden": false
},
"@optave/codegraph-linux-x64-musl": {},
"@optave/codegraph-win32-x64-msvc": {},
"better-sqlite3": {
"version": "12.6.2",
Expand Down Expand Up @@ -1089,10 +1072,5 @@
"resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.26.6.tgz",
"overridden": false
}
},
"error": {
"code": "ELSPROBLEMS",
"summary": "invalid: @optave/codegraph-linux-x64-gnu@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-gnu\ninvalid: @optave/codegraph-linux-x64-musl@3.0.4 /home/runner/work/codegraph/codegraph/node_modules/@optave/codegraph-linux-x64-musl",
"detail": ""
}
}
61 changes: 35 additions & 26 deletions package-lock.json

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

Loading