banks-helper 2.1.5 → 2.1.6

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
@@ -2803,7 +2803,9 @@ export const banks: IBankLogoItem[] = [
2803
2803
  {
2804
2804
  fileName: 'bakai.svg',
2805
2805
  humanName: 'Бакай Банк',
2806
- matchedBankNames: [],
2806
+ matchedBankNames: [
2807
+ 'Bakai',
2808
+ ],
2807
2809
  },
2808
2810
  {
2809
2811
  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.6",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {