@lexbuild/core 1.0.5 → 1.0.6

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 +2 -2
package/README.md CHANGED
@@ -91,7 +91,7 @@ import { USLM_NS, XHTML_NS, LEVEL_ELEMENTS, CONTENT_ELEMENTS } from "@lexbuild/c
91
91
 
92
92
  ## Documentation
93
93
 
94
- - [Monorepo README](https://github.com/chris-c-thomas/lexbuild#readme)
94
+ - [LexBuild Monorepo](https://github.com/chris-c-thomas/lexbuild)
95
95
  - [Architecture](https://github.com/chris-c-thomas/lexbuild/blob/main/docs/architecture.md)
96
96
  - [Output Format](https://github.com/chris-c-thomas/lexbuild/blob/main/docs/output-format.md)
97
97
  - [XML Element Reference](https://github.com/chris-c-thomas/lexbuild/blob/main/docs/xml-element-reference.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lexbuild/core",
3
- "version": "1.0.5",
4
- "description": "Core AST definitions, parsing infrastructure, and format-agnostic renderers for the lexbuild ecosystem.",
3
+ "version": "1.0.6",
4
+ "description": "Core AST definitions, parsing infrastructure, and format-agnostic renderers for the LexBuild ecosystem.",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",
7
7
  "repository": {