@lexbuild/cli 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -96,7 +96,7 @@ output/usc/title-01/chapter-01/section-1.md
96
96
  **Chapter granularity** (`-g chapter`):
97
97
 
98
98
  ```
99
- output/usc/title-01/chapter-01.md
99
+ output/usc/title-01/chapter-01/chapter-01.md
100
100
  ```
101
101
 
102
102
  **Title granularity** (`-g title`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexbuild/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Compiler for legal and civic texts. Converts disparate statutory data into structured formats optimized for AI, RAG, and semantic search.",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",
@@ -54,8 +54,8 @@
54
54
  "ora": "^8.2.0",
55
55
  "pino": "^9.6.0",
56
56
  "pino-pretty": "^13.0.0",
57
- "@lexbuild/usc": "1.4.0",
58
- "@lexbuild/core": "1.4.0"
57
+ "@lexbuild/core": "1.4.1",
58
+ "@lexbuild/usc": "1.4.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/node": "^25.3.2",