@applitools/eyes-browser 1.6.2 → 1.6.3

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 (3) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/index.js +182 -164
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.2...js/eyes-browser@1.6.3) (2026-03-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.10
9
+ #### Bug Fixes
10
+
11
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
12
+ * @applitools/req bumped to 1.9.0
13
+ #### Features
14
+
15
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
16
+ * @applitools/core bumped to 4.57.0
17
+ #### Features
18
+
19
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
25
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
26
+
27
+
28
+
29
+ * @applitools/nml-client bumped to 1.11.18
30
+
31
+ * @applitools/tunnel-client bumped to 1.11.7
32
+
33
+ * @applitools/ufg-client bumped to 1.19.3
34
+
35
+ * @applitools/core-base bumped to 1.32.0
36
+ #### Features
37
+
38
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
39
+
40
+
41
+ #### Bug Fixes
42
+
43
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
44
+
45
+
46
+
47
+ * @applitools/ec-client bumped to 1.12.20
48
+
49
+ * @applitools/eyes bumped to 1.38.6
50
+
51
+
3
52
  ## [1.6.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.1...js/eyes-browser@1.6.2) (2026-03-01)
4
53
 
5
54