banks-helper 2.1.12 → 2.1.13

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
@@ -2888,6 +2888,7 @@ export const banks: IBankLogoItem[] = [
2888
2888
  matchedBankNames: [
2889
2889
  'AmraBank',
2890
2890
  'Amra-bank',
2891
+ 'Amra',
2891
2892
  ],
2892
2893
  },
2893
2894
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {