hdoc-tools 0.8.1 → 0.8.2

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
@@ -298,7 +298,7 @@ const {
298
298
 
299
299
  // Now build the index
300
300
  console.log('Performing SQlite index creation...\n');
301
- let db_name = path.join(work_path, docId, docId + '.db');
301
+ let db_name = path.join(work_path, docId, 'index.db');
302
302
  const db = new Database(db_name);
303
303
  console.log(`Database created: ${db_name}`);
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {