Compare commits

..

2 Commits

Author SHA1 Message Date
0512630a59 3.1.7 2022-10-30 17:40:16 +01:00
bc5846751a fix(core): update 2022-10-30 17:40:16 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/tink",
"version": "3.1.6",
"version": "3.1.7",
"private": false,
"description": "an unofficial api abstraction for tink.com",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/tink',
version: '3.1.6',
version: '3.1.7',
description: 'an unofficial api abstraction for tink.com'
}

View File

@ -108,7 +108,8 @@ export class BankTransaction {
description: this.data.descriptions.original,
originAccountId: this.data.accountId,
justForLooks: {
originalScaledAmount: this.data.amount
originalScaledAmount: this.data.amount,
dateIso: new Date(this.data.dates.booked).toISOString()
}
}