@applitools/eyes-cypress 3.60.7 → 3.60.8

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 +72 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.60.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.60.7...js/eyes-cypress@3.60.8) (2026-06-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.1
9
+ #### Bug Fixes
10
+
11
+ * updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
12
+ * @applitools/logger bumped to 2.3.0
13
+ #### Features
14
+
15
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
16
+
17
+
18
+
19
+ * @applitools/core-base bumped to 1.36.0
20
+ #### Features
21
+
22
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
23
+
24
+
25
+
26
+ * @applitools/dom-snapshot bumped to 4.17.5
27
+
28
+ * @applitools/socket bumped to 1.3.15
29
+
30
+ * @applitools/req bumped to 1.11.2
31
+
32
+ * @applitools/image bumped to 1.2.13
33
+
34
+ * @applitools/dom-capture bumped to 11.8.3
35
+
36
+ * @applitools/driver bumped to 1.26.5
37
+
38
+ * @applitools/spec-driver-webdriver bumped to 1.6.5
39
+
40
+ * @applitools/spec-driver-selenium bumped to 1.8.5
41
+
42
+ * @applitools/spec-driver-playwright bumped to 1.9.5
43
+
44
+ * @applitools/spec-driver-puppeteer bumped to 1.8.5
45
+
46
+ * @applitools/screenshoter bumped to 3.12.24
47
+
48
+ * @applitools/nml-client bumped to 1.11.34
49
+
50
+ * @applitools/tunnel-client bumped to 1.12.2
51
+
52
+ * @applitools/ufg-client bumped to 1.22.5
53
+
54
+ * @applitools/ec-client bumped to 1.12.36
55
+
56
+ * @applitools/core bumped to 4.66.0
57
+ #### Features
58
+
59
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
60
+
61
+
62
+ #### Bug Fixes
63
+
64
+ * updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
65
+
66
+
67
+
68
+ * @applitools/core-universal bumped to 1.0.22
69
+
70
+ * @applitools/eyes bumped to 1.43.5
71
+
72
+ * @applitools/test-server bumped to 1.4.6
73
+
74
+
3
75
  ## [3.60.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.60.6...js/eyes-cypress@3.60.7) (2026-06-18)
4
76
 
5
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.60.7",
3
+ "version": "3.60.8",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,12 +52,12 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.65.2",
56
- "@applitools/core-universal": "1.0.21",
57
- "@applitools/eyes": "1.43.4",
55
+ "@applitools/core": "4.66.0",
56
+ "@applitools/core-universal": "1.0.22",
57
+ "@applitools/eyes": "1.43.5",
58
58
  "@applitools/functional-commons": "1.6.0",
59
- "@applitools/logger": "2.2.13",
60
- "@applitools/utils": "1.15.0",
59
+ "@applitools/logger": "2.3.0",
60
+ "@applitools/utils": "1.15.1",
61
61
  "boxen": "5.1.2",
62
62
  "chalk": "3.0.0",
63
63
  "semver": "7.6.2",
@@ -69,7 +69,7 @@
69
69
  "@applitools/bongo": "^5.10.0",
70
70
  "@applitools/generic": "^3.9.2",
71
71
  "@applitools/snaptdout": "^1.1.1",
72
- "@applitools/test-server": "^1.4.5",
72
+ "@applitools/test-server": "^1.4.6",
73
73
  "@applitools/test-utils": "^1.5.17",
74
74
  "@types/he": "^1",
75
75
  "@types/node": "^12.20.55",