feat(smartpdf): Improve dependency versions and optimize PDF to PNG conversion.

This commit is contained in:
2025-02-25 18:03:27 +00:00
parent 168527573c
commit 6b74301588
7 changed files with 3391 additions and 2286 deletions

View File

@@ -14,28 +14,27 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsdoc": "^1.4.2",
"@git.zone/tsbuild": "^2.2.1",
"@git.zone/tsdoc": "^1.4.3",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.5.3",
"@types/node": "^22.10.1"
"@git.zone/tstest": "^1.0.96",
"@push.rocks/tapbundle": "^5.5.6",
"@types/node": "^22.13.5"
},
"dependencies": {
"@push.rocks/smartbuffer": "^3.0.4",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.0.21",
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartnetwork": "^3.0.0",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartpuppeteer": "^2.0.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartpuppeteer": "^2.0.5",
"@push.rocks/smartunique": "^3.0.9",
"@tsclass/tsclass": "^4.1.2",
"@tsclass/tsclass": "^4.4.0",
"@types/express": "^5.0.0",
"express": "^4.21.1",
"express": "^4.21.2",
"pdf-lib": "^1.17.1",
"pdf2json": "3.1.4",
"pdf2pic": "^3.1.3"
"pdf2json": "3.1.5"
},
"files": [
"ts/**/*",