eyes_core 6.10.4 → 6.10.6

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: 8640f4478e04cbdb5a31ffed53511d47d06aa72f69a5340413d6bfdf435d0963
4
- data.tar.gz: fd73474d4b8cadec354a2d40413c7285405fcf2ca8ebfa494222a409202477d4
3
+ metadata.gz: 4000bf9b51b34bbbc3023538f28095149560be274f8ee14478285e1051988529
4
+ data.tar.gz: a02c899261e129552491d18b805d0108bd3e654d56f62d66c3b6b6e5944e6983
5
5
  SHA512:
6
- metadata.gz: fa90d1b001568eadcfc0c0c307b976f5acb6b3de30269747b9d954b66409d50aaae45c656941698d3673145766a75ef7e7148f63a101d7cef4a1d9630cbd4b6c
7
- data.tar.gz: 15ee4cf5dd9de04abb71be395f0e3e4620583c2c3277aaa779a2ab15b4990897c357595eeb5984dbf068ff9962e16bbcf47023d5ecc7c06169c5aab9bec12796
6
+ metadata.gz: 95a6eea3661a20d1a952cf7e5e18db8f36d961500cc0043f2532762bcce862821e6be7f4c847ddb084b4d61ef6450e965cff51a786770a2e842723c7de462141
7
+ data.tar.gz: a70bea2ea381b71412bab95cc566b262752a1657d4d50cfdd8b46389007809d9d8b2cbdfd2e954fac7dd472c3f972328b028f658700b5dfcc2b73fe5c36b939f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.10.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.5...ruby/eyes_core@6.10.6) (2026-05-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.11.12
9
+ #### Bug Fixes
10
+
11
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
12
+ * @applitools/ec-client bumped to 1.12.27
13
+
14
+ * @applitools/core bumped to 4.61.1
15
+
16
+ * eyes_universal bumped to 4.61.1
17
+
18
+
19
+ ## [6.10.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.4...ruby/eyes_core@6.10.5) (2026-04-29)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * @applitools/ufg-client bumped to 1.22.0
25
+ #### Features
26
+
27
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
28
+ * @applitools/core bumped to 4.61.0
29
+ #### Features
30
+
31
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
32
+
33
+
34
+
35
+ * eyes_universal bumped to 4.61.0
36
+
37
+
3
38
  ## [6.10.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.3...ruby/eyes_core@6.10.4) (2026-04-23)
4
39
 
5
40
 
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.60.0"
37
+ spec.add_dependency 'eyes_universal', "= 4.61.1"
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.10.4'.freeze
5
+ VERSION = '6.10.6'.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.10.4
4
+ version: 6.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-26 00:00:00.000000000 Z
11
+ date: 2026-05-04 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.60.0
47
+ version: 4.61.1
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.60.0
54
+ version: 4.61.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement