@applitools/eyes-selenium 4.82.3 → 4.82.4
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 +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.3...js/eyes-selenium@4.82.4) (2025-09-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.1.1
|
|
9
|
+
#### Code Refactoring
|
|
10
|
+
|
|
11
|
+
* dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
|
|
12
|
+
* @applitools/tunnel-client bumped to 1.11.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
|
|
16
|
+
* report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
|
|
17
|
+
* @applitools/core bumped to 4.45.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/dom-snapshot bumped to 4.13.5
|
|
25
|
+
|
|
26
|
+
* @applitools/dom-capture bumped to 11.6.3
|
|
27
|
+
|
|
28
|
+
* @applitools/ec-client bumped to 1.12.5
|
|
29
|
+
|
|
30
|
+
* @applitools/eyes bumped to 1.36.4
|
|
31
|
+
|
|
32
|
+
|
|
3
33
|
## [4.82.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.2...js/eyes-selenium@4.82.3) (2025-08-27)
|
|
4
34
|
|
|
5
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.4",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.36.
|
|
44
|
+
"@applitools/eyes": "1.36.4",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.7.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|