@tsdoctor/pages 0.1.0 → 0.1.2
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": "@tsdoctor/pages",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Framework-neutral documentation page IR for static TypeScript API sites: typed doc blocks over an API Extractor model, per-API navigation trees, display/source code preparation, a plain-markdown emitter and the llms.txt text transforms.",
|
|
6
6
|
"keywords": [
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@microsoft/api-extractor-model": "^7.33.11",
|
|
43
|
-
"@tsdoctor/model": "0.6.
|
|
44
|
-
"@tsdoctor/seo": "0.
|
|
43
|
+
"@tsdoctor/model": "0.6.1",
|
|
44
|
+
"@tsdoctor/seo": "0.2.0",
|
|
45
45
|
"prettier": "^3.9.6"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|