webdriver-image-comparison
Advanced tools
Comparing version 7.3.0 to 7.3.1
# webdriver-image-comparison | ||
## 7.3.1 | ||
### Patch Changes | ||
- 69d25fe: Multiple fixes: | ||
- update deps | ||
## 7.3.0 | ||
@@ -7,3 +15,3 @@ | ||
- 2d033e8: #691 Add option to ignore blinking cursors / carets | ||
- 2d033e8: #691 Add option to ignore blinking cursors / carets | ||
@@ -10,0 +18,0 @@ ### Patch Changes |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"author": "Wim Selles - wswebcreation", | ||
@@ -20,3 +20,3 @@ "description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
"dependencies": { | ||
"fs-extra": "^11.2.0", | ||
"fs-extra": "^11.3.0", | ||
"jimp": "^1.6.0", | ||
@@ -29,3 +29,3 @@ "@wdio/logger": "^9.4.4" | ||
"copyfiles": "^2.4.1", | ||
"webdriverio": "^9.4.5" | ||
"webdriverio": "^9.7.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
1344764
Updatedfs-extra@^11.3.0