banks-helper 2.1.17 → 2.1.19

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 +12 -1
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -2949,7 +2949,7 @@ export const banks: IBankLogoItem[] = [
2949
2949
  },
2950
2950
  {
2951
2951
  fileName: 'eskhata.svg',
2952
- humanName: 'Эсхата Банк',
2952
+ humanName: 'Банк Эсхата',
2953
2953
  matchedBankNames: [
2954
2954
  'eskhata',
2955
2955
  ],
@@ -2961,4 +2961,15 @@ export const banks: IBankLogoItem[] = [
2961
2961
  'alif',
2962
2962
  ],
2963
2963
  },
2964
+ {
2965
+ fileName: '',
2966
+ humanName: 'E-wallet',
2967
+ matchedBankNames: [
2968
+ 'Электронный кошелек',
2969
+ 'евалет',
2970
+ 'еваллет',
2971
+ 'еволет',
2972
+ 'еволлет',
2973
+ ],
2974
+ },
2964
2975
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.17",
3
+ "version": "2.1.19",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {