diff --git a/package-lock.json b/package-lock.json index d4743022..c238e05d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "3.9.3", "license": "Apache-2.0", "dependencies": { + "@optave/codegraph-darwin-x64": "3.9.4", "better-sqlite3": "^12.6.2", "commander": "^14.0.3", "web-tree-sitter": "^0.26.5" @@ -68,7 +69,7 @@ "optionalDependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@optave/codegraph-darwin-arm64": "3.9.3", - "@optave/codegraph-darwin-x64": "3.9.3", + "@optave/codegraph-darwin-x64": "3.9.4", "@optave/codegraph-linux-arm64-gnu": "3.9.3", "@optave/codegraph-linux-x64-gnu": "3.9.3", "@optave/codegraph-linux-x64-musl": "3.9.3", @@ -1295,9 +1296,9 @@ ] }, "node_modules/@optave/codegraph-darwin-x64": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/@optave/codegraph-darwin-x64/-/codegraph-darwin-x64-3.9.3.tgz", - "integrity": "sha512-4a2bAFlf8mc4MxugcV3Lb73xqe5ps4gkYJcRAVxHKVlX9U2Z7RnjPAQBMd4XQ66OAPkbWNeTl0s695Bwop5ynA==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@optave/codegraph-darwin-x64/-/codegraph-darwin-x64-3.9.4.tgz", + "integrity": "sha512-4l05rB0XP3TNFvLix7r1cVEEgSE+8mkQSj2wgJjhrqkqL1WFLUpU+SWa1X3KLU2+2m7LYbtmQ/nCTn6dER2pOg==", "cpu": [ "x64" ], @@ -1314,9 +1315,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1330,9 +1328,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1346,9 +1341,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 268baf46..71c7b774 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "optionalDependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@optave/codegraph-darwin-arm64": "3.9.3", - "@optave/codegraph-darwin-x64": "3.9.3", + "@optave/codegraph-darwin-x64": "3.9.4", "@optave/codegraph-linux-arm64-gnu": "3.9.3", "@optave/codegraph-linux-x64-gnu": "3.9.3", "@optave/codegraph-linux-x64-musl": "3.9.3",