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 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
@@ -12,6 +12,8 @@ A TypeDoc plugin that generates `llms.txt` files for LLM consumption.
12
12
  npm install typedoc-plugin-llms-txt typedoc -D
13
13
  ```
14
14
 
15
+ > `typedoc` v0.28.0 or later is a required peer dependency.
16
+
15
17
  ## Usage
16
18
 
17
19
  Add the plugin to your TypeDoc configuration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typedoc-plugin-llms-txt",
3
- "version": "0.1.0",
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": ">=0.28.16"
61
+ "typedoc": "^0.28.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@commitlint/cli": "20.2.0",