File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.16.0 " ,
2+ "version" : " 0.16.1 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "command" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " pidoc" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " An advanced documentation generator supporting document aggregation." ,
55 "scripts" : {
66 "check" : " tsc --noEmit"
2929 "homepage" : " https://docs.piral.io" ,
3030 "license" : " MIT" ,
3131 "dependencies" : {
32- "@pidoc/core" : " 0.16.0 " ,
32+ "@pidoc/core" : " 0.16.1 " ,
3333 "piral-cli" : " latest" ,
3434 "piral-cli-webpack5" : " latest" ,
3535 "piral-core" : " latest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/components" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Components for generating a dynamic documentation experience like for docs.piral.io." ,
55 "main" : " ./src/index.ts" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/core" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Tools for generating a dynamic documentation experience like for docs.piral.io." ,
55 "app" : " ./src/index.html" ,
66 "main" : " ./src/tools/index.js" ,
6060 "license" : " MIT" ,
6161 "dependencies" : {
6262 "@asciidoctor/core" : " ^2.2.6" ,
63- "@pidoc/components" : " 0.16.0 " ,
63+ "@pidoc/components" : " 0.16.1 " ,
6464 "chokidar" : " ^3.5.3" ,
6565 "keyword-extractor" : " 0.0.20" ,
6666 "markdown-it" : " ^12.0.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/example-app" ,
33 "private" : true ,
4- "version" : " 0.16.0 " ,
4+ "version" : " 0.16.1 " ,
55 "description" : " Example documentation page" ,
66 "scripts" : {
77 "start" : " pidoc debug" ,
1212 "homepage" : " https://docs.piral.io" ,
1313 "license" : " MIT" ,
1414 "dependencies" : {
15- "pidoc" : " 0.16.0 "
15+ "pidoc" : " 0.16.1 "
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/example-doclet" ,
33 "private" : true ,
4- "version" : " 0.16.0 " ,
4+ "version" : " 0.16.1 " ,
55 "description" : " Example documentation page" ,
66 "scripts" : {
77 "start" : " pidoc debug" ,
1515 "name" : " @pidoc/core"
1616 },
1717 "devDependencies" : {
18- "@pidoc/example-app" : " 0.16.0 " ,
19- "pidoc" : " 0.16.0 "
18+ "@pidoc/example-app" : " 0.16.1 " ,
19+ "pidoc" : " 0.16.1 "
2020 }
2121}
You can’t perform that action at this time.
0 commit comments