@applitools/visual-grid-client
Advanced tools
Comparing version 5.0.6 to 5.0.7
{ | ||
"name": "@applitools/visual-grid-client", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "", | ||
@@ -38,3 +38,3 @@ "main": "src/visual-grid-client.js", | ||
"dependencies": { | ||
"@applitools/eyes.sdk.core": "^1.10.0", | ||
"@applitools/eyes.sdk.core": "^1.11.0", | ||
"@applitools/functional-commons": "^1.0.19", | ||
@@ -53,3 +53,3 @@ "@applitools/http-commons": "^1.1.1", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"chai-spies": "^1.0.0", | ||
@@ -56,0 +56,0 @@ "cookie-parser": "^1.4.3", |
@@ -126,3 +126,3 @@ 'use strict'; | ||
const imageLocation = imageLocationRegion | ||
? Location.fromObject({x: imageLocationRegion.getLeft(), y: imageLocationRegion.getLeft()}) | ||
? Location.fromObject({x: imageLocationRegion.getLeft(), y: imageLocationRegion.getTop()}) | ||
: undefined; | ||
@@ -129,0 +129,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66820