twl-generator 1.2.10 → 1.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twl-generator",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "Generate term-to-article lists from unfoldingWord en_tw archive for Bible books. Works in both Node.js (CLI) and React.js (browser) environments.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -309,7 +309,7 @@ function generateId() {
309
309
  for (let i = 0; i < 3; i++) {
310
310
  id += lettersAndDigits[Math.floor(Math.random() * lettersAndDigits.length)];
311
311
  }
312
- return 'abcd' || id;
312
+ return id;
313
313
  }
314
314
 
315
315
  /**