@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.
@@ -35,7 +35,7 @@ nodeLinker: hoisted
35
35
  packageManager: pnpm@10.16.1
36
36
  pendingBuilds:
37
37
  - .
38
- prunedAt: Mon, 20 Jul 2026 07:10:39 GMT
38
+ prunedAt: Mon, 20 Jul 2026 17:55:11 GMT
39
39
  publicHoistPattern: []
40
40
  registries:
41
41
  '@jsr': https://npm.jsr.io/
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastValidatedTimestamp": 1784531439515,
2
+ "lastValidatedTimestamp": 1784570111484,
3
3
  "projects": {},
4
4
  "pnpmfiles": [],
5
5
  "settings": {
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aroman22/codegraph-vba",
3
- "version": "1.14.0",
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aroman22/codegraph-vba-darwin-arm64",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "CodeGraph self-contained bundle for darwin-arm64",
5
5
  "os": [
6
6
  "darwin"