@medicus.ai/medicus-report-pdf-generator 1.0.320 → 1.0.321

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -233,8 +233,7 @@ module.exports = {
233
233
  // Write original PDF (unencrypted)
234
234
  fs.writeFileSync(PDF_FILE_PATH, fileBuffer);
235
235
 
236
- // Encrypt PDF using local qpdf
237
- if (!fs.existsSync(QPDF_PATH)) throw new Error(`qpdf not found at ${QPDF_PATH}`);
236
+
238
237
 
239
238
  (async () => {
240
239
  const qpdf = await import('node-qpdf2');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicus.ai/medicus-report-pdf-generator",
3
- "version": "1.0.320",
3
+ "version": "1.0.321",
4
4
  "description": "Nasco corporate report - latest update in 12/10/2023 - Fix HRC for bionext",
5
5
  "main": "index.js",
6
6
  "scripts": {