banks-helper 2.1.18 → 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 +11 -0
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -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.18",
3
+ "version": "2.1.19",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {