israeli-bank-scrapers 3.10.3 → 4.0.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Currently only the following banks are supported:
|
|
|
32
32
|
- OneZero (Experimental) (thanks [@orzarchi](https://github.com/orzarchi))
|
|
33
33
|
|
|
34
34
|
# Prerequisites
|
|
35
|
-
To use this you will need to have [Node.js](https://nodejs.org) >=
|
|
35
|
+
To use this you will need to have [Node.js](https://nodejs.org) >= 16.x installed.
|
|
36
36
|
|
|
37
37
|
# Getting started
|
|
38
38
|
To use these scrapers you'll need to install the package from npm:
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "israeli-bank-scrapers",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provide scrapers for all major Israeli banks and credit card companies",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">= 16.19.0",
|
|
8
8
|
"npm": ">= 6.14.8"
|
|
9
9
|
},
|
|
10
10
|
"main": "lib/index.js",
|