eyes_core 6.10.1 → 6.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0453475d6cac8b0616b2b466b5a2de295313eec0329e49f6d1f9cc75d881ac7
4
- data.tar.gz: 6967cc7048b9f4028f70f2be8857772fe36d49b8b0dbce45afe6b8b5ccaeeab0
3
+ metadata.gz: e73fd0af0f6e811ff93f44707966e03e01f061ea81a423379a6032911620658a
4
+ data.tar.gz: f1f4d6db5f234b51a018ccc6927a5cd3d3598809094585365b1fd5ef7f1c1eae
5
5
  SHA512:
6
- metadata.gz: 283d3feac3860077ad07fa688cdb6b7b7b76640e29f0dfaae0ca3ba38b04c83f122dc853dc96338ceae60d2b54474aa6bf22877d871f4e6427f95cd3275f735e
7
- data.tar.gz: 2a437edf40b4417866ef2ab00cd47cd45cc129521e9bdf49082458702798e4c953573ffa3155288841e7935bf5d48e7b81a538d99034ae6fb91532bf4d9aa464
6
+ metadata.gz: 4d77e0265a2ce472fbff17fdf79118bbcadde05efeaf846925c902345f3c6847d7192f6f9f72a46bbdaa8463b8525570f2c08f78604f8638a5ca9b8f2c902f8b
7
+ data.tar.gz: f069e88e51d1d671e9f0b2d77c9821927c384a2d67565cf8d713b00e4e696b2b790d5580b77221f1749987ff05252b827e857ea61690e7971932d873f1b78ba8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.10.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.1...ruby/eyes_core@6.10.2) (2026-04-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.3
9
+ #### Bug Fixes
10
+
11
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
12
+ * @applitools/nml-client bumped to 1.11.23
13
+ #### Bug Fixes
14
+
15
+ * log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
16
+ * @applitools/ufg-client bumped to 1.20.2
17
+ #### Bug Fixes
18
+
19
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
20
+ * @applitools/core bumped to 4.59.2
21
+ #### Bug Fixes
22
+
23
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
24
+
25
+
26
+
27
+ * eyes_universal bumped to 4.59.2
28
+
29
+
3
30
  ## [6.10.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.0...ruby/eyes_core@6.10.1) (2026-04-06)
4
31
 
5
32
 
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.59.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.59.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.10.1'.freeze
5
+ VERSION = '6.10.2'.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.1
4
+ version: 6.10.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: 2026-04-06 00:00:00.000000000 Z
11
+ date: 2026-04-13 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.59.1
47
+ version: 4.59.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.59.1
54
+ version: 4.59.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement