File tree Expand file tree Collapse file tree 7 files changed +37
-38
lines changed
Expand file tree Collapse file tree 7 files changed +37
-38
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.1.8 "
3+ "version" : " 0.1.9 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @living-papers/cli" ,
33 "description" : " Authoring tools for scholarly communication." ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " uwdata/living-papers" ,
77 "main" : " src/index.js" ,
1515 "prepublishOnly" : " npm run lint"
1616 },
1717 "dependencies" : {
18- "@living-papers/compiler" : " ^0.1.8 " ,
18+ "@living-papers/compiler" : " ^0.1.9 " ,
1919 "@web/dev-server" : " ^0.4.6" ,
2020 "chalk" : " ^5.4.1" ,
2121 "chokidar" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @living-papers/compiler" ,
33 "description" : " Authoring tools for scholarly communication." ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " uwdata/living-papers" ,
77 "main" : " src/index.js" ,
1515 "dependencies" : {
1616 "@living-papers/article-api" : " ^0.1.4" ,
1717 "@living-papers/ast" : " ^0.1.0" ,
18- "@living-papers/components" : " ^0.1.8 " ,
18+ "@living-papers/components" : " ^0.1.9 " ,
1919 "@living-papers/html-templates" : " ^0.1.0" ,
20- "@living-papers/latex-templates" : " ^0.1.7 " ,
21- "@living-papers/runtime" : " ^0.1.8 " ,
20+ "@living-papers/latex-templates" : " ^0.1.9 " ,
21+ "@living-papers/runtime" : " ^0.1.9 " ,
2222 "@living-papers/runtime-compiler" : " ^0.1.8" ,
2323 "@living-papers/transforms" : " ^0.1.8" ,
2424 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @living-papers/components" ,
33 "description" : " Built-in Living Papers web components." ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " uwdata/living-papers" ,
77 "main" : " src/index.js" ,
1212 "prepublishOnly" : " npm run lint"
1313 },
1414 "dependencies" : {
15- "@living-papers/runtime" : " ^0.1.8 " ,
15+ "@living-papers/runtime" : " ^0.1.9 " ,
1616 "d3-require" : " ^1.3.0" ,
1717 "lit" : " ^3.2.1"
1818 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @living-papers/runtime" ,
33 "description" : " Living Papers reactive runtime." ,
4- "version" : " 0.1.8 " ,
4+ "version" : " 0.1.9 " ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " uwdata/living-papers" ,
77 "main" : " dist/runtime.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @living-papers/latex-templates" ,
33 "description" : " Living Papers LaTeX templates." ,
4- "version" : " 0.1.7 " ,
4+ "version" : " 0.1.9 " ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " uwdata/living-papers"
77}
You can’t perform that action at this time.
0 commit comments