@fin.cx/camt 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@fin.cx/camt',
6
- version: '1.1.0',
6
+ version: '1.1.2',
7
7
  description: 'ISO 20022 CAMT.052/053/054 bank statement parser with exact integer-cent amounts and SEPA reference extraction'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxjQUFjO0lBQ3BCLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSxnSEFBZ0g7Q0FDOUgsQ0FBQSJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fin.cx/camt",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "private": false,
5
5
  "description": "ISO 20022 CAMT.052/053/054 bank statement parser with exact integer-cent amounts and SEPA reference extraction",
6
6
  "main": "dist_ts/index.js",
package/readme.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ISO 20022 CAMT.052/053/054 bank statement parser with exact integer-cent
4
4
  amounts and SEPA reference extraction. The go-forward statement format for
5
- EBICS banking (MT940 is legacy — see `@fin.cx/mt940parser` for that).
5
+ EBICS banking (MT940 is legacy — see `@fin.cx/mt940` for that).
6
6
 
7
7
  Built as the ingestion layer for `@fin.cx/bankrec` (bank reconciliation) and
8
8
  the `@fin.cx/skr` accounting core: amounts never touch IEEE floats — they are
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@fin.cx/camt',
6
- version: '1.1.0',
6
+ version: '1.1.2',
7
7
  description: 'ISO 20022 CAMT.052/053/054 bank statement parser with exact integer-cent amounts and SEPA reference extraction'
8
8
  }