hdoc-tools 0.47.0 → 0.47.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-build.js +1 -1
  2. package/package.json +1 -1
package/hdoc-build.js CHANGED
@@ -88,7 +88,7 @@
88
88
  let prods_supported = [];
89
89
  let doc_id = "";
90
90
  let git_token =
91
- "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"; // Github fine-grained personal access token that has minimum read-only access to Hornbill Docs metadata
91
+ "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"; // Github fine-grained personal access token that has minimum read-only access to Hornbill Docs metadata
92
92
  let hdocbook_config = {};
93
93
  let hdocbook_project;
94
94
  let includes_found = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {