fix(documentation): Updated documentation to reflect accurate module description and usage guidance

This commit is contained in:
2024-12-31 13:41:45 +01:00
parent 16e801f3b1
commit 884f98439c
5 changed files with 161 additions and 46 deletions

View File

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