File tree 5 files changed +1551
-1823
lines changed
5 files changed +1551
-1823
lines changed Original file line number Diff line number Diff line change 9
9
- stage : build
10
10
node_js : ' 10'
11
11
os : linux
12
- - stage : build
13
- node_js : ' 11'
14
- os : linux
15
12
- stage : build
16
13
node_js : ' 12'
17
14
os : linux
18
- - stage : build
19
- node_js : ' 13'
20
- os : linux
21
15
- stage : build
22
16
node_js : ' 14'
23
17
os : linux
24
18
- stage : build
25
19
node_js : ' 15'
26
20
os : linux
27
21
- stage : build
28
- node_js : ' 10 '
29
- os : osx
22
+ node_js : ' 16 '
23
+ os : linux
30
24
- stage : build
31
- node_js : ' 11 '
25
+ node_js : ' 10 '
32
26
os : osx
33
27
- stage : build
34
28
node_js : ' 12'
35
29
os : osx
36
- - stage : build
37
- node_js : ' 13'
38
- os : osx
39
30
- stage : build
40
31
node_js : ' 14'
41
32
os : osx
42
33
- stage : build
43
34
node_js : ' 15'
44
35
os : osx
36
+ - stage : build
37
+ node_js : ' 16'
38
+ os : osx
45
39
addons :
46
40
apt :
47
41
sources :
Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
33
33
| --------------------| --------------------| --------------------| --------------------| --------------| --------------------|
34
34
| Earlier | ✗ | ✗ | ✗ | ✗ | ✗ |
35
35
| Node 10 * (Abi 64)* | ✓ | ✓ | ✓ | ✗ | ✓ |
36
- | Node 11 * (Abi 67)* | ✓ | ✓ | ✓ | ✗ | ✓ |
36
+ | Node 11 * (Abi 67)* | ✗ | ✗ | ✗ | ✗ | ✗ |
37
37
| Node 12 * (Abi 72)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38
- | Node 13 * (Abi 79)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38
+ | Node 13 * (Abi 79)* | ✗ | ✗ | ✗ | ✗ | ✗ |
39
39
| Node 14 * (Abi 83)* | ✓ | ✓ | ✓ | ✗ | ✓ |
40
40
| Node 15 * (Abi 88)* | ✓ | ✓ | ✓ | ✗ | ✓ |
41
+ | Node 16 * (Abi 93)* | ✓ | ✓ | ✓ | ✗ | ✓ |
41
42
42
43
## Usage
43
44
Original file line number Diff line number Diff line change 28
28
- nodejs_version : 10
29
29
GYP_MSVS_VERSION : 2015
30
30
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
31
- - nodejs_version : 11
32
- GYP_MSVS_VERSION : 2015
33
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
34
31
- nodejs_version : 12
35
32
GYP_MSVS_VERSION : 2015
36
33
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
37
- - nodejs_version : 13
38
- GYP_MSVS_VERSION : 2015
39
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
40
34
- nodejs_version : 14
41
35
GYP_MSVS_VERSION : 2015
42
36
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43
37
- nodejs_version : 15
44
38
GYP_MSVS_VERSION : 2015
45
39
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
40
+ - nodejs_version : 16
41
+ GYP_MSVS_VERSION : 2015
42
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
46
43
install :
47
44
- git submodule update --init --recursive
48
45
- ps : Install-Product node $env:nodejs_version $env:platform
96
93
- nodejs_version : 10
97
94
GYP_MSVS_VERSION : 2015
98
95
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
99
- - nodejs_version : 11
100
- GYP_MSVS_VERSION : 2015
101
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
102
96
- nodejs_version : 12
103
97
GYP_MSVS_VERSION : 2015
104
98
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
105
- - nodejs_version : 13
106
- GYP_MSVS_VERSION : 2015
107
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
108
99
- nodejs_version : 14
109
100
GYP_MSVS_VERSION : 2015
110
101
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
111
102
- nodejs_version : 15
112
103
GYP_MSVS_VERSION : 2015
113
104
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
105
+ - nodejs_version : 16
106
+ GYP_MSVS_VERSION : 2015
107
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
114
108
install :
115
109
- git submodule update --init --recursive
116
110
- ps : Install-Product node $env:nodejs_version $env:platform
Original file line number Diff line number Diff line change 7
7
" comparison" ,
8
8
" visual"
9
9
],
10
- "version" : " 0.1.11 " ,
10
+ "version" : " 0.1.12 " ,
11
11
"description" : " A simple library for comparing two images using a native C++ binding." ,
12
12
"main" : " dist/index.js" ,
13
13
"author" : " Frederick Gnodtke" ,
67
67
]
68
68
},
69
69
"devDependencies" : {
70
- "@types/jest" : " ^25.1.2 " ,
71
- "@types/node" : " ^13.7 .0" ,
72
- "coveralls" : " ^3.0.9 " ,
73
- "cross-env" : " ^7.0.0 " ,
74
- "jest" : " ^25.1.0 " ,
70
+ "@types/jest" : " ^26.0.23 " ,
71
+ "@types/node" : " ^16.0 .0" ,
72
+ "coveralls" : " ^3.1.1 " ,
73
+ "cross-env" : " ^7.0.3 " ,
74
+ "jest" : " ^27.0.6 " ,
75
75
"nan" : " ^2.14.1" ,
76
76
"node-gyp" : " ^6.1.0" ,
77
- "node-libpng" : " ^0.2.18 " ,
78
- "ts-jest" : " ^25.2.0 " ,
79
- "tslint" : " ^6.0.0 " ,
77
+ "node-libpng" : " ^0.2.20 " ,
78
+ "ts-jest" : " ^27.0.3 " ,
79
+ "tslint" : " ^6.1.3 " ,
80
80
"typedoc" : " ^0.16.9" ,
81
- "typescript" : " ^3.7 .5"
81
+ "typescript" : " ^4.3 .5"
82
82
},
83
83
"dependencies" : {
84
- "request" : " ^2.88.0 "
84
+ "request" : " ^2.88.2 "
85
85
}
86
86
}
You can’t perform that action at this time.
0 commit comments