eyes_core 6.9.6 → 6.9.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: 800eeecfa14c521f6918a77d9c77d4ccaabf3154aeba0f578ac5da89e7d631c0
4
- data.tar.gz: e0c347d8e282c5d49035a5a249bd9877ca86f40ab1adfc910bb9f48a42287654
3
+ metadata.gz: bef5826478c9a8fe67f6fdf6f0456422d435798b8163566d7eca2f7211533dd0
4
+ data.tar.gz: a1a1953e4216cb9419237e7f95c8657080e135cc1790d39245a4da1cb9260e79
5
5
  SHA512:
6
- metadata.gz: d760ea5b3f5197a1a2969f68773389043ae15dbbd3c36c47cf594e199abfc17511c576da6121ff16986f00e8aaccb155640e8488252b16a8247db1041fe99715
7
- data.tar.gz: be4f4f46ea71b2b26567584f017eab0cdd2c71a29a8afdaf3ccccedb7e45da265632ba1e09d2ffe4bfe482d8fea46e7434e36e089955e2e7064d21bb6079c274
6
+ metadata.gz: e0e5b3fdabffd6c0ac9d3492c27afb4d4cec912f5d4df10b814ab31bfaf23319579fac22be9eabc7a3e0691515ba157ac98924426e0ad61b0c6c1dee7d090777
7
+ data.tar.gz: ffb5f681b9f727de972ff49277c654de2bbc4aabec739bffbab717c3991f6520583a34c649acc5a2e5a5067209e3f2de31ab1850d53b713890b69d5e70b407da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.6...ruby/eyes_core@6.9.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
+
3
36
  ## [6.9.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.5...ruby/eyes_core@6.9.6) (2025-10-01)
4
37
 
5
38
 
data/eyes_core.gemspec CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  spec.add_dependency 'colorize'
41
41
  spec.add_dependency 'websocket'
42
42
  spec.add_dependency 'sorted_set'
43
- spec.add_dependency 'eyes_universal', "= 4.49.0"
43
+ spec.add_dependency 'eyes_universal', "= 4.51.0"
44
44
 
45
45
  spec.add_development_dependency 'bundler'
46
46
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.6'.freeze
5
+ VERSION = '6.9.7'.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.6
4
+ version: 6.9.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: faraday
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 4.49.0
117
+ version: 4.51.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 4.49.0
124
+ version: 4.51.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement