eyes_selenium 6.12.28 → 6.12.29

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: 32f098433c741396562e45bff383238db02922c89ee32198f975e0ca0b547278
4
- data.tar.gz: 6727216f9272d25aeda07a348dc2e87f7bba349a4bd1af2dd7e58792c5a73e8b
3
+ metadata.gz: 2e158ea673f9e646ac55f0ae5e5c83e02f94499aec0115ec27d9c85f2265f9a5
4
+ data.tar.gz: b3a93d1a5c3f6a715b1ad5f5e62f2a08affab066c6bd87e75b8f9e502ea80df5
5
5
  SHA512:
6
- metadata.gz: abeaf104fe44a3cb155544ba91eeb8c9fd2f086066f3b147a84b88a76f0dac8f2059d142cb99a748578b58bc29cc3341a4859ed65c11ac9df4a6b8a1d8e3e6ea
7
- data.tar.gz: fe255b054854ca546225ac417da88d344d31d8abdcb12f975665487b2cf7c3e305539c66bf9895cec36c23637a86d3c6f522c18e6e5375fe5b4f1f8d25a0c90e
6
+ metadata.gz: ca74ccce782446cb33b1ffa3bf9f329ebe2058561baec3ef9c2a136df5368aae25d8398b00a59514335857b9a6df2987022036ab37be80a21f52f386ea6a9959
7
+ data.tar.gz: ff83cb0e522fb537eba15c9d6ef54f54b14df22710fcb07b66b8c2610c8ea62c08955f9c25a7e695a82eae29d5787f164e8b964fc270a9154ac4c088cf4369e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.29](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.28...ruby/eyes_selenium@6.12.29) (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
+ * eyes_core bumped to 6.10.2
30
+
31
+
3
32
  ## [6.12.28](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.27...ruby/eyes_selenium@6.12.28) (2026-04-06)
4
33
 
5
34
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_core', "= 6.10.1"
30
+ spec.add_dependency 'eyes_core', "= 6.10.2"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
32
32
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.28'.freeze
5
+ VERSION = '6.12.29'.freeze
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.12.28
4
+ version: 6.12.29
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: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.10.1
19
+ version: 6.10.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.10.1
26
+ version: 6.10.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement