Third-Culture-Software / bhima

A hospital information management application for rural Congolese hospitals
https://docs.bhi.ma/
GNU General Public License v2.0
218 stars 104 forks source link

Update puppeteer and coral #7725

Closed jmcameron closed 1 month ago

jmcameron commented 1 month ago

This PR updates puppeteer and coral.

The puppeteer API has changed; its PDF functions return a Uint8Array instead of a Buffer. This PR also changes the BHIMA pdf render function (renderPDF() in server/lib/renderers/pdf.js) to return a Buffer so that all BHIMA functionality remains unchanged.

TESTING: