@aroman22/codegraph-vba-darwin-arm64 1.14.0 → 1.15.0
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.
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aroman22/codegraph-vba",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"test:watch": "vitest run --watch",
|
|
24
24
|
"test:eval": "vitest run __tests__/evaluation/",
|
|
25
25
|
"eval": "npm run build && npx tsx __tests__/evaluation/runner.ts",
|
|
26
|
+
"schema:dump": "tsx scripts/dump-index-schema.ts",
|
|
26
27
|
"spike:vbnet": "node scripts/spike-vbnet-as-vba.mjs",
|
|
27
28
|
"clean": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})\""
|
|
28
29
|
},
|
|
@@ -49,6 +50,7 @@
|
|
|
49
50
|
"@types/better-sqlite3": "^7.6.0",
|
|
50
51
|
"@types/node": "^20.19.30",
|
|
51
52
|
"@types/picomatch": "^4.0.2",
|
|
53
|
+
"tsx": "^4.23.1",
|
|
52
54
|
"typescript": "^5.0.0",
|
|
53
55
|
"vitest": "^3.2.6"
|
|
54
56
|
},
|