eyes_core 6.13.2 → 6.13.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 +94 -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: 471cd3791ae7d03f2c8129b1168f563c8d8f94f53a4d31a71c45c9fb95c22045
|
|
4
|
+
data.tar.gz: b6590b456c5c0016582afcbf44b54681799e81f8d16d0848733995ac4f04854f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 580cf2313f17915545a088c5166a399a0bba92d844075dcc8a2cfacba7592182ca4320ca853d5bd999a4691f3f17e4081456b3fca0e4562e7a2ed948b8e549aa
|
|
7
|
+
data.tar.gz: 1da5edd48f3d24d3541133be32e460cc17fa510ee86b46f05756552d0227a2a5874b4629fc4d003e3c990301b74bcabb7008db071fe24cfffffb8cdb163def0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,99 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.13.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.3...ruby/eyes_core@6.13.4) (2026-08-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.18.2
|
|
9
|
+
#### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* emit adopted stylesheets as placeholder nodes | AD-15243 ([#4118](https://github.com/Applitools-Dev/sdk/issues/4118)) ([7486bbb](https://github.com/Applitools-Dev/sdk/commit/7486bbbc6f599d1de499e031a59eb4502de8b6b1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/driver bumped to 1.26.10
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
19
|
+
* @applitools/screenshoter bumped to 3.12.31
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/ufg-client bumped to 1.23.3
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* extract css dependencies in chunks past the parser's offset limit | FLD-4643 ([#4134](https://github.com/Applitools-Dev/sdk/issues/4134)) ([1ffdc7b](https://github.com/Applitools-Dev/sdk/commit/1ffdc7bc7e1384bfc18ae9a1d5afbf7c342f8f40))
|
|
30
|
+
* @applitools/core bumped to 4.69.2
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* don't send the bare branch name under an scm integration | AD-15642 ([#4140](https://github.com/Applitools-Dev/sdk/issues/4140)) ([41c30b9](https://github.com/Applitools-Dev/sdk/commit/41c30b9999488ebc635528476888a5fc239654a8))
|
|
34
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.10
|
|
39
|
+
|
|
40
|
+
* @applitools/spec-driver-selenium bumped to 1.8.10
|
|
41
|
+
|
|
42
|
+
* @applitools/spec-driver-playwright bumped to 1.9.10
|
|
43
|
+
|
|
44
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.10
|
|
45
|
+
|
|
46
|
+
* @applitools/nml-client bumped to 1.12.2
|
|
47
|
+
|
|
48
|
+
* @applitools/ec-client bumped to 1.12.45
|
|
49
|
+
|
|
50
|
+
* eyes_universal bumped to 4.69.2
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [6.13.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.2...ruby/eyes_core@6.13.3) (2026-08-23)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* @applitools/dom-snapshot bumped to 4.18.1
|
|
59
|
+
#### Performance Improvements
|
|
60
|
+
|
|
61
|
+
* CDT node dedup pass | AD-15243 ([baeab05](https://github.com/Applitools-Dev/sdk/commit/baeab05507e12d4d499050cd770191ef3cd9d0df))
|
|
62
|
+
* @applitools/socket bumped to 1.3.17
|
|
63
|
+
#### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* keep the figma access token out of logs when masking is enabled | AD-15515 ([#4062](https://github.com/Applitools-Dev/sdk/issues/4062)) ([17bc177](https://github.com/Applitools-Dev/sdk/commit/17bc17789d88e2d92f32c66c3a43acb14eec4a70))
|
|
66
|
+
* @applitools/image bumped to 1.3.2
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* bump sharp to ^0.35.3 to clear libvips advisories | FLD-4829 ([#4113](https://github.com/Applitools-Dev/sdk/issues/4113)) ([90c2d08](https://github.com/Applitools-Dev/sdk/commit/90c2d0824cf3dfe56a074800907da6eb940ba350))
|
|
70
|
+
* @applitools/core bumped to 4.69.1
|
|
71
|
+
#### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* keep the figma access token out of logs when masking is enabled | AD-15515 ([#4062](https://github.com/Applitools-Dev/sdk/issues/4062)) ([17bc177](https://github.com/Applitools-Dev/sdk/commit/17bc17789d88e2d92f32c66c3a43acb14eec4a70))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
#### Performance Improvements
|
|
77
|
+
|
|
78
|
+
* CDT node dedup pass | AD-15243 ([baeab05](https://github.com/Applitools-Dev/sdk/commit/baeab05507e12d4d499050cd770191ef3cd9d0df))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
* @applitools/screenshoter bumped to 3.12.30
|
|
83
|
+
|
|
84
|
+
* @applitools/nml-client bumped to 1.12.1
|
|
85
|
+
|
|
86
|
+
* @applitools/tunnel-client bumped to 1.12.4
|
|
87
|
+
|
|
88
|
+
* @applitools/ufg-client bumped to 1.23.2
|
|
89
|
+
|
|
90
|
+
* @applitools/core-base bumped to 1.38.2
|
|
91
|
+
|
|
92
|
+
* @applitools/ec-client bumped to 1.12.44
|
|
93
|
+
|
|
94
|
+
* eyes_universal bumped to 4.69.1
|
|
95
|
+
|
|
96
|
+
|
|
3
97
|
## [6.13.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.13.1...ruby/eyes_core@6.13.2) (2026-08-19)
|
|
4
98
|
|
|
5
99
|
|
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.69.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.69.2"
|
|
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.13.
|
|
4
|
+
version: 6.13.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-08-
|
|
11
|
+
date: 2026-08-30 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.69.
|
|
47
|
+
version: 4.69.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.69.
|
|
54
|
+
version: 4.69.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|