@applitools/core 4.59.3 → 4.60.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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.60.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.59.3...js/core@4.60.0) (2026-04-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/req bumped to 1.10.0
14
+ #### Features
15
+
16
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
17
+ * @applitools/ufg-client bumped to 1.21.0
18
+ #### Features
19
+
20
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
21
+
22
+
23
+
24
+ * @applitools/nml-client bumped to 1.11.25
25
+
26
+ * @applitools/tunnel-client bumped to 1.11.11
27
+
28
+ * @applitools/core-base bumped to 1.33.0
29
+ #### Features
30
+
31
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
32
+
33
+
34
+
35
+ * @applitools/ec-client bumped to 1.12.26
36
+
37
+
3
38
  ## [4.59.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.59.2...js/core@4.59.3) (2026-04-16)
4
39
 
5
40
 
@@ -37,6 +37,7 @@ function populateEyesServerSettings(settings) {
37
37
  apiKey: settings.apiKey,
38
38
  proxy: settings.proxy,
39
39
  useDnsCache: settings.useDnsCache,
40
+ httpVersion: settings.httpVersion,
40
41
  };
41
42
  }
42
43
  exports.populateEyesServerSettings = populateEyesServerSettings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.59.3",
3
+ "version": "4.60.0",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -60,18 +60,18 @@
60
60
  "setup:standalone": "sh -c 'yarn chromedriver --port=4444 --verbose &'"
61
61
  },
62
62
  "dependencies": {
63
- "@applitools/core-base": "1.32.5",
63
+ "@applitools/core-base": "1.33.0",
64
64
  "@applitools/dom-capture": "11.7.1",
65
65
  "@applitools/dom-snapshot": "4.16.4",
66
66
  "@applitools/driver": "1.25.5",
67
- "@applitools/ec-client": "1.12.25",
67
+ "@applitools/ec-client": "1.12.26",
68
68
  "@applitools/logger": "2.2.11",
69
- "@applitools/nml-client": "1.11.24",
70
- "@applitools/req": "1.9.3",
69
+ "@applitools/nml-client": "1.11.25",
70
+ "@applitools/req": "1.10.0",
71
71
  "@applitools/screenshoter": "3.12.18",
72
72
  "@applitools/snippets": "2.8.2",
73
73
  "@applitools/socket": "1.3.12",
74
- "@applitools/ufg-client": "1.20.3",
74
+ "@applitools/ufg-client": "1.21.0",
75
75
  "@applitools/utils": "1.14.4",
76
76
  "abort-controller": "3.0.0",
77
77
  "chalk": "4.1.2",
@@ -85,7 +85,7 @@
85
85
  "@applitools/spec-driver-selenium": "^1.7.16",
86
86
  "@applitools/test-server": "^1.4.3",
87
87
  "@applitools/test-utils": "^1.5.17",
88
- "@applitools/tunnel-client": "^1.11.10",
88
+ "@applitools/tunnel-client": "^1.11.11",
89
89
  "@types/mocha": "^10.0.7",
90
90
  "@types/node": "^12.20.55",
91
91
  "@types/selenium-webdriver": "^4.1.2",