banks-helper 2.2.22 → 2.2.24

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 +2 -1
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -1269,9 +1269,10 @@ export const banks: IBankLogoItem[] = [
1269
1269
  },
1270
1270
  {
1271
1271
  fileName: 'ozonbank.svg',
1272
- humanName: 'OZON BANK',
1272
+ humanName: 'Озон Банк (Ozon)',
1273
1273
  matchedBankNames: [
1274
1274
  'ОЗОН БАНК',
1275
+ 'OZON BANK',
1275
1276
  'Limited Liability Company OZON Bank',
1276
1277
  'LLC OZON Bank',
1277
1278
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.22",
3
+ "version": "2.2.24",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {