This commit is contained in:
Philipp Kunz 2024-07-06 15:50:52 +02:00
parent 71ca4a0c6d
commit b1b212d903

View File

@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/mt940parser", "name": "@fin.cx/mt940parser",
"version": "1.0.5", "version": "1.1.0",
"private": false, "private": false,
"description": "A parser to process and extract statements from MT940 format files, commonly used by banks for electronic account statements.", "description": "A parser to process and extract statements from MT940 format files, commonly used by banks for electronic account statements.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -53,4 +53,4 @@
"file handling", "file handling",
"error handling" "error handling"
] ]
} }