@hubhorizonllc/squick 2.0.0 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -35,7 +35,7 @@ A scan writes three small files into `.squick/`:
35
35
  - `schemas.md` - data schemas and endpoints. Attach for backend questions.
36
36
  - `context.md` - tiny index pointing at the above.
37
37
 
38
- Add `--full` to also emit `context.ndjson` and `graph.txt` (programmatic
38
+ Add `--full` to also emit `context.txt` and `context.ndjson` (programmatic
39
39
  formats for MCP servers and scripts).
40
40
 
41
41
  ## Supported platforms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubhorizonllc/squick",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Pre-computed LLM context for AI coding agents.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Hub Horizon LLC",
@@ -29,10 +29,10 @@
29
29
  "node": ">=18"
30
30
  },
31
31
  "optionalDependencies": {
32
- "@hubhorizonllc/squick-linux-x64": "2.0.0",
33
- "@hubhorizonllc/squick-linux-arm64": "2.0.0",
34
- "@hubhorizonllc/squick-darwin-x64": "2.0.0",
35
- "@hubhorizonllc/squick-darwin-arm64": "2.0.0",
36
- "@hubhorizonllc/squick-win32-x64": "2.0.0"
32
+ "@hubhorizonllc/squick-linux-x64": "2.1.0",
33
+ "@hubhorizonllc/squick-linux-arm64": "2.1.0",
34
+ "@hubhorizonllc/squick-darwin-x64": "2.1.0",
35
+ "@hubhorizonllc/squick-darwin-arm64": "2.1.0",
36
+ "@hubhorizonllc/squick-win32-x64": "2.1.0"
37
37
  }
38
38
  }