fix(core): Fix candidate handling in PDF generation

This commit is contained in:
2024-11-30 20:43:05 +01:00
parent 12a581ced9
commit 3d7bb37849
5 changed files with 3605 additions and 556 deletions

View File

@@ -14,12 +14,12 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsdoc": "^1.3.12",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsdoc": "^1.4.2",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.3.0",
"@types/node": "^22.7.4"
"@push.rocks/tapbundle": "^5.5.3",
"@types/node": "^22.10.1"
},
"dependencies": {
"@push.rocks/smartbuffer": "^3.0.4",
@@ -31,10 +31,10 @@
"@push.rocks/smartpuppeteer": "^2.0.2",
"@push.rocks/smartunique": "^3.0.9",
"@tsclass/tsclass": "^4.1.2",
"@types/express": "^4.17.21",
"express": "^4.21.0",
"@types/express": "^5.0.0",
"express": "^4.21.1",
"pdf-lib": "^1.17.1",
"pdf2json": "3.0.5",
"pdf2json": "3.1.4",
"pdf2pic": "^3.1.3"
},
"files": [