@applitools/eyes-webdriverio 5.34.15 → 5.34.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,6 +8,13 @@
8
8
 
9
9
 
10
10
 
11
+ ## 5.34.16 - 2022/5/27
12
+
13
+ ### Features
14
+ - Added support for drivers that return screenshots in jpeg format
15
+ ### Bug fixes
16
+ - Improve error message when failed to set viewport size
17
+
11
18
  ## 5.34.15 - 2022/5/23
12
19
 
13
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.34.15",
3
+ "version": "5.34.16",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -112,9 +112,9 @@
112
112
  },
113
113
  "dependencies": {
114
114
  "@applitools/eyes-api": "1.4.1",
115
- "@applitools/eyes-sdk-core": "13.6.19",
115
+ "@applitools/eyes-sdk-core": "13.6.23",
116
116
  "@applitools/spec-driver-webdriverio": "1.2.9",
117
- "@applitools/visual-grid-client": "15.12.31"
117
+ "@applitools/visual-grid-client": "15.12.35"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@applitools/api-extractor": "1.2.7",
@@ -130,7 +130,7 @@
130
130
  "@wdio/dot-reporter": "^7.16.4",
131
131
  "@wdio/local-runner": "^7.16.5",
132
132
  "@wdio/mocha-framework": "^7.16.4",
133
- "chromedriver": "^95.0.0",
133
+ "chromedriver": "^101.0.0",
134
134
  "eslint": "^7.9.0",
135
135
  "eslint-config-prettier": "^7.2.0",
136
136
  "eslint-plugin-mocha-no-only": "^1.1.1",