typedoc-plugin-llms-txt 0.1.0 → 0.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/CHANGELOG.md +7 -0
- package/README.md +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.1](https://github.com/boneskull/typedoc-plugin-llms-txt/compare/typedoc-plugin-llms-txt-v0.1.0...typedoc-plugin-llms-txt-v0.1.1) (2026-01-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** require typedoc peer ^0.28.0 ([c7cb185](https://github.com/boneskull/typedoc-plugin-llms-txt/commit/c7cb1851c31c1c23378a4ae85dc3a3a87b701962))
|
|
9
|
+
|
|
3
10
|
## 0.1.0 (2026-01-16)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typedoc-plugin-llms-txt",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TypeDoc plugin to generate llms.txt files for LLM consumption",
|
|
6
6
|
"repository": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:watch": "node --import tsx --test --test-reporter=spec --watch \"test/**/*.test.ts\""
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"typedoc": "
|
|
61
|
+
"typedoc": "^0.28.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@commitlint/cli": "20.2.0",
|