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.18.1 " ,
2+ "version" : " 0.18.2 " ,
33 "npmClient" : " yarn" ,
44 "command" : {
55 "publish" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " pidoc" ,
3- "version" : " 0.18.1 " ,
3+ "version" : " 0.18.2 " ,
44 "description" : " An advanced documentation generator supporting document aggregation." ,
55 "scripts" : {
66 "check" : " tsc --noEmit"
3636 },
3737 "license" : " MIT" ,
3838 "dependencies" : {
39- "@pidoc/core" : " 0.18.1 " ,
39+ "@pidoc/core" : " 0.18.2 " ,
4040 "piral-cli" : " 1.5.4" ,
4141 "piral-cli-webpack5" : " 1.5.4" ,
4242 "piral-core" : " 1.5.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/components" ,
3- "version" : " 0.18.1 " ,
3+ "version" : " 0.18.2 " ,
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.18.1 " ,
3+ "version" : " 0.18.2 " ,
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" ,
4949 "license" : " MIT" ,
5050 "dependencies" : {
5151 "@asciidoctor/core" : " ^3.0.4" ,
52- "@pidoc/components" : " 0.18.1 " ,
52+ "@pidoc/components" : " 0.18.2 " ,
5353 "chokidar" : " ^3.6.0" ,
5454 "keyword-extractor" : " 0.0.28" ,
5555 "markdown-it" : " ^14.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/example-app" ,
33 "private" : true ,
4- "version" : " 0.18.1 " ,
4+ "version" : " 0.18.2 " ,
55 "description" : " Example documentation page" ,
66 "scripts" : {
77 "start" : " pidoc debug" ,
1919 "homepage" : " https://pidoc.js.org" ,
2020 "license" : " MIT" ,
2121 "dependencies" : {
22- "pidoc" : " 0.18.1 "
22+ "pidoc" : " 0.18.2 "
2323 }
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " @pidoc/example-doclet" ,
33 "private" : true ,
4- "version" : " 0.18.1 " ,
4+ "version" : " 0.18.2 " ,
55 "description" : " Example documentation page" ,
66 "scripts" : {
77 "start" : " pidoc debug" ,
2222 "name" : " @pidoc/core"
2323 },
2424 "devDependencies" : {
25- "@pidoc/example-app" : " 0.18.1 " ,
26- "pidoc" : " 0.18.1 "
25+ "@pidoc/example-app" : " 0.18.2 " ,
26+ "pidoc" : " 0.18.2 "
2727 }
2828}
You can’t perform that action at this time.
0 commit comments