banks-helper 2.2.15 → 2.2.16

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.
package/banks.ts CHANGED
@@ -2557,13 +2557,20 @@ export const banks: IBankLogoItem[] = [
2557
2557
  ],
2558
2558
  },
2559
2559
  {
2560
- fileName: 'kapital_bank.svg',
2560
+ // https://www.kapitalbank.az/
2561
+ fileName: 'kapitalbank_az.svg',
2561
2562
  humanName: 'KapitalBank',
2562
2563
  matchedBankNames: [
2563
2564
  'KAPITAL BANK',
2564
2565
  'KAPITAL BANK JSB',
2565
2566
  ],
2566
2567
  },
2568
+ {
2569
+ // https://www.kapitalbank.uz/
2570
+ fileName: 'kapitalbank_uz.svg',
2571
+ humanName: 'KAPITALBANK',
2572
+ matchedBankNames: [],
2573
+ },
2567
2574
  {
2568
2575
  fileName: 'unibank.svg',
2569
2576
  humanName: 'Unibank',
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 187 187">
2
+ <path fill="#ffd531" d="M141.1 0 63.8 187h45.3L186.4 0h-45.3zM77.9 0 .6 187h45.3L123.2 0H77.9zM60 0H0v145.3L60 0zM126.9 187H187V41.7L126.9 187z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {
File without changes