@sdsrs/code-graph 0.114.0 → 0.114.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.114.0",
7
+ "version": "0.114.1",
8
8
  "keywords": [
9
9
  "code-graph",
10
10
  "ast",
@@ -30,7 +30,7 @@ jobs:
30
30
  node-version: '20'
31
31
  - name: Build snapshot
32
32
  run: |
33
- npx -y -p @sdsrs/code-graph@0.114.0 code-graph-mcp snapshot create --out snapshot.db
33
+ npx -y -p @sdsrs/code-graph@0.114.1 code-graph-mcp snapshot create --out snapshot.db
34
34
  zstd -9 snapshot.db -o snapshot.db.zst
35
35
  mv snapshot.db.zst "code-graph-snapshot-${GITHUB_SHA:0:7}.db.zst"
36
36
  - name: Upload to release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdsrs/code-graph",
3
- "version": "0.114.0",
3
+ "version": "0.114.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.114.0",
39
- "@sdsrs/code-graph-linux-arm64": "0.114.0",
40
- "@sdsrs/code-graph-darwin-x64": "0.114.0",
41
- "@sdsrs/code-graph-darwin-arm64": "0.114.0",
42
- "@sdsrs/code-graph-win32-x64": "0.114.0"
38
+ "@sdsrs/code-graph-linux-x64": "0.114.1",
39
+ "@sdsrs/code-graph-linux-arm64": "0.114.1",
40
+ "@sdsrs/code-graph-darwin-x64": "0.114.1",
41
+ "@sdsrs/code-graph-darwin-arm64": "0.114.1",
42
+ "@sdsrs/code-graph-win32-x64": "0.114.1"
43
43
  }
44
44
  }