eyes_selenium 6.12.6 → 6.12.7

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: f57ca6b4224a894eab349f49db2c7929cdb1f754acf4eb03f7c54065eec66703
4
- data.tar.gz: 41d6df1e1358480b80ada69ac6faa145b00ce81200bcad5a2e02eae0bd8af922
3
+ metadata.gz: b7e9e71eea842b19b7e56d1402c59f5a4eaf953d9d8aa4a00ea2f21c2b0a655e
4
+ data.tar.gz: 105211be895df15628e681ea63e3e5df281826a80cc91c10a7143ec2b756e759
5
5
  SHA512:
6
- metadata.gz: 6212a175e4611fbe095e1f2da40162aab01dcb832bea933f279f6036d5d08492783b37c1803ed3c7b508597ff55a077153e47f98378e59a75b5eeee761f8e1a2
7
- data.tar.gz: 103272a6d6ccc3b1586c9cbaacd6959f748b8847f9e8d299312a330fa013e4926e57f2e6f7dcebc339e17d68913bd2969e4e0066d0b20b54f845756c895fa031
6
+ metadata.gz: 666fb2514bfb53827f5e8badd7da8548f1482e2f153f8093ed6dd37278ebeb3688e761578bcfb2d39817cb9621cab696ce2b17db4819a71732f18cb1d970d4fe
7
+ data.tar.gz: b95a462544b074f3000ee9a029003451356741b56d90c50076911a771c022ec61e8ac548d0cb2afe37c3ff25c0fcb9b919577a8243d448122f88e74deff434df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.6...ruby/eyes_selenium@6.12.7) (2025-11-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.14.0
9
+ #### Features
10
+
11
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * sandbox prototype pollution | FLD-3738 ([#3310](https://github.com/Applitools-Dev/sdk/issues/3310)) ([3185558](https://github.com/Applitools-Dev/sdk/commit/31855586851d5372169aae7bf0268cec139abc59))
17
+
18
+
19
+ #### Code Refactoring
20
+
21
+ * blob generation error handling ([#2501](https://github.com/Applitools-Dev/sdk/issues/2501)) ([94bc14f](https://github.com/Applitools-Dev/sdk/commit/94bc14faf3de0fd9a8ca24af4870f839756a8aad))
22
+ * @applitools/ufg-client bumped to 1.18.0
23
+ #### Features
24
+
25
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
26
+ * @applitools/core bumped to 4.51.0
27
+ #### Features
28
+
29
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
30
+
31
+
32
+
33
+ * eyes_universal bumped to 4.51.0
34
+
35
+ * eyes_core bumped to 6.9.7
36
+
37
+
3
38
  ## [6.12.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.5...ruby/eyes_selenium@6.12.6) (2025-10-01)
4
39
 
5
40
 
@@ -27,7 +27,7 @@ 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.9.6"
30
+ spec.add_dependency 'eyes_core', "= 6.9.7"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3'
32
32
  spec.add_dependency 'css_parser'
33
33
  spec.add_dependency 'crass'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.6'.freeze
5
+ VERSION = '6.12.7'.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.6
4
+ version: 6.12.7
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-10-01 00:00:00.000000000 Z
11
+ date: 2025-11-03 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.9.6
19
+ version: 6.9.7
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.9.6
26
+ version: 6.9.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement