eyes.selenium
Advanced tools
Comparing version 3.8.10 to 3.8.11
@@ -0,8 +1,12 @@ | ||
# Changelog | ||
## Unreleased | ||
## 3.8.11 - 2020/3/29 | ||
- RunningSession is no longer determined to be new according to startSession's response status, but rather by the response's payload of `isNew`. ([Trello](https://trello.com/c/60Rm4xXG/240-support-future-long-running-tasks)) | ||
## 3.8.10 | ||
- Fix for bug on mobile browsers that captures the whole screen instead of cropping to just the viewport ([Trello 274](https://trello.com/c/NfcL4xXw)) | ||
# Changelog | ||
## Unreleased | ||
{ | ||
"name": "eyes.selenium", | ||
"version": "3.8.10", | ||
"version": "3.8.11", | ||
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver", | ||
@@ -47,4 +47,4 @@ "keywords": [ | ||
"dependencies": { | ||
"eyes.sdk": "4.0.5", | ||
"eyes.utils": "3.8.1" | ||
"eyes.sdk": "5.0.0", | ||
"eyes.utils": "4.0.0" | ||
}, | ||
@@ -69,2 +69,3 @@ "devDependencies": { | ||
"uc": "bongo --update-changelog", | ||
"verify-commits": "bongo --verify-commits", | ||
"test": "npm run test:unit && npm run test:e2e", | ||
@@ -78,5 +79,5 @@ "test:e2e": "npm run test:selenium", | ||
"typings": "tsc --declaration", | ||
"postpublish": "git push; git push --tags", | ||
"preversion": "yarn vv && yarn vc", | ||
"version": "yarn uc && git add CHANGELOG.md" | ||
"preversion": "yarn vv && yarn vc && yarn verify-commits", | ||
"version": "yarn uc && git add CHANGELOG.md", | ||
"postversion": "git push --follow-tags" | ||
}, | ||
@@ -83,0 +84,0 @@ "license": "SEE LICENSE IN LICENSE", |
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
241758
+ Addedeyes.sdk@5.0.0(transitive)
+ Addedeyes.utils@4.0.0(transitive)
- Removedeyes.sdk@4.0.5(transitive)
- Removedeyes.utils@3.8.1(transitive)
Updatedeyes.sdk@5.0.0
Updatedeyes.utils@4.0.0