@applitools/eyes-webdriverio 5.44.18 → 5.44.19
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 +20 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## [5.44.19](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio-v5.44.18...js/eyes-webdriverio@5.44.19) (2023-08-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/ufg-client bumped to 1.7.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
|
|
12
|
+
* @applitools/core bumped to 3.7.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/eyes bumped to 1.6.7
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [5.44.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.44.17...js/eyes-webdriverio@5.44.18) (2023-08-03)
|
|
4
23
|
|
|
5
24
|
|
|
6
25
|
### Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.44.
|
|
3
|
+
"version": "5.44.19",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"up:framework": "run --top-level add-silent webdriverio"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@applitools/eyes": "1.6.
|
|
99
|
+
"@applitools/eyes": "1.6.7",
|
|
100
100
|
"@applitools/spec-driver-webdriverio": "1.5.10"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@applitools/api-extractor": "^1.2.21",
|
|
104
|
-
"@applitools/bongo": "^5.4.
|
|
104
|
+
"@applitools/bongo": "^5.4.3",
|
|
105
105
|
"@applitools/generic": "^3.3.5",
|
|
106
106
|
"@applitools/test-utils": "^1.5.17",
|
|
107
107
|
"@types/node": "^16.18.14",
|