banks-helper 2.2.25 → 2.2.27
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 +2 -2
- package/package.json +2 -2
package/banks.ts
CHANGED
|
@@ -2617,7 +2617,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2617
2617
|
},
|
|
2618
2618
|
{
|
|
2619
2619
|
fileName: 'aab.svg',
|
|
2620
|
-
humanName: '
|
|
2620
|
+
humanName: 'Asia Alliance Bank',
|
|
2621
2621
|
matchedBankNames: [
|
|
2622
2622
|
'PRIVATE OJSC BANK ASIA ALLIANCE BANK',
|
|
2623
2623
|
],
|
|
@@ -3321,7 +3321,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
3321
3321
|
},
|
|
3322
3322
|
{
|
|
3323
3323
|
fileName: 'octobank.svg',
|
|
3324
|
-
humanName: '
|
|
3324
|
+
humanName: 'OctoBank',
|
|
3325
3325
|
matchedBankNames: [],
|
|
3326
3326
|
},
|
|
3327
3327
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "banks-helper",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.27",
|
|
4
4
|
"description": "Helps to work with banks names",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"author": "Denis Vasilev",
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"vite": "
|
|
16
|
+
"vite": "8.0.5"
|
|
17
17
|
}
|
|
18
18
|
}
|