@applitools/eyes-webdriverio 5.34.0 → 5.34.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.
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## 5.34.1 - 2021/11/14
|
|
7
|
+
|
|
8
|
+
- updated to @applitools/eyes-sdk-core@12.24.1 (from 12.24.0)
|
|
9
|
+
- updated to @applitools/spec-driver-webdriverio@1.2.0 (from 1.1.0)
|
|
10
|
+
- updated to @applitools/visual-grid-client@15.8.45 (from 15.8.44)
|
|
11
|
+
|
|
6
12
|
## 5.34.0 - 2021/11/10
|
|
7
13
|
|
|
8
14
|
- support cookies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.34.
|
|
3
|
+
"version": "5.34.1",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@applitools/eyes-api": "1.1.6",
|
|
110
|
-
"@applitools/eyes-sdk-core": "12.24.
|
|
111
|
-
"@applitools/spec-driver-webdriverio": "1.
|
|
112
|
-
"@applitools/visual-grid-client": "15.8.
|
|
110
|
+
"@applitools/eyes-sdk-core": "12.24.1",
|
|
111
|
+
"@applitools/spec-driver-webdriverio": "1.2.0",
|
|
112
|
+
"@applitools/visual-grid-client": "15.8.45"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@applitools/api-extractor": "1.2.2",
|