@applitools/core 4.44.5 → 4.45.0
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 +26 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.45.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.5...js/core@4.45.0) (2025-09-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-shared bumped to 1.1.1
|
|
14
|
+
#### Code Refactoring
|
|
15
|
+
|
|
16
|
+
* dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
|
|
17
|
+
* @applitools/tunnel-client bumped to 1.11.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* 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))
|
|
21
|
+
* report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
|
|
22
|
+
* @applitools/dom-snapshot bumped to 4.13.5
|
|
23
|
+
|
|
24
|
+
* @applitools/dom-capture bumped to 11.6.3
|
|
25
|
+
|
|
26
|
+
* @applitools/ec-client bumped to 1.12.5
|
|
27
|
+
|
|
28
|
+
|
|
3
29
|
## [4.44.5](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.4...js/core@4.44.5) (2025-08-27)
|
|
4
30
|
|
|
5
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.45.0",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -80,10 +80,10 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@applitools/core-base": "1.27.2",
|
|
83
|
-
"@applitools/dom-capture": "11.6.
|
|
84
|
-
"@applitools/dom-snapshot": "4.13.
|
|
83
|
+
"@applitools/dom-capture": "11.6.3",
|
|
84
|
+
"@applitools/dom-snapshot": "4.13.5",
|
|
85
85
|
"@applitools/driver": "1.23.3",
|
|
86
|
-
"@applitools/ec-client": "1.12.
|
|
86
|
+
"@applitools/ec-client": "1.12.5",
|
|
87
87
|
"@applitools/logger": "2.2.2",
|
|
88
88
|
"@applitools/nml-client": "1.11.3",
|
|
89
89
|
"@applitools/req": "1.8.2",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@applitools/spec-driver-selenium": "^1.7.3",
|
|
111
111
|
"@applitools/test-server": "^1.3.1",
|
|
112
112
|
"@applitools/test-utils": "^1.5.17",
|
|
113
|
-
"@applitools/tunnel-client": "^1.
|
|
113
|
+
"@applitools/tunnel-client": "^1.11.0",
|
|
114
114
|
"@types/mocha": "^10.0.7",
|
|
115
115
|
"@types/node": "^12.20.55",
|
|
116
116
|
"@types/selenium-webdriver": "^4.1.2",
|