@applitools/eyes 1.34.0 → 1.34.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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.0...js/eyes@1.34.1) (2025-04-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.11.19
9
+
10
+ * @applitools/driver bumped to 1.21.2
11
+ #### Bug Fixes
12
+
13
+ * not properly detected platform if written with underscore | FLD-2892 ([#2934](https://github.com/Applitools-Dev/sdk/issues/2934)) ([5ca4eb9](https://github.com/Applitools-Dev/sdk/commit/5ca4eb9d952cb089b7b3678d0d6f242ac7f9dad5))
14
+ * @applitools/spec-driver-webdriver bumped to 1.2.3
15
+
16
+ * @applitools/spec-driver-selenium bumped to 1.5.99
17
+
18
+ * @applitools/spec-driver-puppeteer bumped to 1.4.28
19
+
20
+ * @applitools/screenshoter bumped to 3.11.2
21
+
22
+ * @applitools/nml-client bumped to 1.9.2
23
+
24
+ * @applitools/ec-client bumped to 1.10.10
25
+
26
+ * @applitools/core bumped to 4.37.1
27
+ #### Bug Fixes
28
+
29
+ * handle slashes in branch name extraction from GITHUB_REF ([#2937](https://github.com/Applitools-Dev/sdk/issues/2937)) ([aa8bfa3](https://github.com/Applitools-Dev/sdk/commit/aa8bfa3118f43c52485362f729556acceea40ac6))
30
+
31
+
32
+
33
+
3
34
  ## [1.34.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.33.4...js/eyes@1.34.0) (2025-04-17)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.34.0",
3
+ "version": "1.34.1",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.37.0",
49
+ "@applitools/core": "4.37.1",
50
50
  "@applitools/logger": "2.1.2",
51
51
  "@applitools/utils": "1.8.0",
52
52
  "chalk": "4.1.2",