eyes_core 6.11.6 → 6.11.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: d8fd54c1f8cf3611ea52a43af8f82d25fd3024d4102dd63a68ccc7ddd3c70c21
4
- data.tar.gz: bdec29073d82228f2d2afebb3eab0dd6820f2f58a972c7c152c9678e8bfa48ba
3
+ metadata.gz: 714aaff8ffe1f5535d074cb37d1114d433fc928d0ddf24d9af03004ba9215070
4
+ data.tar.gz: 164b0c2576882dbcee7704359588f214800d476741d827b05031d33fed00b03d
5
5
  SHA512:
6
- metadata.gz: d8d7f56079b22b33a37f5b3c0ca957e1db4aea6f04a97fc1a1530c8e450ad054855efb48ca4207a5c593be31cf733776f972fcd7c31aec50014f826bcd8a44eb
7
- data.tar.gz: 50c91f2e1f256f6af3385ee0ac6ae0f892d934486454f0f93dbc7438705e2e1b893388568bac0ab62b7d1dcac2b941f14bb34538dd84268093ed41de0b8b7bc7
6
+ metadata.gz: 6a400b91b0134fccf9c5aff357db2a01afc500457411def8dda91c23c964cb8fcc7574f76dd5cdc59e6c632134cb160cc22b2530fac6060d8fa76a69638b76e5
7
+ data.tar.gz: c4fb992c5938dc80cf75e61c3032f37756653211627f1617a28a2651728e0e9a181d97c52582f58c5dad9073b141f933423740b1113df7ebdcffd7b23fc7f8c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.11.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.6...ruby/eyes_core@6.11.7) (2026-06-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.0
9
+ #### Features
10
+
11
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
12
+ * @applitools/logger bumped to 2.2.13
13
+
14
+ * @applitools/dom-snapshot bumped to 4.17.4
15
+
16
+ * @applitools/socket bumped to 1.3.14
17
+
18
+ * @applitools/req bumped to 1.11.1
19
+ #### Bug Fixes
20
+
21
+ * bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
22
+
23
+
24
+
25
+ * @applitools/image bumped to 1.2.12
26
+
27
+ * @applitools/dom-capture bumped to 11.8.2
28
+
29
+ * @applitools/driver bumped to 1.26.4
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.6.4
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.8.4
34
+
35
+ * @applitools/spec-driver-playwright bumped to 1.9.4
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.8.4
38
+
39
+ * @applitools/screenshoter bumped to 3.12.23
40
+
41
+ * @applitools/nml-client bumped to 1.11.33
42
+
43
+ * @applitools/tunnel-client bumped to 1.12.1
44
+
45
+ * @applitools/ufg-client bumped to 1.22.4
46
+
47
+ * @applitools/core-base bumped to 1.35.3
48
+
49
+ * @applitools/ec-client bumped to 1.12.35
50
+
51
+ * @applitools/core bumped to 4.65.2
52
+
53
+ * eyes_universal bumped to 4.65.2
54
+
55
+ * @applitools/test-server bumped to 1.4.5
56
+
57
+
3
58
  ## [6.11.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.5...ruby/eyes_core@6.11.6) (2026-06-15)
4
59
 
5
60
 
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.65.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.65.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.6'.freeze
5
+ VERSION = '6.11.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.11.6
4
+ version: 6.11.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: 2026-06-15 00:00:00.000000000 Z
11
+ date: 2026-06-18 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.65.1
47
+ version: 4.65.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.65.1
54
+ version: 4.65.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement