@applitools/eyes 1.38.5 → 1.38.7

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 +64 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.38.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.6...js/eyes@1.38.7) (2026-03-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.10
9
+ #### Bug Fixes
10
+
11
+ * handle empty data URLs in CSS extraction | FLD-4158 ([#3606](https://github.com/Applitools-Dev/sdk/issues/3606)) ([8adef70](https://github.com/Applitools-Dev/sdk/commit/8adef702c7136b0b4a15f150b3d7ca6f649b30a2))
12
+ * @applitools/core bumped to 4.57.1
13
+ #### Bug Fixes
14
+
15
+ * remove checkNetwork from public API, add unit tests ([#3598](https://github.com/Applitools-Dev/sdk/issues/3598)) ([d0a70a3](https://github.com/Applitools-Dev/sdk/commit/d0a70a3b7319aab6e1ca9dbca5e6a94069955447))
16
+
17
+
18
+
19
+
20
+ ## [1.38.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.5...js/eyes@1.38.6) (2026-03-02)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/dom-snapshot bumped to 4.15.10
26
+ #### Bug Fixes
27
+
28
+ * 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))
29
+ * @applitools/req bumped to 1.9.0
30
+ #### Features
31
+
32
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
33
+ * @applitools/core-base bumped to 1.32.0
34
+ #### Features
35
+
36
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
37
+
38
+
39
+ #### Bug Fixes
40
+
41
+ * 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))
42
+
43
+
44
+
45
+ * @applitools/nml-client bumped to 1.11.18
46
+
47
+ * @applitools/tunnel-client bumped to 1.11.7
48
+
49
+ * @applitools/ufg-client bumped to 1.19.3
50
+
51
+ * @applitools/ec-client bumped to 1.12.20
52
+
53
+ * @applitools/core bumped to 4.57.0
54
+ #### Features
55
+
56
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
57
+
58
+
59
+ #### Bug Fixes
60
+
61
+ * 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))
62
+ * 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))
63
+
64
+
65
+
66
+
3
67
  ## [1.38.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.4...js/eyes@1.38.5) (2026-03-01)
4
68
 
5
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.38.5",
3
+ "version": "1.38.7",
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.56.3",
53
+ "@applitools/core": "4.57.1",
54
54
  "@applitools/logger": "2.2.8",
55
55
  "@applitools/utils": "1.14.1",
56
56
  "chalk": "4.1.2",
57
57
  "yargs": "17.7.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@applitools/req": "^1.8.8",
60
+ "@applitools/req": "^1.9.0",
61
61
  "@types/node": "^12.20.55"
62
62
  },
63
63
  "engines": {