banks-helper 2.2.16 → 2.2.17

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 +11 -10
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -2559,7 +2559,7 @@ export const banks: IBankLogoItem[] = [
2559
2559
  {
2560
2560
  // https://www.kapitalbank.az/
2561
2561
  fileName: 'kapitalbank_az.svg',
2562
- humanName: 'KapitalBank',
2562
+ humanName: 'Kapital Bank',
2563
2563
  matchedBankNames: [
2564
2564
  'KAPITAL BANK',
2565
2565
  'KAPITAL BANK JSB',
@@ -2568,7 +2568,7 @@ export const banks: IBankLogoItem[] = [
2568
2568
  {
2569
2569
  // https://www.kapitalbank.uz/
2570
2570
  fileName: 'kapitalbank_uz.svg',
2571
- humanName: 'KAPITALBANK',
2571
+ humanName: 'Kapitalbank',
2572
2572
  matchedBankNames: [],
2573
2573
  },
2574
2574
  {
@@ -2764,13 +2764,19 @@ export const banks: IBankLogoItem[] = [
2764
2764
  ],
2765
2765
  },
2766
2766
  {
2767
+ // https://xb.uz/
2767
2768
  fileName: 'xb.svg',
2768
- humanName: 'Xalq bank',
2769
+ humanName: 'Xalq banki',
2770
+ matchedBankNames: [],
2771
+ },
2772
+ {
2773
+ // https://www.xalqbank.az/
2774
+ fileName: 'xalqbank.svg',
2775
+ humanName: 'XalqBank',
2769
2776
  matchedBankNames: [
2770
2777
  'XALQ BANK',
2771
2778
  'OJSC XALQ BANK',
2772
- 'OPEN JOINT-STOCK COMPANY XALQ BANK',
2773
- ],
2779
+ 'OPEN JOINT-STOCK COMPANY XALQ BANK'],
2774
2780
  },
2775
2781
  {
2776
2782
  fileName: 'ab.svg',
@@ -3139,9 +3145,4 @@ export const banks: IBankLogoItem[] = [
3139
3145
  humanName: 'DostBank',
3140
3146
  matchedBankNames: [],
3141
3147
  },
3142
- {
3143
- fileName: 'xalqbank.svg',
3144
- humanName: 'XalqBank',
3145
- matchedBankNames: [],
3146
- },
3147
3148
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {