@sdsrs/code-graph 0.125.0 → 0.126.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "sdsrs"
6
6
  },
7
- "version": "0.125.0",
7
+ "version": "0.126.1",
8
8
  "keywords": [
9
9
  "code-graph",
10
10
  "ast",
@@ -35,7 +35,7 @@ jobs:
35
35
  node-version: '20'
36
36
  - name: Build snapshot
37
37
  run: |
38
- npx -y -p @sdsrs/code-graph@0.125.0 code-graph-mcp snapshot create --out snapshot.db
38
+ npx -y -p @sdsrs/code-graph@0.126.1 code-graph-mcp snapshot create --out snapshot.db
39
39
  zstd -9 snapshot.db -o snapshot.db.zst
40
40
  mv snapshot.db.zst "code-graph-snapshot-${GITHUB_SHA:0:7}.db.zst"
41
41
  - name: Upload to release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdsrs/code-graph",
3
- "version": "0.125.0",
3
+ "version": "0.126.1",
4
4
  "description": "MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -35,10 +35,10 @@
35
35
  "node": ">=16"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@sdsrs/code-graph-linux-x64": "0.125.0",
39
- "@sdsrs/code-graph-linux-arm64": "0.125.0",
40
- "@sdsrs/code-graph-darwin-x64": "0.125.0",
41
- "@sdsrs/code-graph-darwin-arm64": "0.125.0",
42
- "@sdsrs/code-graph-win32-x64": "0.125.0"
38
+ "@sdsrs/code-graph-linux-x64": "0.126.1",
39
+ "@sdsrs/code-graph-linux-arm64": "0.126.1",
40
+ "@sdsrs/code-graph-darwin-x64": "0.126.1",
41
+ "@sdsrs/code-graph-darwin-arm64": "0.126.1",
42
+ "@sdsrs/code-graph-win32-x64": "0.126.1"
43
43
  }
44
44
  }