eyes_core 6.10.2 → 6.10.4
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 +4 -4
- data/CHANGELOG.md +184 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8640f4478e04cbdb5a31ffed53511d47d06aa72f69a5340413d6bfdf435d0963
|
|
4
|
+
data.tar.gz: fd73474d4b8cadec354a2d40413c7285405fcf2ca8ebfa494222a409202477d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa90d1b001568eadcfc0c0c307b976f5acb6b3de30269747b9d954b66409d50aaae45c656941698d3673145766a75ef7e7148f63a101d7cef4a1d9630cbd4b6c
|
|
7
|
+
data.tar.gz: 15ee4cf5dd9de04abb71be395f0e3e4620583c2c3277aaa779a2ab15b4990897c357595eeb5984dbf068ff9962e16bbcf47023d5ecc7c06169c5aab9bec12796
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,189 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.10.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.3...ruby/eyes_core@6.10.4) (2026-04-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.10.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
|
|
12
|
+
* @applitools/ufg-client bumped to 1.21.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/core bumped to 4.60.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/nml-client bumped to 1.11.25
|
|
27
|
+
|
|
28
|
+
* @applitools/tunnel-client bumped to 1.11.11
|
|
29
|
+
|
|
30
|
+
* @applitools/core-base bumped to 1.33.0
|
|
31
|
+
#### Features
|
|
32
|
+
|
|
33
|
+
* expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/ec-client bumped to 1.12.26
|
|
38
|
+
|
|
39
|
+
* eyes_universal bumped to 4.60.0
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [6.10.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.2...ruby/eyes_core@6.10.3) (2026-04-16)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Dependencies
|
|
46
|
+
|
|
47
|
+
* @applitools/utils bumped to 1.14.4
|
|
48
|
+
#### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
51
|
+
* @applitools/logger bumped to 2.2.11
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
* @applitools/dom-shared bumped to 1.1.3
|
|
59
|
+
#### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
62
|
+
* @applitools/dom-snapshot bumped to 4.16.4
|
|
63
|
+
#### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
* @applitools/socket bumped to 1.3.12
|
|
70
|
+
#### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
* @applitools/req bumped to 1.9.3
|
|
77
|
+
#### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
* @applitools/image bumped to 1.2.10
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
* @applitools/snippets bumped to 2.8.2
|
|
91
|
+
#### Bug Fixes
|
|
92
|
+
|
|
93
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
94
|
+
* @applitools/dom-capture bumped to 11.7.1
|
|
95
|
+
#### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
* @applitools/driver bumped to 1.25.5
|
|
102
|
+
#### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.10
|
|
109
|
+
#### Bug Fixes
|
|
110
|
+
|
|
111
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
* @applitools/spec-driver-selenium bumped to 1.7.16
|
|
116
|
+
#### Bug Fixes
|
|
117
|
+
|
|
118
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.5
|
|
123
|
+
#### Bug Fixes
|
|
124
|
+
|
|
125
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
* @applitools/screenshoter bumped to 3.12.18
|
|
130
|
+
#### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
* @applitools/nml-client bumped to 1.11.24
|
|
137
|
+
#### Bug Fixes
|
|
138
|
+
|
|
139
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
* @applitools/tunnel-client bumped to 1.11.10
|
|
144
|
+
#### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* prevent listener accumulation causing OOM in tunnel worker | FLD-4423 ([#3761](https://github.com/Applitools-Dev/sdk/issues/3761)) ([85633c3](https://github.com/Applitools-Dev/sdk/commit/85633c3836230e7045a9ff62772631eb2990e32c))
|
|
147
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
148
|
+
* use APPLITOOLS_LOG_DIR as fallback for EG tunnel log directory | FLD-4321 ([#3732](https://github.com/Applitools-Dev/sdk/issues/3732)) ([03a3f60](https://github.com/Applitools-Dev/sdk/commit/03a3f60e9a5cfca066f0f1f07fc56969530cbf8a))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
* @applitools/ufg-client bumped to 1.20.3
|
|
153
|
+
#### Bug Fixes
|
|
154
|
+
|
|
155
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
* @applitools/core-base bumped to 1.32.5
|
|
160
|
+
#### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
* @applitools/ec-client bumped to 1.12.25
|
|
167
|
+
#### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
* @applitools/core bumped to 4.59.3
|
|
174
|
+
#### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* pass top-level fallbackBaselineId through UFG render environments | FLD-4292 ([#3763](https://github.com/Applitools-Dev/sdk/issues/3763)) ([8c46c2e](https://github.com/Applitools-Dev/sdk/commit/8c46c2e9cff684c18dbc83f4bf87ee61f4637c8e))
|
|
177
|
+
* remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
|
|
178
|
+
* restore logDeprecations and else-if guard in UFG snapshot paths ([#3739](https://github.com/Applitools-Dev/sdk/issues/3739)) ([b487a3a](https://github.com/Applitools-Dev/sdk/commit/b487a3a2747b33ce4d912b9c50eb8ed2bb28672e))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
* eyes_universal bumped to 4.59.3
|
|
183
|
+
|
|
184
|
+
* @applitools/test-server bumped to 1.4.3
|
|
185
|
+
|
|
186
|
+
|
|
3
187
|
## [6.10.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.1...ruby/eyes_core@6.10.2) (2026-04-13)
|
|
4
188
|
|
|
5
189
|
|
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.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.60.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
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.10.
|
|
4
|
+
version: 6.10.4
|
|
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-04-
|
|
11
|
+
date: 2026-04-26 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.
|
|
47
|
+
version: 4.60.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.
|
|
54
|
+
version: 4.60.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|