banks-helper 2.2.3 → 2.2.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.
Files changed (2) hide show
  1. package/banks.ts +0 -1
  2. package/package.json +1 -1
package/banks.ts CHANGED
@@ -2856,7 +2856,6 @@ export const banks: IBankLogoItem[] = [
2856
2856
  matchedBankNames: [
2857
2857
  'AmraBank',
2858
2858
  'Amra-bank',
2859
- 'Amra',
2860
2859
  ],
2861
2860
  },
2862
2861
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {