@vohongtho.infotech/code-intel 0.3.0 → 0.3.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vohongtho.infotech/code-intel",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Static code analysis platform \u2014 builds a Knowledge Graph from source code with Web UI, HTTP API, CLI, and MCP server",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,16 +41,16 @@
41
41
  "typecheck": "tsc -b --noEmit",
42
42
  "prepublishOnly": "npm run build",
43
43
  "clean": "rm -rf dist dist-tests *.tsbuildinfo",
44
- "test": "tsc -b tsconfig.test.json && node --test --test-concurrency=1 dist-tests/tests/**/*.test.js",
45
- "test:coverage": "tsc -b tsconfig.test.json && npx c8 --all --include='dist-tests/src/**/*.js' --exclude='dist-tests/src/cli/main.js' --exclude='dist-tests/src/mcp-server/**' --reporter=text --reporter=lcov --reporter=json-summary node --test --test-concurrency=1 dist-tests/tests/**/*.test.js"
44
+ "test": "tsc -b tsconfig.test.json && NODE_ENV=test node --test --test-concurrency=1 dist-tests/tests/**/*.test.js",
45
+ "test:coverage": "tsc -b tsconfig.test.json && NODE_ENV=test npx c8 --all --include='dist-tests/src/**/*.js' --exclude='dist-tests/src/cli/main.js' --exclude='dist-tests/src/mcp-server/**' --reporter=text --reporter=lcov --reporter=json-summary node --test --test-concurrency=1 dist-tests/tests/**/*.test.js"
46
46
  },
47
47
  "dependencies": {
48
48
  "@huggingface/transformers": "^4.2.0",
49
- "@ladybugdb/core": "^0.15.3",
49
+ "@ladybugdb/core": "^0.15.4",
50
50
  "@modelcontextprotocol/sdk": "^1.0.0",
51
51
  "@opentelemetry/api": "^1.9.1",
52
52
  "@opentelemetry/auto-instrumentations-node": "^0.73.0",
53
- "@opentelemetry/exporter-otlp-http": "^0.26.0",
53
+ "@opentelemetry/exporter-trace-otlp-http": "^0.215.0",
54
54
  "@opentelemetry/resources": "^2.7.0",
55
55
  "@opentelemetry/sdk-node": "^0.215.0",
56
56
  "@opentelemetry/semantic-conventions": "^1.40.0",
@@ -66,28 +66,30 @@
66
66
  "graphology": "^0.26.0",
67
67
  "graphology-communities-louvain": "^2.0.1",
68
68
  "helmet": "^8.1.0",
69
- "openid-client": "^6.8.3",
69
+ "openid-client": "^6.8.4",
70
70
  "prom-client": "^15.1.3",
71
- "tree-sitter-c": "^0.23.0",
72
- "tree-sitter-c-sharp": "^0.23.0",
73
- "tree-sitter-cpp": "^0.23.0",
74
- "tree-sitter-go": "^0.23.0",
75
- "tree-sitter-java": "^0.23.0",
76
- "tree-sitter-javascript": "^0.23.0",
77
- "tree-sitter-php": "^0.23.0",
78
- "tree-sitter-python": "^0.23.0",
79
- "tree-sitter-ruby": "^0.23.0",
80
- "tree-sitter-rust": "^0.23.0",
81
- "tree-sitter-typescript": "^0.23.0",
82
- "tree-sitter-wasms": "^0.1.13",
71
+ "tree-sitter-c": "^0.24.0",
72
+ "tree-sitter-c-sharp": "^0.23.5",
73
+ "tree-sitter-cpp": "^0.23.4",
74
+ "tree-sitter-go": "^0.25.0",
75
+ "tree-sitter-java": "^0.23.5",
76
+ "tree-sitter-javascript": "^0.25.0",
77
+ "tree-sitter-php": "^0.24.0",
78
+ "tree-sitter-python": "^0.25.0",
79
+ "tree-sitter-ruby": "^0.23.1",
80
+ "tree-sitter-rust": "^0.24.0",
81
+ "tree-sitter-typescript": "^0.23.2",
83
82
  "uuid": "^14.0.0",
84
83
  "web-tree-sitter": "^0.26.8",
85
84
  "winston": "^3.19.0",
86
85
  "winston-daily-rotate-file": "^5.0.0",
87
- "ws": "^8.20.0"
86
+ "ws": "^8.20.0",
87
+ "tree-sitter-swift": "^0.7.1",
88
+ "tree-sitter-kotlin": "^0.3.8",
89
+ "tree-sitter-dart": "^1.0.0"
88
90
  },
89
91
  "devDependencies": {
90
- "@types/bcrypt": "^5.0.2",
92
+ "@types/bcrypt": "^6.0.0",
91
93
  "@types/better-sqlite3": "^7.6.13",
92
94
  "@types/cookie-parser": "^1.4.10",
93
95
  "@types/cors": "^2.8.17",
@@ -96,7 +98,7 @@
96
98
  "@types/uuid": "^10.0.0",
97
99
  "@types/ws": "^8.18.1",
98
100
  "c8": "^11.0.0",
99
- "esbuild": "^0.27.0",
101
+ "esbuild": "^0.28.0",
100
102
  "tsup": "^8.5.1",
101
103
  "typescript": "^5.9.3"
102
104
  },
@@ -106,4 +108,4 @@
106
108
  "tree-sitter-kotlin": "^0.3.8",
107
109
  "tree-sitter-dart": "^1.0.0"
108
110
  }
109
- }
111
+ }