eyes_universal 4.48.0 → 4.49.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 +30 -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: c0a5117b5f167e3d86f4e78c40aad3394f44f47a0a728efe1c45c14a895dd645
|
4
|
+
data.tar.gz: ecf06f8d10e5f6c82f3e2055585dfdcf1fc9124311422ab46b12192187c8b843
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3d8d2142bb0ee0c63fd6f792cd333a7b5db98f1141e31adff1e1f96bce288dd4a615a8f9119ed365fcc09877f14fae6cb3f9fb2c5b2ce1a3b9c66b0f52ea8ad
|
7
|
+
data.tar.gz: 6424437bbe789bc30a551ce218db1085f45ed00c452b922305cddb1e66558875227204af1fe6bb803efcc6f57214238a97c1a339a70ca52b9588888d6128b38a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.49.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.48.0...ruby/eyes_universal@4.49.0) (2025-10-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/screenshoter bumped to 3.12.6
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
|
12
|
+
* @applitools/core-base bumped to 1.28.1
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
* unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
|
16
|
+
* @applitools/nml-client bumped to 1.11.7
|
17
|
+
|
18
|
+
* @applitools/ec-client bumped to 1.12.9
|
19
|
+
|
20
|
+
* @applitools/core bumped to 4.49.0
|
21
|
+
#### Features
|
22
|
+
|
23
|
+
* storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
|
24
|
+
|
25
|
+
|
26
|
+
#### Bug Fixes
|
27
|
+
|
28
|
+
* duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
3
33
|
## [4.48.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.47.1...ruby/eyes_universal@4.48.0) (2025-09-22)
|
4
34
|
|
5
35
|
|
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.49.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-
|
11
|
+
date: 2025-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|