Skip to content

Commit 5d2f336

Browse files
bump frame-comparer version (#130)
1 parent 6447403 commit 5d2f336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/image-helper.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export declare class ImageHelper {
1010
blockOutAreas: IRectangle[];
1111
imageOutputLimit(): ImageOptions;
1212
thresholdType(): ImageOptions;
13-
threshold(thresholdType: any): 0.01 | 10;
13+
threshold(thresholdType: any): 10 | 0.01;
1414
delta(): number;
1515
static cropImageDefault(_args: INsCapabilities): {
1616
x: number;

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"blink-diff": "~1.0.13",
2929
"chai": "~4.1.0",
3030
"chai-as-promised": "~7.1.0",
31-
"frame-comparer": "^1.0.3",
31+
"frame-comparer": "^2.0.0",
3232
"glob": "7.1.0",
3333
"mobile-devices-controller": "~2.5.0",
3434
"mocha": "~5.1.0",

0 commit comments

Comments
 (0)