@lexbuild/usc 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lexbuild/usc
2
2
 
3
- [![npm](https://img.shields.io/npm/v/%40lexbuild%2Fcore?style=for-the-badge)](https://www.npmjs.com/package/@lexbuild/core)
3
+ [![npm](https://img.shields.io/npm/v/%40lexbuild%2Fusc?style=for-the-badge)](https://www.npmjs.com/package/@lexbuild/usc)
4
4
  [![license](https://img.shields.io/github/license/chris-c-thomas/lexbuild?style=for-the-badge)](https://github.com/chris-c-thomas/lexbuild)
5
5
 
6
6
  This package is part of the [LexBuild](https://github.com/chris-c-thomas/lexbuild) monorepo, a tool that converts U.S. legislative XML into structured Markdown optimized for AI, RAG pipelines, and semantic search. See the monorepo for full documentation, architecture details, and contribution guidelines.
@@ -96,7 +96,7 @@ Each title produces Markdown files with YAML frontmatter. The output structure d
96
96
  | Granularity | Output | Metadata |
97
97
  |---|---|---|
98
98
  | `section` (default) | `title-NN/chapter-NN/section-N.md` | `_meta.json` per chapter + title, `README.md` per title |
99
- | `chapter` | `title-NN/chapter-NN.md` | `_meta.json` per title, `README.md` per title |
99
+ | `chapter` | `title-NN/chapter-NN/chapter-NN.md` | `_meta.json` per title, `README.md` per title |
100
100
  | `title` | `title-NN.md` | Enriched frontmatter only (no sidecar files) |
101
101
 
102
102
  See the [output format specification](https://github.com/chris-c-thomas/lexbuild/blob/main/docs/output-format.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexbuild/usc",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Federal U.S. Code specific element handlers and downloader for LexBuild",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "yauzl": "^3.2.0",
46
- "@lexbuild/core": "1.4.0"
46
+ "@lexbuild/core": "1.4.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^25.3.2",