@applitools/eyes-selenium 4.66.17 → 4.66.18
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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.66.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.66.17...js/eyes-selenium@4.66.18) (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
|
+
|
|
3
22
|
## [4.66.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.66.16...js/eyes-selenium@4.66.17) (2023-08-03)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.66.
|
|
3
|
+
"version": "4.66.18",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"up:framework": "run --top-level add-silent selenium-webdriver"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@applitools/eyes": "1.6.
|
|
52
|
+
"@applitools/eyes": "1.6.7",
|
|
53
53
|
"@applitools/spec-driver-selenium": "1.5.55"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@applitools/api-extractor": "^1.2.21",
|
|
57
|
-
"@applitools/bongo": "^5.4.
|
|
57
|
+
"@applitools/bongo": "^5.4.3",
|
|
58
58
|
"@applitools/generic": "^3.3.5",
|
|
59
59
|
"@applitools/test-utils": "^1.5.17",
|
|
60
60
|
"@types/node": "^12.20.55",
|