File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - stage : build
1818 node_js : " 9"
1919 os : linux
20+ - stage : build
21+ node_js : " 10"
22+ os : linux
2023 - stage : build
2124 node_js : " 6"
2225 os : osx
2932 - stage : build
3033 node_js : " 9"
3134 os : osx
35+ - stage : build
36+ node_js : " 10"
37+ os : osx
3238addons :
3339 apt :
3440 sources :
Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ Please also refer to the **[Documentation](https://prior99.github.io/native-imag
2929
3030This is a native Addon to NodeJS which delivers prebuilt binaries. Only some environments are supported:
3131
32- | Node Version | Windows 64-Bit | Windows 32-Bit | Linux 64-Bit | Linux 32-Bit | OSX |
33- | -------------------| --------------------| --------------------| --------------------| --------------| --------------------|
34- | Earlier | ✗ | ✗ | ✗ | ✗ | ✗ |
35- | Node 6 * (Abi 48)* | ✓ | ✓ | ✓ | ✗ | ✓ |
36- | Node 7 * (Abi 51)* | ✓ | ✓ | ✓ | ✗ | ✓ |
37- | Node 8 * (Abi 57)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38- | Node 9 * (Abi 59)* | ✓ | ✓ | ✓ | ✗ | ✓ |
32+ | Node Version | Windows 64-Bit | Windows 32-Bit | Linux 64-Bit | Linux 32-Bit | OSX |
33+ | --------------------| --------------------| --------------------| --------------------| --------------| --------------------|
34+ | Earlier | ✗ | ✗ | ✗ | ✗ | ✗ |
35+ | Node 6 * (Abi 48)* | ✓ | ✓ | ✓ | ✗ | ✓ |
36+ | Node 7 * (Abi 51)* | ✓ | ✓ | ✓ | ✗ | ✓ |
37+ | Node 8 * (Abi 57)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38+ | Node 9 * (Abi 59)* | ✓ | ✓ | ✓ | ✗ | ✓ |
39+ | Node 10 * (Abi 64)* | ✓ | ✓ | ✓ | ✗ | ✓ |
3940
4041## Usage
4142
Original file line number Diff line number Diff line change 3737 - nodejs_version : 9
3838 GYP_MSVS_VERSION : 2015
3939 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
40+ - nodejs_version : 10
41+ GYP_MSVS_VERSION : 2015
42+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
4043 install :
4144 - git submodule update --init --recursive
4245 - ps : Install-Product node $env:nodejs_version $env:platform
9699 - nodejs_version : 9
97100 GYP_MSVS_VERSION : 2015
98101 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
102+ - nodejs_version : 10
103+ GYP_MSVS_VERSION : 2015
104+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
99105 install :
100106 - git submodule update --init --recursive
101107 - ps : Install-Product node $env:nodejs_version $env:platform
Original file line number Diff line number Diff line change 7575 "jest" : " ^21.2.1" ,
7676 "nan" : " ^2.10.0" ,
7777 "node-gyp" : " ^3.6.2" ,
78- "node-libpng" : " ^0.1.2 " ,
78+ "node-libpng" : " ^0.2.3 " ,
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,9 @@ 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.1.2 :
2216- version "0.1.2 "
2217- resolved "https://registry.yarnpkg.com/node-libpng/-/node-libpng-0.1.2. tgz#9824ff505ce79290220af6fac0f3dd6851151d51 "
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 "
22182218 dependencies :
22192219 request "^2.85.0"
22202220
You can’t perform that action at this time.
0 commit comments