eyes_images 6.7.6 → 6.7.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: 7834297e05a15ab8bb3a51cc72f240e7a57888fa2df2d76d381088b5db66a196
4
- data.tar.gz: d9ca3daec5bbfa2fa6bd2f42c810d5dc104afbeb8866eba0cdec7ea553c18f6e
3
+ metadata.gz: 56420edf63cc6a576137cd040399f6ae12eec98d125598ee92ef4fc7ccbc56dc
4
+ data.tar.gz: 84568940716e6b928b31d965ac48be6a0fac913d714291eed07f49823512eb82
5
5
  SHA512:
6
- metadata.gz: fee18bbc74f5a7de93b301919866c43890bccd929035b8a8ea35cb7ed9ae8884f81bbfe2dcea4ac00f979999b7943aea1b1acf41d58c304d722ebe35cf20d4b4
7
- data.tar.gz: dad03e7eef7aced0d8da2cf3acba8ab82731e577e8312fa67e6f00c3d57798d057781c9527f6aa55850d2db222461fbf98eb7e24315406be83905523ac080c99
6
+ metadata.gz: 65854426e2d5f6cf1d5cf9290283e37ee6cc31a58f5034c5c2067db2f2e9ba9923d28e637c498a55af37376ee63306537fe06cb5e1cf7c3660e653af0cfcc181
7
+ data.tar.gz: 1b30bf48ffb16abfb48317728442456fdfd6ddd06061fd61141a4fd461d84f10aa208b2930fb4f7845d3903182695c4f4248499d1d3dcacca0938efc31b7646e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.6...ruby/eyes_images@6.7.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.7.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.5...ruby/eyes_images@6.7.6) (2025-10-01)
4
39
 
5
40
 
data/eyes_images.gemspec CHANGED
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
30
30
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
31
31
  spec.require_paths = %w(lib)
32
- spec.add_dependency 'eyes_core', "= 6.9.6"
32
+ spec.add_dependency 'eyes_core', "= 6.9.7"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.7.6'.freeze
5
+ VERSION = '6.7.7'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.6
4
+ version: 6.7.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
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com