banks-helper 2.1.3 → 2.1.4

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.
Files changed (2) hide show
  1. package/banks.ts +3 -1
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -2882,6 +2882,8 @@ export const banks: IBankLogoItem[] = [
2882
2882
  {
2883
2883
  fileName: 'amra-bank.svg',
2884
2884
  humanName: 'Амра-банк',
2885
- matchedBankNames: [],
2885
+ matchedBankNames: [
2886
+ 'AmraBank',
2887
+ ],
2886
2888
  },
2887
2889
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {