@applitools/eyes-webdriverio 5.34.8 → 5.34.9
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.
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 5.34.9 - 2022/1/12
|
|
7
|
+
|
|
8
|
+
- updated to @applitools/eyes-sdk-core@12.24.13 (from 12.24.12)
|
|
9
|
+
- updated to @applitools/visual-grid-client@15.8.60 (from 15.8.59)
|
|
10
|
+
|
|
6
11
|
## 5.34.8 - 2022/1/11
|
|
7
12
|
|
|
8
13
|
- updated to @applitools/eyes-sdk-core@12.24.12 (from 12.24.9)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.34.
|
|
3
|
+
"version": "5.34.9",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@applitools/eyes-api": "1.1.6",
|
|
114
|
-
"@applitools/eyes-sdk-core": "12.24.
|
|
114
|
+
"@applitools/eyes-sdk-core": "12.24.13",
|
|
115
115
|
"@applitools/spec-driver-webdriverio": "1.2.6",
|
|
116
|
-
"@applitools/visual-grid-client": "15.8.
|
|
116
|
+
"@applitools/visual-grid-client": "15.8.60"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@applitools/api-extractor": "1.2.6",
|