neat.is 0.9.13 → 0.9.15-dev.20260902

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neat.is",
3
- "version": "0.9.13",
3
+ "version": "0.9.15-dev.20260902",
4
4
  "description": "NEAT — live semantic graph of a software system, queryable from AI agents over MCP. Install once, get the neat / neatd / neat-mcp CLIs.",
5
5
  "license": "BUSL-1.1",
6
6
  "homepage": "https://neat.is",
@@ -26,9 +26,9 @@
26
26
  "README.md"
27
27
  ],
28
28
  "dependencies": {
29
- "@neat.is/core": "^0.9.13",
30
- "@neat.is/mcp": "^0.9.13",
31
- "@neat.is/claude-skill": "^0.9.13",
32
- "@neat.is/web": "^0.9.13"
29
+ "@neat.is/core": "^0.9.15-dev.20260902",
30
+ "@neat.is/mcp": "^0.9.15-dev.20260902",
31
+ "@neat.is/claude-skill": "^0.9.15-dev.20260902",
32
+ "@neat.is/web": "^0.9.15-dev.20260902"
33
33
  }
34
34
  }