banks-helper 1.3.3 → 1.3.4

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.
package/banks.ts CHANGED
@@ -183,13 +183,6 @@ export const banks: IBankLogoItem[] = [
183
183
  'АВАНГАРД',
184
184
  ],
185
185
  },
186
- {
187
- fileName: 'bank_dom_rf.png',
188
- humanName: 'Банк ДОМ.РФ',
189
- matchedBankNames: [
190
- 'БАНК ДОМ.РФ',
191
- ],
192
- },
193
186
  {
194
187
  fileName: 'bank_orenburg.png',
195
188
  humanName: 'БАНК ОРЕНБУРГ',
@@ -714,7 +707,7 @@ export const banks: IBankLogoItem[] = [
714
707
  fileName: 'domrfbank.svg',
715
708
  humanName: 'Банк ДОМ.РФ',
716
709
  matchedBankNames: [
717
- 'БАНК ДОМ.РФ',
710
+ 'Joint Stock Company "Bank DOM.RF"',
718
711
  ],
719
712
  },
720
713
  {
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {
7
7
  "dev": "vite",
8
- "build": "vite build",
9
- "preview": "vite preview",
10
8
  "test": "echo \"Error: no test specified\" && exit 1"
11
9
  },
12
10
  "keywords": [],
Binary file