@digimakers/cli 0.3.23 → 0.3.24

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/dist/index.js CHANGED
@@ -102,7 +102,7 @@ async function main() {
102
102
  // Used by puppeteer, see pdf-generator.ts
103
103
  const server = await startServer();
104
104
  try {
105
- // Start conversion and generation process
105
+ // Start conversion and generation process
106
106
  const generator = await createPdfGenerator(server.url);
107
107
  const results = await convertWithConcurrency(files, generator, argv.output, argv.concurrency);
108
108
  await generator.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digimakers/cli",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "CLI tool to convert .docx lesson sheets into stylised PDFs",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",