@applitools/core 4.31.0 → 4.31.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 +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.31.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.31.0...js/core@4.31.1) (2025-02-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/tunnel-client bumped to 1.6.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* set TLS_REJECT_UNAUTHORIZED in tunnel ([#2706](https://github.com/Applitools-Dev/sdk/issues/2706)) ([abfa821](https://github.com/Applitools-Dev/sdk/commit/abfa82151931bd11767ac1d797cee03855bde34a))
|
|
12
|
+
* @applitools/ec-client bumped to 1.10.4
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* set TLS_REJECT_UNAUTHORIZED in tunnel ([#2706](https://github.com/Applitools-Dev/sdk/issues/2706)) ([abfa821](https://github.com/Applitools-Dev/sdk/commit/abfa82151931bd11767ac1d797cee03855bde34a))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
3
20
|
## [4.31.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.30.1...js/core@4.31.0) (2025-01-30)
|
|
4
21
|
|
|
5
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.1",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@applitools/dom-capture": "11.5.4",
|
|
80
80
|
"@applitools/dom-snapshot": "4.11.15",
|
|
81
81
|
"@applitools/driver": "1.20.4",
|
|
82
|
-
"@applitools/ec-client": "1.10.
|
|
82
|
+
"@applitools/ec-client": "1.10.4",
|
|
83
83
|
"@applitools/logger": "2.1.0",
|
|
84
84
|
"@applitools/nml-client": "1.8.24",
|
|
85
85
|
"@applitools/req": "1.7.7",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@applitools/spec-driver-selenium": "^1.5.95",
|
|
106
106
|
"@applitools/test-server": "^1.2.2",
|
|
107
107
|
"@applitools/test-utils": "^1.5.17",
|
|
108
|
-
"@applitools/tunnel-client": "^1.6.
|
|
108
|
+
"@applitools/tunnel-client": "^1.6.2",
|
|
109
109
|
"@types/node": "^12.20.55",
|
|
110
110
|
"@types/selenium-webdriver": "^4.1.2",
|
|
111
111
|
"@types/semver": "^7.5.8",
|