fix(smartpdf): lazily initialize SmartPdf, stop it only when present, and make evaluateOnPage reliably close pages

This commit is contained in:
2026-03-09 16:16:15 +00:00
parent efda7c7b01
commit 654cd2619c
3 changed files with 34 additions and 10 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbrowser',
version: '2.0.8',
version: '2.0.9',
description: 'A simplified Puppeteer wrapper for easy automation and testing tasks.'
}