@stdmx/opencv4nodejs-prebuilt-install 4.1.210 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Tested](https://github.com/udarrr/opencv4nodejs-prebuilt-install/workflows/Tests/badge.svg)
4
4
  ![Released](https://github.com/udarrr/opencv4nodejs-prebuilt-install/workflows/Create%20tagged%20release/badge.svg)
5
- ![Supported node versions](https://img.shields.io/badge/node-12%2C%2013%2C%2014%2C%2015%2C%2016%2C%2017%2C%2018%2C%2019%2C%2020-green)
5
+ ![Supported node versions](https://img.shields.io/badge/node-12%2C%2013%2C%2014%2C%2015%2C%2016%2C%2017%2C%2018%2C%2019%2C%2020%2C%2021-green)
6
6
  ![Supported electron versions](https://img.shields.io/badge/electron-8%2C%209%2C%2010%2C%2011%2C%2012%2C%2013%2C%2014%2C%2015%2C%2016%2C%2017%2C%2018%2C%2019%2C%2022%2C%2023%2C%2024%2C%2025-green)
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.210",
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",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/udarrr/opencv4nodejs-prebuilt-install.git"
30
+ "url": "https://github.com/StudioMaX/opencv4nodejs-prebuilt-install.git"
31
31
  },
32
32
  "bugs": {
33
33
  "url": "https://github.com/udarrr/opencv4nodejs-prebuilt-install/issues"
@@ -36,7 +36,8 @@
36
36
  "main": "./lib/opencv4nodejs.js",
37
37
  "typings": "./lib/index.d.ts",
38
38
  "dependencies": {
39
- "prebuild-install": "^7.1.1"
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"