Skip to content

Commit 16afab7

Browse files
committed
Version 0.1.12
1 parent a1e4d4d commit 16afab7

File tree

5 files changed

+1551
-1823
lines changed

5 files changed

+1551
-1823
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,33 @@ jobs:
99
- stage: build
1010
node_js: '10'
1111
os: linux
12-
- stage: build
13-
node_js: '11'
14-
os: linux
1512
- stage: build
1613
node_js: '12'
1714
os: linux
18-
- stage: build
19-
node_js: '13'
20-
os: linux
2115
- stage: build
2216
node_js: '14'
2317
os: linux
2418
- stage: build
2519
node_js: '15'
2620
os: linux
2721
- stage: build
28-
node_js: '10'
29-
os: osx
22+
node_js: '16'
23+
os: linux
3024
- stage: build
31-
node_js: '11'
25+
node_js: '10'
3226
os: osx
3327
- stage: build
3428
node_js: '12'
3529
os: osx
36-
- stage: build
37-
node_js: '13'
38-
os: osx
3930
- stage: build
4031
node_js: '14'
4132
os: osx
4233
- stage: build
4334
node_js: '15'
4435
os: osx
36+
- stage: build
37+
node_js: '16'
38+
os: osx
4539
addons:
4640
apt:
4741
sources:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
3333
|--------------------|--------------------|--------------------|--------------------|--------------|--------------------|
3434
| Earlier ||||||
3535
| Node 10 *(Abi 64)* ||||||
36-
| Node 11 *(Abi 67)* | | | || |
36+
| Node 11 *(Abi 67)* | | | || |
3737
| Node 12 *(Abi 72)* ||||||
38-
| Node 13 *(Abi 79)* | | | || |
38+
| Node 13 *(Abi 79)* | | | || |
3939
| Node 14 *(Abi 83)* ||||||
4040
| Node 15 *(Abi 88)* ||||||
41+
| Node 16 *(Abi 93)* ||||||
4142

4243
## Usage
4344

appveyor.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,18 @@
2828
- nodejs_version: 10
2929
GYP_MSVS_VERSION: 2015
3030
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
31-
- nodejs_version: 11
32-
GYP_MSVS_VERSION: 2015
33-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3431
- nodejs_version: 12
3532
GYP_MSVS_VERSION: 2015
3633
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
37-
- nodejs_version: 13
38-
GYP_MSVS_VERSION: 2015
39-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4034
- nodejs_version: 14
4135
GYP_MSVS_VERSION: 2015
4236
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4337
- nodejs_version: 15
4438
GYP_MSVS_VERSION: 2015
4539
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
40+
- nodejs_version: 16
41+
GYP_MSVS_VERSION: 2015
42+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4643
install:
4744
- git submodule update --init --recursive
4845
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -96,21 +93,18 @@
9693
- nodejs_version: 10
9794
GYP_MSVS_VERSION: 2015
9895
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
99-
- nodejs_version: 11
100-
GYP_MSVS_VERSION: 2015
101-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10296
- nodejs_version: 12
10397
GYP_MSVS_VERSION: 2015
10498
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
105-
- nodejs_version: 13
106-
GYP_MSVS_VERSION: 2015
107-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10899
- nodejs_version: 14
109100
GYP_MSVS_VERSION: 2015
110101
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
111102
- nodejs_version: 15
112103
GYP_MSVS_VERSION: 2015
113104
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
105+
- nodejs_version: 16
106+
GYP_MSVS_VERSION: 2015
107+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
114108
install:
115109
- git submodule update --init --recursive
116110
- ps: Install-Product node $env:nodejs_version $env:platform

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"comparison",
88
"visual"
99
],
10-
"version": "0.1.11",
10+
"version": "0.1.12",
1111
"description": "A simple library for comparing two images using a native C++ binding.",
1212
"main": "dist/index.js",
1313
"author": "Frederick Gnodtke",
@@ -67,20 +67,20 @@
6767
]
6868
},
6969
"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",
7575
"nan": "^2.14.1",
7676
"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",
8080
"typedoc": "^0.16.9",
81-
"typescript": "^3.7.5"
81+
"typescript": "^4.3.5"
8282
},
8383
"dependencies": {
84-
"request": "^2.88.0"
84+
"request": "^2.88.2"
8585
}
8686
}

0 commit comments

Comments
 (0)