@medicus.ai/medicus-report-pdf-generator 1.0.183 → 1.0.184

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -213,6 +213,7 @@ module.exports = {
213
213
 
214
214
 
215
215
  let html = await generateHTMLCorporateReport(decodedJSON, isDebugging);
216
+ console.log('n7lllll', html);
216
217
 
217
218
 
218
219
  // 3: save PDF buffer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicus.ai/medicus-report-pdf-generator",
3
- "version": "1.0.183",
3
+ "version": "1.0.184",
4
4
  "description": "Send Email - latest update in 13/4/2022 - revert localize email body",
5
5
  "main": "index.js",
6
6
  "scripts": {