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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/xinvoice',
version: '1.1.2',
version: '1.2.0',
description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.'
}