eyes_core 6.11.9 → 6.11.10

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: 0a91b0bfdbe026e3c54f8551d46340cd5bd619237771b6d1d477ff5666d96c4a
4
- data.tar.gz: 1752e6378873b9f07bc9735a238c338b0d5eafee132fbd5bb119fae7b7007be9
3
+ metadata.gz: cfcb6f2de52791bf01f727ab6796c940770c1207057402eef657c9accee2c309
4
+ data.tar.gz: 68dbd41a45a7915f81a198c5680ebfe5d78385187568fde47b80208d65b7e8ee
5
5
  SHA512:
6
- metadata.gz: ae9da0c741472f79ab238dd502f45fb359e95d9b47b94246a3f6b39dba05d772e769afb4ed688dbdfb6933560b4f224d838c1b220e27573e1f7bd7862d9c7076
7
- data.tar.gz: 258e884e38bcc23a221cc4ca0d90554ed0d87c8c3a456d85e30bc0458c37c7800cb3b2c5e3ba8eacc2c4cbdbd04e7433bb63908073457c0cedee50697e53e4ce
6
+ metadata.gz: ca8a4304ba00c4a76bd35f6eba0f2ad7b46e9f638f74d399a0f264b8e627048b304d9ec4fec1fc2dceb88e506f5988c4517ebb111dac3d0f7a3d491a5b38b11d
7
+ data.tar.gz: 458461577dc572ece726973802ead3243d64eded4554937e4acb02a9128a1a0076def36cf51cdfada13630fd67495e10bda5e9a19b86cb465e16bc02e52ae78f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.11.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.9...ruby/eyes_core@6.11.10) (2026-07-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.2.2
9
+ #### Bug Fixes
10
+
11
+ * CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
12
+ * @applitools/snippets bumped to 2.9.4
13
+ #### Bug Fixes
14
+
15
+ * bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.66.2
20
+ #### Bug Fixes
21
+
22
+ * bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
23
+ * send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
24
+
25
+
26
+
27
+ * @applitools/dom-snapshot bumped to 4.17.6
28
+
29
+ * @applitools/dom-capture bumped to 11.8.4
30
+
31
+ * @applitools/driver bumped to 1.26.6
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.6.6
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.8.6
36
+
37
+ * @applitools/spec-driver-playwright bumped to 1.9.6
38
+
39
+ * @applitools/spec-driver-puppeteer bumped to 1.8.6
40
+
41
+ * @applitools/screenshoter bumped to 3.12.25
42
+
43
+ * @applitools/nml-client bumped to 1.11.36
44
+
45
+ * @applitools/core-base bumped to 1.36.2
46
+ #### Bug Fixes
47
+
48
+ * guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
49
+ * @applitools/ec-client bumped to 1.12.38
50
+
51
+ * eyes_universal bumped to 4.66.2
52
+
53
+
3
54
  ## [6.11.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.8...ruby/eyes_core@6.11.9) (2026-07-08)
4
55
 
5
56
 
data/eyes_core.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  spec.add_dependency 'oj'
36
36
  spec.add_dependency 'websocket'
37
- spec.add_dependency 'eyes_universal', "= 4.66.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.66.2"
38
38
 
39
39
  spec.add_development_dependency 'bundler'
40
40
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.11.9'.freeze
5
+ VERSION = '6.11.10'.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.11.9
4
+ version: 6.11.10
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-07-08 00:00:00.000000000 Z
11
+ date: 2026-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 4.66.1
47
+ version: 4.66.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 4.66.1
54
+ version: 4.66.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement