eyes_images 6.7.37 → 6.7.38

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: e43c6bd0306a8ee2c37d01562ae644367b6347d769f9661f3f47b11876c0a324
4
- data.tar.gz: 2d2958c8a6e631ea695dabcafd9e6b552082aa6373454533373d1e6c1185bada
3
+ metadata.gz: 05ca6a3ce7548035610ab56a9d9df66aec0e2951a8012982e7142cb082f1cbaa
4
+ data.tar.gz: 702162002be8cba0bc1c65f236b1e99e947c1c3c3b7ee41e47bad3ab21f739f7
5
5
  SHA512:
6
- metadata.gz: 72a80a7f4ec152e3860cda221553044768bf87e93a2aa3d3aedccfc8d7aaea5fa30d3a68bbbb108a386f10851b38e82c64c3b90ea2955d6e04f46d48cb8936f7
7
- data.tar.gz: 259aa2c3dc9249763d33c4a192f1832e65b6dfae0f5247a25f4696c36ebcb43577c0547de240ae5c5c32731c49749707e1cbcacf13bf388faa6f628c9ddce9a6
6
+ metadata.gz: e478851cbac37c16f020b9574d6be697ef52c076d8ed0b5e08c23ce798e99a6e25c10542d56569fea98839988b5fcd0359e249f4e9686770bae20303d9b802ee
7
+ data.tar.gz: acf59c5e9af883bcea2ab73d65b3fffa9d781d91628c21526ce886208cb5c57a30f8005607988bd636bda43c54a6b427674d808c0b698185931c38e0efb6efc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.38](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.37...ruby/eyes_images@6.7.38) (2026-06-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.17.3
9
+ #### Bug Fixes
10
+
11
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.9.3
16
+ #### Bug Fixes
17
+
18
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
19
+ * @applitools/driver bumped to 1.26.3
20
+
21
+ * @applitools/spec-driver-webdriver bumped to 1.6.3
22
+
23
+ * @applitools/spec-driver-selenium bumped to 1.8.3
24
+
25
+ * @applitools/spec-driver-playwright bumped to 1.9.3
26
+
27
+ * @applitools/spec-driver-puppeteer bumped to 1.8.3
28
+
29
+ * @applitools/screenshoter bumped to 3.12.22
30
+
31
+ * @applitools/nml-client bumped to 1.11.31
32
+
33
+ * @applitools/ec-client bumped to 1.12.33
34
+
35
+ * @applitools/core bumped to 4.65.0
36
+ #### Features
37
+
38
+ * add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
39
+
40
+
41
+ #### Bug Fixes
42
+
43
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
44
+
45
+
46
+
47
+ * eyes_universal bumped to 4.65.0
48
+
49
+ * eyes_core bumped to 6.11.5
50
+
51
+
3
52
  ## [6.7.37](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.36...ruby/eyes_images@6.7.37) (2026-06-09)
4
53
 
5
54
 
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.11.4"
32
+ spec.add_dependency 'eyes_core', "= 6.11.5"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.7.37'.freeze
5
+ VERSION = '6.7.38'.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.37
4
+ version: 6.7.38
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-06-09 00:00:00.000000000 Z
11
+ date: 2026-06-14 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.11.4
19
+ version: 6.11.5
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.11.4
26
+ version: 6.11.5
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com