@travetto/doc 8.0.0-alpha.17 → 8.0.0-alpha.18
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/README.md +4 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -98,10 +98,11 @@ $ trv doc --help
|
|
|
98
98
|
|
|
99
99
|
Usage: doc [options]
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
Description:
|
|
102
|
+
Generate documentation outputs from a module `DOC.tsx` entry file.
|
|
102
103
|
|
|
103
|
-
Supports multiple output formats/targets and optional watch mode for
|
|
104
|
-
iterative documentation authoring.
|
|
104
|
+
Supports multiple output formats/targets and optional watch mode for
|
|
105
|
+
iterative documentation authoring.
|
|
105
106
|
|
|
106
107
|
Options:
|
|
107
108
|
-i, --input <string> Input File (default: "DOC.tsx")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/doc",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.18",
|
|
4
4
|
"description": "Documentation support for the Travetto framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"directory": "module/doc"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@travetto/runtime": "^8.0.0-alpha.
|
|
27
|
+
"@travetto/runtime": "^8.0.0-alpha.18",
|
|
28
28
|
"@types/markdown-it": "^14.1.2",
|
|
29
29
|
"@types/prismjs": "^1.26.6",
|
|
30
30
|
"markdown-it": "^14.2.0",
|
|
31
31
|
"prismjs": "^1.30.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
34
|
+
"@travetto/cli": "^8.0.0-alpha.25"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"@travetto/cli": {
|