@applitools/eyes 1.34.0 → 1.34.2
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.
- package/CHANGELOG.md +50 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.34.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.1...js/eyes@1.34.2) (2025-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.25.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* openCheckAndClose for offline executions ([#2941](https://github.com/Applitools-Dev/sdk/issues/2941)) ([d44a274](https://github.com/Applitools-Dev/sdk/commit/d44a27423520e17bfc06117b28c17e5f0ea78876))
|
|
12
|
+
* @applitools/ec-client bumped to 1.10.11
|
|
13
|
+
|
|
14
|
+
* @applitools/core bumped to 4.38.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* openCheckAndClose for offline executions ([#2941](https://github.com/Applitools-Dev/sdk/issues/2941)) ([d44a274](https://github.com/Applitools-Dev/sdk/commit/d44a27423520e17bfc06117b28c17e5f0ea78876))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.34.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.0...js/eyes@1.34.1) (2025-04-29)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/dom-snapshot bumped to 4.11.19
|
|
28
|
+
|
|
29
|
+
* @applitools/driver bumped to 1.21.2
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* 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))
|
|
33
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.3
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-selenium bumped to 1.5.99
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.28
|
|
38
|
+
|
|
39
|
+
* @applitools/screenshoter bumped to 3.11.2
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.9.2
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.10.10
|
|
44
|
+
|
|
45
|
+
* @applitools/core bumped to 4.37.1
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* 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))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
3
53
|
## [1.34.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.33.4...js/eyes@1.34.0) (2025-04-17)
|
|
4
54
|
|
|
5
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.2",
|
|
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.
|
|
49
|
+
"@applitools/core": "4.38.0",
|
|
50
50
|
"@applitools/logger": "2.1.2",
|
|
51
51
|
"@applitools/utils": "1.8.0",
|
|
52
52
|
"chalk": "4.1.2",
|