fix(tests): use example.com in image conversion test and relax JPEG size assertion

This commit is contained in:
2026-03-01 19:22:25 +00:00
parent 5bc84ffaa0
commit bd6705ca4a
3 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-01 - 4.1.3 - fix(tests)
use example.com in image conversion test and relax JPEG size assertion
- Replaced https://www.wikipedia.org with https://example.com in test/test.ts for the third PDF generation test
- Removed the strict expectation that JPEG size must be smaller than PNG; now only asserts that WebP is smaller than PNG
- Updated test comment to note that JPEG may not be smaller for simple graphics pages
## 2026-03-01 - 4.1.2 - fix(smartfs)
replace smartfile with smartfs, update file reading to use SmartFs, remove GraphicsMagick/Ghostscript dependency checks, bump dev and runtime dependencies, update tests and docs, and adjust npmextra configuration