eyes_core 6.9.19 → 6.9.20

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: 751e85219ab97df6600af6d0f233746d79410472b4e49dd53d92174b909a2abd
4
- data.tar.gz: 898518ee5e6dee0be2638dfaf42830c088fdcf5e8d56a8accccea6a7e4bd9ec7
3
+ metadata.gz: db44fed4e58166f4d63a31ad40509bebf328aad390539bc0b926ac461cd58fd7
4
+ data.tar.gz: cea257e91be61687ac20da9e149e1b98b5de277c274f720c6d0f552e6fa88315
5
5
  SHA512:
6
- metadata.gz: 69bbf7ace710c9ba6ea6f8edde83578a8e6bb389f0a7f933686cee0ad9da243b0deacbcbec5c93797b48b8785f864ce45e72cd0733014af9101632c916b17068
7
- data.tar.gz: e3ef4a37b18fd6b1f904d3eb7eb603b875f38e8ad4bc5ef7f4cd61976a8063629a9912ba826eb75a24f16d8b67d41649802a8992be19c2c796235e144fed9bf4
6
+ metadata.gz: 6941cabf87410e9788658e4f28fb9313e8cb4577530c04fca77c68fba633d535f99480cb64075309d42f2ab7342c4cc64524e37c13281829e77c5268716e2c2f
7
+ data.tar.gz: a301b8acbd4099e0886d40e21d73fd2bfccde370a15040142518a3f3a4c15a2f4ce3911de2456b92bdedc28c274fe84452ae538d5f656442bac53e67e0aed2d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.20](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.19...ruby/eyes_core@6.9.20) (2026-03-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.10
9
+ #### Bug Fixes
10
+
11
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
12
+ * @applitools/req bumped to 1.9.0
13
+ #### Features
14
+
15
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
16
+ * @applitools/core bumped to 4.57.0
17
+ #### Features
18
+
19
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
25
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
26
+
27
+
28
+
29
+ * @applitools/nml-client bumped to 1.11.18
30
+
31
+ * @applitools/tunnel-client bumped to 1.11.7
32
+
33
+ * @applitools/ufg-client bumped to 1.19.3
34
+
35
+ * @applitools/core-base bumped to 1.32.0
36
+ #### Features
37
+
38
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
39
+
40
+
41
+ #### Bug Fixes
42
+
43
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
44
+
45
+
46
+
47
+ * @applitools/ec-client bumped to 1.12.20
48
+
49
+ * eyes_universal bumped to 4.57.0
50
+
51
+
3
52
  ## [6.9.19](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.18...ruby/eyes_core@6.9.19) (2026-03-01)
4
53
 
5
54
 
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.56.3"
37
+ spec.add_dependency 'eyes_universal', "= 4.57.0"
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.9.19'.freeze
5
+ VERSION = '6.9.20'.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.19
4
+ version: 6.9.20
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-03-01 00:00:00.000000000 Z
11
+ date: 2026-03-02 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.56.3
47
+ version: 4.57.0
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.56.3
54
+ version: 4.57.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement