@applitools/eyes 1.43.0 → 1.43.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.43.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.43.0...js/eyes@1.43.1) (2026-06-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
12
+ * @applitools/tunnel-client bumped to 1.12.0
13
+ #### Features
14
+
15
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
16
+
17
+
18
+
19
+ * @applitools/nml-client bumped to 1.11.30
20
+
21
+ * @applitools/ufg-client bumped to 1.22.3
22
+
23
+ * @applitools/core-base bumped to 1.35.1
24
+
25
+ * @applitools/ec-client bumped to 1.12.32
26
+
27
+ * @applitools/core bumped to 4.64.1
28
+
29
+
3
30
  ## [1.43.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.42.1...js/eyes@1.43.0) (2026-06-04)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -50,14 +50,14 @@
50
50
  "test": "run --top-level mocha './test/**/*.spec.ts'"
51
51
  },
52
52
  "dependencies": {
53
- "@applitools/core": "4.64.0",
53
+ "@applitools/core": "4.64.1",
54
54
  "@applitools/logger": "2.2.12",
55
55
  "@applitools/utils": "1.14.5",
56
56
  "chalk": "4.1.2",
57
57
  "yargs": "17.7.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@applitools/req": "^1.10.2",
60
+ "@applitools/req": "^1.11.0",
61
61
  "@types/node": "^12.20.55",
62
62
  "nock": "^13.3.0"
63
63
  },