banks-helper 2.2.8 → 2.2.9

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
@@ -3085,4 +3085,9 @@ export const banks: IBankLogoItem[] = [
3085
3085
  humanName: 'Спитамен Банк',
3086
3086
  matchedBankNames: [],
3087
3087
  },
3088
+ {
3089
+ fileName: 'apexbank.svg',
3090
+ humanName: 'APEX BANK',
3091
+ matchedBankNames: [],
3092
+ },
3088
3093
  ];
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34">
2
+ <path d="M25.5 25.35 17 34l-8.5-8.65L17 16.7l8.5 8.65ZM.3 17l5.05 5.14L17 10.28l11.65 11.86L33.7 17 17 0 .3 17Z" fill="#d40000" fill-rule="evenodd"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {
7
7
  "dev": "vite",
8
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "path": "npm version path",
10
+ "publish": "npm publish"
9
11
  },
10
12
  "keywords": [],
11
13
  "author": "Denis Vasilev",