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

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -238,7 +238,7 @@ module.exports = {
238
238
  (async () => {
239
239
  const qpdf = await import('node-qpdf2');
240
240
 
241
- qpdf.default.encrypt({
241
+ qpdf.encrypt({
242
242
  input: pdfPassword,
243
243
  output: ENCRYPTED_PDF_PATH,
244
244
  keyLength: 256,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicus.ai/medicus-report-pdf-generator",
3
- "version": "1.0.321",
3
+ "version": "1.0.322",
4
4
  "description": "Nasco corporate report - latest update in 12/10/2023 - Fix HRC for bionext",
5
5
  "main": "index.js",
6
6
  "scripts": {