eyes_core 6.9.12 → 6.9.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 855e00c82ffd7855ca527643733a620ce6e552df874ad88cca67dc0f78d9f55c
4
- data.tar.gz: 4f91f1399ce282d269571692d82667105726034b0d68111e02d5098af890e271
3
+ metadata.gz: d831861123c44f3469a0b279f48f514e447f8661d3cc419764df189fbd00a442
4
+ data.tar.gz: b9b91248876faafbabc7e077b320709ef23ede9f829a3135f01146b40c957180
5
5
  SHA512:
6
- metadata.gz: f7a9c78a2806600ab301f79bedf16576c8016ccdb5209a4f2741b0a8fbe0227e81df850933fda6dd309799683deb9d75c08215431219d9245af6516ee8b02310
7
- data.tar.gz: 6773f56e35c397edc3e0e1315165211d553c1b9ee6daf0f1a13306006768a820805ff083cac9d36c2780674340682997c4360fd798d8bae6a5b3522ace122922
6
+ metadata.gz: f22a08bc0c93852094493b704cb55972331c2978799753c99683521226ef9c4c4e77326dfae431becb635343b8f16d0b4ae0dcc663e5eb0407170412923f8f33
7
+ data.tar.gz: bd55cda5a1f8a704e8901e0db7bd2c939c8a0f6841cba66db8eccb7f1838eedbccd5881cf43f367f4156b4d89f4a765f107cda90ce5e69bb11b00198921ee7ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.12...ruby/eyes_core@6.9.13) (2026-01-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.24.4
9
+ #### Bug Fixes
10
+
11
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
12
+ * @applitools/dom-snapshot bumped to 4.15.5
13
+
14
+ * @applitools/dom-capture bumped to 11.6.8
15
+ #### Bug Fixes
16
+
17
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
18
+ * @applitools/nml-client bumped to 1.11.14
19
+ #### Bug Fixes
20
+
21
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
22
+
23
+
24
+
25
+ * @applitools/core bumped to 4.54.2
26
+ #### Bug Fixes
27
+
28
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
29
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
30
+
31
+
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.7.10
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
38
+
39
+ * @applitools/screenshoter bumped to 3.12.11
40
+
41
+ * @applitools/core-base bumped to 1.31.1
42
+ #### Bug Fixes
43
+
44
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
45
+ * @applitools/ec-client bumped to 1.12.16
46
+
47
+ * eyes_universal bumped to 4.54.2
48
+
49
+
3
50
  ## [6.9.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.11...ruby/eyes_core@6.9.12) (2025-12-28)
4
51
 
5
52
 
data/eyes_core.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  spec.add_dependency 'oj'
36
36
  spec.add_dependency 'websocket'
37
- spec.add_dependency 'eyes_universal', "= 4.54.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.54.2"
38
38
 
39
39
  spec.add_development_dependency 'bundler'
40
40
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.12'.freeze
5
+ VERSION = '6.9.13'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.9.12
4
+ version: 6.9.13
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-12-28 00:00:00.000000000 Z
11
+ date: 2026-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 4.54.1
47
+ version: 4.54.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 4.54.1
54
+ version: 4.54.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement