hdoc-tools 0.34.0 → 0.34.1

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-validate.js +1 -1
  2. package/package.json +1 -1
package/hdoc-validate.js CHANGED
@@ -561,7 +561,7 @@ const e = require("express");
561
561
  await axios({
562
562
  url: links[i],
563
563
  method: 'get',
564
- timeout: 10000,
564
+ timeout: 30000,
565
565
  maxRedirects: 5,
566
566
  validateStatus: (status) =>
567
567
  status >= 200 && status < 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {