File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 2020 - stage : build
2121 node_js : " 10"
2222 os : linux
23+ - stage : build
24+ node_js : " 11"
25+ os : linux
2326 - stage : build
2427 node_js : " 6"
2528 os : osx
3538 - stage : build
3639 node_js : " 10"
3740 os : osx
41+ - stage : build
42+ node_js : " 11"
43+ os : osx
3844addons :
3945 apt :
4046 sources :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
3737| Node 8 * (Abi 57)* | ✓ | ✓ | ✓ | ✗ | ✓ |
3838| Node 9 * (Abi 59)* | ✓ | ✓ | ✓ | ✗ | ✓ |
3939| Node 10 * (Abi 64)* | ✓ | ✓ | ✓ | ✗ | ✓ |
40+ | Node 11 * (Abi 67)* | ✓ | ✓ | ✓ | ✗ | ✓ |
4041
4142## Usage
4243
Original file line number Diff line number Diff line change 4040 - nodejs_version : 10
4141 GYP_MSVS_VERSION : 2015
4242 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43+ - nodejs_version : 11
44+ GYP_MSVS_VERSION : 2015
45+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
4346 install :
4447 - git submodule update --init --recursive
4548 - ps : Install-Product node $env:nodejs_version $env:platform
Original file line number Diff line number Diff line change 77 " comparison" ,
88 " visual"
99 ],
10- "version" : " 0.1.7 " ,
10+ "version" : " 0.1.8 " ,
1111 "description" : " A simple library for comparing two images using a native C++ binding." ,
1212 "main" : " dist/index.js" ,
1313 "author" : " Frederick Gnodtke" ,
7575 "jest" : " ^21.2.1" ,
7676 "nan" : " ^2.10.0" ,
7777 "node-gyp" : " ^3.6.2" ,
78- "node-libpng" : " ^0.2.3 " ,
78+ "node-libpng" : " ^0.2.7 " ,
7979 "ts-jest" : " ^21.2.3" ,
8080 "tslint" : " ^5.8.0" ,
8181 "typedoc" : " ^0.11.1" ,
Original file line number Diff line number Diff line change @@ -2212,9 +2212,10 @@ node-int64@^0.4.0:
22122212 version "0.4.0"
22132213 resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
22142214
2215- node-libpng@^0.2.3 :
2216- version "0.2.3"
2217- resolved "https://registry.yarnpkg.com/node-libpng/-/node-libpng-0.2.3.tgz#9e0d94575597774dfa74779376ee68e892a6a58b"
2215+ node-libpng@^0.2.7 :
2216+ version "0.2.7"
2217+ resolved "https://registry.yarnpkg.com/node-libpng/-/node-libpng-0.2.7.tgz#f69cf1eb6fb7d8c5005dc12e072b35447a194bff"
2218+ integrity sha512-A8ct3JfKQUFMI338l6N/58VYCRapM4/HR6tVjXyk/hKATC3Y1kQ9g3k2SxBg7nSJeJRNw+yXnUHwRSQeWbuCjA==
22182219 dependencies :
22192220 request "^2.85.0"
22202221
You can’t perform that action at this time.
0 commit comments