@applitools/eyes-webdriverio 5.35.0 → 5.35.1

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
 
10
10
 
11
+ ## 5.35.1 - 2022/6/2
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - Fix rounding error of image size when scaling introduces fractions
16
+
11
17
  ## 5.35.0 - 2022/6/1
12
18
 
13
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.35.0",
3
+ "version": "5.35.1",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -111,10 +111,10 @@
111
111
  }
112
112
  },
113
113
  "dependencies": {
114
- "@applitools/eyes-api": "1.5.0",
115
- "@applitools/eyes-sdk-core": "13.6.25",
114
+ "@applitools/eyes-api": "1.5.1",
115
+ "@applitools/eyes-sdk-core": "13.6.28",
116
116
  "@applitools/spec-driver-webdriverio": "1.2.10",
117
- "@applitools/visual-grid-client": "15.12.36"
117
+ "@applitools/visual-grid-client": "15.12.37"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@applitools/api-extractor": "1.2.8",