@applitools/eyes-images
Advanced tools
Comparing version 4.9.1 to 4.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.10.0](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-images@4.9.1...@applitools/eyes-images@4.10.0) (2019-04-12) | ||
### Features | ||
* move defaultMatchSettings from EyesAbstract to Configuration ([43d305c](https://github.com/applitools/eyes.sdk.javascript1/commit/43d305c)) | ||
## [4.9.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-images@4.9.0...@applitools/eyes-images@4.9.1) (2019-04-08) | ||
@@ -8,0 +19,0 @@ |
@@ -16,3 +16,3 @@ 'use strict'; | ||
* | ||
* @param {string} [serverUrl=EyesBase.getDefaultServerUrl()] The Eyes server URL. | ||
* @param {string} [serverUrl] The Eyes server URL. | ||
* @param {?boolean} [isDisabled=false] - Will be checked <b>before</b> any argument validation. If true, all method | ||
@@ -19,0 +19,0 @@ * will immediately return without performing any action. |
{ | ||
"name": "@applitools/eyes-images", | ||
"version": "4.9.1", | ||
"version": "4.10.0", | ||
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/eyes-common": "^3.1.0", | ||
"@applitools/eyes-sdk-core": "^5.4.2" | ||
"@applitools/eyes-common": "^3.2.0", | ||
"@applitools/eyes-sdk-core": "^5.5.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8ebe9adf6b4c76bd7fb92e7368d9031d6a5ffa15" | ||
"gitHead": "1211720d0086eaf79d3d534426c83ec58e4eaf8b" | ||
} |
43118