2 Commits

Author SHA1 Message Date
68fd50fd4c 4.1.5
Some checks failed
Default (tags) / security (push) Failing after 10s
Default (tags) / test (push) Failing after 10s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-04-03 21:35:04 +00:00
06089300b0 fix(core): No uncommitted changes detected in the repository. The project files and functionality remain unchanged. 2025-04-03 21:35:04 +00:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 2025-04-03 - 4.1.5 - fix(core)
No uncommitted changes detected in the repository. The project files and functionality remain unchanged.
## 2025-04-03 - 4.1.4 - fix(corpus-tests, format-detection) ## 2025-04-03 - 4.1.4 - fix(corpus-tests, format-detection)
Adjust corpus test thresholds and improve XML format detection for invoice documents Adjust corpus test thresholds and improve XML format detection for invoice documents

View File

@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/xinvoice", "name": "@fin.cx/xinvoice",
"version": "4.1.4", "version": "4.1.5",
"private": false, "private": false,
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.", "description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

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