banks-helper 1.1.16 → 1.1.17

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 +1 -0
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -671,6 +671,7 @@ export const banks: IBankLogoItem[] = [
671
671
  fileName: 'aloqabank.svg',
672
672
  humanName: 'AloqaBank',
673
673
  matchedBankNames: [
674
+ 'AloqaBank',
674
675
  'ALOQABANK',
675
676
  'JSC "ALOQABANK"',
676
677
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {