feat(core): Improve XML processing and error handling for PDF invoice attachments

This commit is contained in:
2025-03-17 14:50:35 +00:00
parent 68d8a90a11
commit 9279482616
9 changed files with 2808 additions and 1677 deletions

View File

@@ -14,19 +14,21 @@
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsbundle": "^2.1.0",
"@git.zone/tsbuild": "^2.2.7",
"@git.zone/tsbundle": "^2.2.5",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.5.4",
"@types/node": "^22.10.2"
"@git.zone/tstest": "^1.0.96",
"@push.rocks/tapbundle": "^5.6.0",
"@types/node": "^22.13.10"
},
"dependencies": {
"@push.rocks/smartfile": "^11.0.23",
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartxml": "^1.1.1",
"@tsclass/tsclass": "^4.2.0",
"@tsclass/tsclass": "^5.0.0",
"jsdom": "^24.1.3",
"pako": "^2.1.0",
"pdf-lib": "^1.17.1"
"pdf-lib": "^1.17.1",
"xmldom": "^0.6.0"
},
"repository": {
"type": "git",