banks-helper 2.2.10 → 2.2.11

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 -2
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -3093,7 +3093,7 @@ export const banks: IBankLogoItem[] = [
3093
3093
  },
3094
3094
  {
3095
3095
  fileName: 'megapay.svg',
3096
- humanName: 'MEGA Pay',
3096
+ humanName: 'MegaPay',
3097
3097
  matchedBankNames: [
3098
3098
  'megapay',
3099
3099
  'mega pay',
@@ -3101,10 +3101,11 @@ export const banks: IBankLogoItem[] = [
3101
3101
  },
3102
3102
  {
3103
3103
  fileName: 'odengi.svg',
3104
- humanName: 'О!Деньги',
3104
+ humanName: 'O!Dengi',
3105
3105
  matchedBankNames: [
3106
3106
  'оденьги',
3107
3107
  'odengi',
3108
+ 'О!Деньги',
3108
3109
  ],
3109
3110
  },
3110
3111
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {