Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit e887161

Browse files
committedAug 31, 2021
Version bump to v5.3.4 - Support Electron 14
1 parent 211aefb commit e887161

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed
 

‎.github/workflows/tagged_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node: [ 14 ]
3838
task: [ prebuild ]
3939
runtime: [ electron ]
40-
target: [ "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "13.0.0" ]
40+
target: [ "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "13.0.0", "14.0.0" ]
4141
runs-on: ${{matrix.os}}
4242
steps:
4343
- name: Set up Git repository

‎package-lock.json

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs-prebuilt",
3-
"version": "5.3.3",
3+
"version": "5.3.4",
44
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.",
55
"keywords": [
66
"opencv",
@@ -43,10 +43,10 @@
4343
},
4444
"gypfile": true,
4545
"dependencies": {
46-
"nan": "^2.14.2",
46+
"nan": "^2.15.0",
4747
"native-node-utils": "^0.2.7",
4848
"npmlog": "^4.1.2",
49-
"prebuild-install": "^6.1.3"
49+
"prebuild-install": "^6.1.4"
5050
},
5151
"optionalDependencies": {
5252
"@types/node": ">6"

0 commit comments

Comments
 (0)
This repository has been archived.