From e9c24fcfc9cbf5ea3f193fc25e8061918a33e3f4 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 28 Jun 2018 12:55:23 +0300 Subject: [PATCH] bump frame-comparer version --- lib/image-helper.d.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/image-helper.d.ts b/lib/image-helper.d.ts index 8466480..5b2d5df 100644 --- a/lib/image-helper.d.ts +++ b/lib/image-helper.d.ts @@ -10,7 +10,7 @@ export declare class ImageHelper { blockOutAreas: IRectangle[]; imageOutputLimit(): ImageOptions; thresholdType(): ImageOptions; - threshold(thresholdType: any): 0.01 | 10; + threshold(thresholdType: any): 10 | 0.01; delta(): number; static cropImageDefault(_args: INsCapabilities): { x: number; diff --git a/package.json b/package.json index 19daa95..48dd587 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "blink-diff": "~1.0.13", "chai": "~4.1.0", "chai-as-promised": "~7.1.0", - "frame-comparer": "^1.0.3", + "frame-comparer": "^2.0.0", "glob": "7.1.0", "mobile-devices-controller": "~2.5.0", "mocha": "~5.1.0",