scv-bilara 3.177.62 → 3.178.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scv-bilara",
3
- "version": "3.177.62",
3
+ "version": "3.178.1",
4
4
  "description": "SuttaCentral bilara-data library",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -15,7 +15,7 @@
15
15
  "log-instance": "^1.6.0",
16
16
  "memo-again": "^0.10.0",
17
17
  "merkle-json": "^2.2.0",
18
- "scv-esm": "^1.115.646",
18
+ "scv-esm": "^1.115.648",
19
19
  "suttacentral-api": "^2.17.60",
20
20
  "tmp": "^0.2.3"
21
21
  },
@@ -496,8 +496,8 @@ found : segs:${segsMatched} by:${method} mlDocs:${nDocs} docs:${nRefs} ${ref
496
496
  break;
497
497
  }
498
498
  });
499
- let footer = mld.docFooter
500
- .replaceAll(/<[^>]*>/g, '');
499
+ let footer = mld.docFooter || '';
500
+ footer = footer.replaceAll(/<[^>]*>/g, '');
501
501
  console.log('\n', footer);
502
502
  });
503
503
  }