@stdmx/opencv4nodejs-prebuilt-install 4.1.211 → 4.1.213
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 +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|

|
|
5
|
-

|
|
5
|
+

|
|
6
6
|

|
|
7
7
|
|
|
8
8
|
### Simple installation Opencv versions for node with pre-compiled bindings
|
|
@@ -12,7 +12,7 @@ Cross-platform!
|
|
|
12
12
|
#### Supports
|
|
13
13
|
|
|
14
14
|
- Windows, Linux , MacOS
|
|
15
|
-
- node 12,14,15,16,17,18,19,20
|
|
15
|
+
- node 12,14,15,16,17,18,19,20,21
|
|
16
16
|
- electron 8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25
|
|
17
17
|
- currently arh x64 (possible M1, arm64 and others if were available hosts with the type of processes)
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdmx/opencv4nodejs-prebuilt-install",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.213",
|
|
4
4
|
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"opencv",
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"main": "./lib/opencv4nodejs.js",
|
|
37
37
|
"typings": "./lib/index.d.ts",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"
|
|
39
|
+
"node-gyp": "^9.4.1",
|
|
40
|
+
"prebuild-install": "^7.1.2"
|
|
40
41
|
},
|
|
41
42
|
"engines": {
|
|
42
43
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0 <21.0.0"
|