@ashray.mehta/statement-converter 1.5.3 → 1.6.0

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.
@@ -61,8 +61,8 @@ class ICICIAdapter extends TransactionAdapter_1.TransactionAdapter {
61
61
  const addressForDetails = (_a = XLSXUtil_1.XLSXUtil.findText(sheet, "Transaction Remark")) !== null && _a !== void 0 ? _a : XLSXUtil_1.XLSXUtil.findText(sheet, "Transaction Remarks");
62
62
  const addressForAmount = XLSXUtil_1.XLSXUtil.findText(sheet, "Amount (INR)");
63
63
  const addressForCreditOrDebit = XLSXUtil_1.XLSXUtil.findText(sheet, "CR/DR");
64
- const addressForWithdrawal = XLSXUtil_1.XLSXUtil.findText(sheet, "Withdrawal Amount (INR )");
65
- const addressForDeposit = XLSXUtil_1.XLSXUtil.findText(sheet, "Deposit Amount (INR )");
64
+ const addressForWithdrawal = XLSXUtil_1.XLSXUtil.findText(sheet, "Withdrawal Amount(INR)");
65
+ const addressForDeposit = XLSXUtil_1.XLSXUtil.findText(sheet, "Deposit Amount(INR)");
66
66
  const addressForLegend = XLSXUtil_1.XLSXUtil.findText(sheet, "Legends Used in Account Statement");
67
67
  const startingRow = addressForTransactionDate.r + 1;
68
68
  const range = XLSX.utils.decode_range(sheet['!ref']);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ashray.mehta/statement-converter",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "description": "Library to convert statements from frequently used banks to QIF.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -33,12 +33,12 @@
33
33
  "@types/globalize": "1.5.5",
34
34
  "@types/mocha": "10.0.10",
35
35
  "@types/moment": "2.13.0",
36
- "@types/node": "24.0.13",
36
+ "@types/node": "24.3.0",
37
37
  "@types/yargs": "17.0.33",
38
- "chai": "5.2.1",
39
- "mocha": "11.7.1",
38
+ "chai": "6.0.1",
39
+ "mocha": "11.7.2",
40
40
  "ts-node": "10.9.2",
41
- "tsx": "4.20.3",
42
- "typescript": "5.8.3"
41
+ "tsx": "4.20.5",
42
+ "typescript": "5.9.2"
43
43
  }
44
44
  }