File tree Expand file tree Collapse file tree 3 files changed +35
-294
lines changed Expand file tree Collapse file tree 3 files changed +35
-294
lines changed Original file line number Diff line number Diff line change 7575 "rollup-plugin-preserve-directives" : " ^0.4.0" ,
7676 "semver" : " ^7.6.3" ,
7777 "simple-git" : " ^3.27.0" ,
78- "typedoc" : " 0.26.11 " ,
79- "typedoc-plugin-frontmatter" : " 1.0 .0" ,
80- "typedoc-plugin-markdown" : " 4.2.10 " ,
78+ "typedoc" : " ^0.27.3 " ,
79+ "typedoc-plugin-frontmatter" : " ^1.1 .0" ,
80+ "typedoc-plugin-markdown" : " ^4.3.1 " ,
8181 "typescript-eslint" : " ^8.17.0" ,
8282 "v8flags" : " ^4.0.1" ,
8383 "vite-plugin-dts" : " 4.0.3" ,
Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ export const generateReferenceDocs = async (options) => {
4646 entryPoints : pkg . entryPoints ,
4747 tsconfig : pkg . tsconfig ,
4848 exclude : pkg . exclude ,
49+ out : pkg . outputDir ,
4950 } )
5051
5152 const project = await app . convert ( )
5253
5354 if ( project ) {
54- await app . generateDocs ( project , pkg . outputDir )
55+ await app . generateOutputs ( project )
5556 }
5657 }
5758}
You can’t perform that action at this time.
0 commit comments