hdoc-tools 0.35.1 → 0.35.3

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.
Files changed (2) hide show
  1. package/hdoc-build.js +1 -1
  2. package/package.json +1 -1
package/hdoc-build.js CHANGED
@@ -1346,7 +1346,7 @@
1346
1346
  dree.scan(work_path, dreeOptions, build_file_callback);
1347
1347
 
1348
1348
  // Create a Chromium browser instance generate PDFs and validate links with
1349
- browser = await puppeteer.launch({ headless: "shell", args: ['--no-sandbox'] });
1349
+ browser = await puppeteer.launch({ headless: false, args: ['--no-sandbox'] });
1350
1350
 
1351
1351
  // Work through MD files and convert to HTML
1352
1352
  const mdPromiseArray = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.35.1",
3
+ "version": "0.35.3",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {