@lexbuild/core 1.4.2 → 1.5.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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,14 +89,6 @@ import { USLM_NS, XHTML_NS, LEVEL_ELEMENTS, CONTENT_ELEMENTS } from "@lexbuild/c
89
89
  | `FORMAT_VERSION` | Output format version (`"1.0.0"`) |
90
90
  | `GENERATOR` | Generator string for frontmatter |
91
91
 
92
- ## Documentation
93
-
94
- - [LexBuild Monorepo](https://github.com/chris-c-thomas/LexBuild)
95
- - [Architecture](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/architecture.md)
96
- - [Output Format](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/output-format.md)
97
- - [XML Element Reference](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/xml-element-reference.md)
98
- - [Extending](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/extending.md)
99
-
100
92
  ## License
101
93
 
102
94
  [MIT](https://github.com/chris-c-thomas/LexBuild/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexbuild/core",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "Core AST definitions, parsing infrastructure, and format-agnostic renderers for the LexBuild ecosystem.",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",