eyes_universal 4.21.2 → 4.24.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +41 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27a70d9a4c6617f705037c7ecba64f1fd6e31ac6c74304757f96e03069c05897
|
|
4
|
+
data.tar.gz: bd1f9817a7d1f54a4f572fda8f75c36c4b31da5779ae5e2b24221d97f793bfa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee938fe0b1760d74375f90032b31d94856ad0a79cd5017586caa5cdf93086e1201fafa8f3555a47f31ac5dff4ea0bb1b66c15654c3f468055bc301e774d4060e
|
|
7
|
+
data.tar.gz: d972dd5e36256233ac3de3fcb9b3c8646f47b83f5f9624cbaf42f74d280e555fd3ef51181eb268ff2f2d4d68273ff1fb1311bac994ca15f4aaab658e635ca987
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.24.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.21.2...ruby/eyes_universal@4.24.2) (2024-11-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.0.16
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
12
|
+
* @applitools/req bumped to 1.7.4
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
16
|
+
* @applitools/core-base bumped to 1.19.3
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
|
24
|
+
|
|
25
|
+
* @applitools/dom-capture bumped to 11.5.2
|
|
26
|
+
|
|
27
|
+
* @applitools/nml-client bumped to 1.8.19
|
|
28
|
+
|
|
29
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
|
30
|
+
|
|
31
|
+
* @applitools/ufg-client bumped to 1.14.1
|
|
32
|
+
|
|
33
|
+
* @applitools/ec-client bumped to 1.9.15
|
|
34
|
+
|
|
35
|
+
* @applitools/core bumped to 4.24.2
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
|
39
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
3
44
|
## [4.21.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.21.0...ruby/eyes_universal@4.21.2) (2024-10-29)
|
|
4
45
|
|
|
5
46
|
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_universal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.24.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: open-uri
|