banks-helper 2.1.5 → 2.1.7

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 +4 -1
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -1847,6 +1847,7 @@ export const banks: IBankLogoItem[] = [
1847
1847
  'СОВКОМБАНК',
1848
1848
  'Public Joint-Stock Company "Sovcombank"',
1849
1849
  'PJSC "Sovcombank"',
1850
+ 'SOVCOM',
1850
1851
  ],
1851
1852
  },
1852
1853
  {
@@ -2803,7 +2804,9 @@ export const banks: IBankLogoItem[] = [
2803
2804
  {
2804
2805
  fileName: 'bakai.svg',
2805
2806
  humanName: 'Бакай Банк',
2806
- matchedBankNames: [],
2807
+ matchedBankNames: [
2808
+ 'Bakai',
2809
+ ],
2807
2810
  },
2808
2811
  {
2809
2812
  fileName: 'mbank.svg',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {