eyes_universal 4.42.0 → 4.43.0
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 +27 -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: d77c98c20c08b04759e99a710b6f4ca0d77866ae931f1722fe69e98004013dc5
|
4
|
+
data.tar.gz: 828f95fb9e6616e5574ba1c75e5799a15b3fa47ab9c7d26201ceb0c096cd8e08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c07c68b18c93d58f6010fc3cb9b930bac794090e50488151649b67812204b615cf123d4468946e0d4a2fbb4d9d92e57a31c82ac420eeb2e2050e54a52c8644f
|
7
|
+
data.tar.gz: 4f1c19cd5b55c0a65e54e0c0f64ceedeaa88a336fa465e5d26fbf28c72ab450c97f187aae6f6f409edc1e311374f9c60e94cea0f4c76239bc6e9f467e7109549
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.43.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.42.0...ruby/eyes_universal@4.43.0) (2025-07-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/nml-client bumped to 1.10.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
* @applitools/core-base bumped to 1.26.0
|
16
|
+
#### Features
|
17
|
+
|
18
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
19
|
+
* @applitools/ec-client bumped to 1.11.1
|
20
|
+
|
21
|
+
* @applitools/core bumped to 4.43.0
|
22
|
+
#### Features
|
23
|
+
|
24
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
25
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
3
30
|
## [4.42.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.41.0...ruby/eyes_universal@4.42.0) (2025-07-15)
|
4
31
|
|
5
32
|
|
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.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|