@lexbuild/cli 1.1.0 → 1.1.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lexbuild/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.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/core": "1.1.
|
|
58
|
-
"@lexbuild/usc": "1.1.
|
|
57
|
+
"@lexbuild/core": "1.1.1",
|
|
58
|
+
"@lexbuild/usc": "1.1.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/node": "^25.3.2",
|