hdoc-tools 0.9.30 → 0.9.32

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/hdoc-build-pdf.js CHANGED
@@ -159,7 +159,8 @@
159
159
  right: "30px",
160
160
  bottom: "60px",
161
161
  left: "30px"
162
- }
162
+ },
163
+ timeout: 0
163
164
  });
164
165
  let currdate = new Date;
165
166
  let datetime = currdate.toISOString();
package/hdoc-build.js CHANGED
@@ -1,5 +1,3 @@
1
- const { files } = require('jszip');
2
-
3
1
  (function () {
4
2
  'use strict';
5
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.9.30",
3
+ "version": "0.9.32",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {