eyes_core 6.13.6 → 6.13.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: 3f1ce04f68f3658a9f7f75c48da26c7124d5fc11ecdd608798130ca32304f548
4
- data.tar.gz: a4b05756179443f3a0fde0e8fc3c592a0d7d8cf320a9e428d5147350cfe03b13
3
+ metadata.gz: e350952161ede08c7f179c42c2392b06fb138283af34c0a0b36e6061b6b54ad2
4
+ data.tar.gz: 7d0a0d80fbe5aed2cf0f86420f4da1627790ddf3c69389aeee79cbcd4e9f6110
5
5
  SHA512:
6
- metadata.gz: aa0885c8e8c1b14c0e37d18f6087144e980ea6b92483d499058f6b25aed21cf83e67885be890d0756913f75eb530acadc203a86afeac66fe6d1de85771e2e1bb
7
- data.tar.gz: 816397289152e4e776c59b414c437d0339463e82459ab924b47eba119b31009671d888c635b26c165b1fb3d23f2425445c0c06ec49b7c5df49754633cdcea7bc
6
+ metadata.gz: dd58a40f27b0e482e7f42b7cbc8184946d53045ad2292f19e3e40bfd31500ab198898751cda594beaa191a7884f98485cf7f5fce9ab28a4aca0ccfe0270e4604
7
+ data.tar.gz: db055b8051af6afaa464aa78adf54e3151d0cbc50b95dc3918721d2f8316b94fb9721299054c74a0fb019def385d17e2e8ae754b572f9a7844d3736d9b69c75c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.13.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.6...ruby/eyes_core@6.13.7) (2026-09-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.18.3
9
+ #### Bug Fixes
10
+
11
+ * keep authored longhands when a preferred shorthand has no value | FLD-4935 ([#4173](https://github.com/Applitools-Dev/sdk/issues/4173)) ([c864f3d](https://github.com/Applitools-Dev/sdk/commit/c864f3d64f3d13ed7fb931dba6b40cb663d4bb43))
12
+ * @applitools/image bumped to 1.3.3
13
+ #### Bug Fixes
14
+
15
+ * skip empty slices when framing a stitched screenshot | FLD-4924 ([#4197](https://github.com/Applitools-Dev/sdk/issues/4197)) ([9c160fe](https://github.com/Applitools-Dev/sdk/commit/9c160fe4c2bc60b03105cf6c2c54131f26ea0357))
16
+ * @applitools/dom-capture bumped to 11.8.6
17
+ #### Bug Fixes
18
+
19
+ * don't mark visible wrapped inline text as obscured | FLD-4963 ([#4195](https://github.com/Applitools-Dev/sdk/issues/4195)) ([9d6d646](https://github.com/Applitools-Dev/sdk/commit/9d6d646d60d37545f1ec6eb6e5ad3ce011c3a198))
20
+ * @applitools/screenshoter bumped to 3.12.32
21
+
22
+ * @applitools/nml-client bumped to 1.12.4
23
+
24
+ * @applitools/ufg-client bumped to 1.23.4
25
+
26
+ * @applitools/core-base bumped to 1.39.1
27
+
28
+ * @applitools/ec-client bumped to 1.12.47
29
+
30
+ * @applitools/core bumped to 4.70.2
31
+
32
+ * eyes_universal bumped to 4.70.2
33
+
34
+
3
35
  ## [6.13.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.5...ruby/eyes_core@6.13.6) (2026-09-15)
4
36
 
5
37
 
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.70.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.70.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.13.6'.freeze
5
+ VERSION = '6.13.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.13.6
4
+ version: 6.13.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-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-17 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.70.1
47
+ version: 4.70.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.70.1
54
+ version: 4.70.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement