node-sword-interface 1.0.28 → 1.0.29

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": "node-sword-interface",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -288,10 +288,10 @@ vector<SWModule*> RepositoryInterface::getRepoModulesByLang(string repoName,
288
288
  continue;
289
289
  }
290
290
 
291
- if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
291
+ /*if (moduleType == ModuleType::dict && !hasHebrewStrongsKeys && !hasGreekStrongsKeys) {
292
292
  // In case of a dictionary module we ignore it if there are not Strong's keys
293
293
  continue;
294
- }
294
+ }*/
295
295
 
296
296
  if (hebrewStrongsKeys && !hasHebrewStrongsKeys) {
297
297
  continue;