eyes_core 6.3.2 → 6.3.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 +103 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/version.rb +1 -2
- 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: 6e3bdd41cb39fe592e2435eb291cb11f95dd15100ef62ff01bb7a2367d5f2dc7
|
|
4
|
+
data.tar.gz: 562ecc020d33ed96eb606391c512d01ecc7e82a283689db7d492e544054ebe3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d13a8feb534c73676aeec332496d16c6c67cc44e10b58948f172d7f6e5e2962c5f3bd559cc2b0b1daade9997fd1b07c23a23f48de3b9b11f26eed8def07c1ac
|
|
7
|
+
data.tar.gz: 593bf606c4a268488d3d0c116b4e47ce31514e79fb88b8626b829ba1ecd97168baa86d0fc73187c9802ade96c3252ccb8efc5d07f8c4fb23b8da61e73d19b6c7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,108 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.3...ruby/eyes_core@6.3.4) (2024-05-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.11.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
|
|
12
|
+
* @applitools/core bumped to 4.14.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
|
21
|
+
* support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.7
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-selenium bumped to 1.5.78
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.7
|
|
30
|
+
|
|
31
|
+
* @applitools/driver bumped to 1.17.2
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
|
35
|
+
* @applitools/screenshoter bumped to 3.8.31
|
|
36
|
+
|
|
37
|
+
* @applitools/nml-client bumped to 1.8.4
|
|
38
|
+
|
|
39
|
+
* @applitools/ec-client bumped to 1.8.4
|
|
40
|
+
|
|
41
|
+
* @applitools/core-base bumped to 1.13.0
|
|
42
|
+
#### Features
|
|
43
|
+
|
|
44
|
+
* `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
|
|
45
|
+
* eyes_universal bumped to 4.14.0
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [6.3.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.2...ruby/eyes_core@6.3.3) (2024-04-15)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* @applitools/utils bumped to 1.7.1
|
|
54
|
+
#### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
57
|
+
* @applitools/socket bumped to 1.1.15
|
|
58
|
+
|
|
59
|
+
* @applitools/tunnel-client bumped to 1.5.1
|
|
60
|
+
#### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/ec-client bumped to 1.8.1
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
|
|
70
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
* @applitools/core bumped to 4.12.2
|
|
75
|
+
#### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
* @applitools/logger bumped to 2.0.15
|
|
82
|
+
|
|
83
|
+
* @applitools/req bumped to 1.6.6
|
|
84
|
+
|
|
85
|
+
* @applitools/image bumped to 1.1.10
|
|
86
|
+
|
|
87
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.4
|
|
88
|
+
|
|
89
|
+
* @applitools/spec-driver-selenium bumped to 1.5.75
|
|
90
|
+
|
|
91
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.4
|
|
92
|
+
|
|
93
|
+
* @applitools/driver bumped to 1.16.6
|
|
94
|
+
|
|
95
|
+
* @applitools/screenshoter bumped to 3.8.28
|
|
96
|
+
|
|
97
|
+
* @applitools/nml-client bumped to 1.8.1
|
|
98
|
+
|
|
99
|
+
* @applitools/ufg-client bumped to 1.11.1
|
|
100
|
+
|
|
101
|
+
* @applitools/core-base bumped to 1.11.1
|
|
102
|
+
|
|
103
|
+
* eyes_universal bumped to 4.12.2
|
|
104
|
+
|
|
105
|
+
|
|
3
106
|
## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.1...ruby/eyes_core@6.3.2) (2024-04-01)
|
|
4
107
|
|
|
5
108
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
|
40
40
|
spec.add_dependency 'colorize'
|
|
41
41
|
spec.add_dependency 'websocket'
|
|
42
42
|
spec.add_dependency 'sorted_set'
|
|
43
|
-
spec.add_dependency 'eyes_universal', "~>
|
|
43
|
+
spec.add_dependency 'eyes_universal', "~> 4.14.0"
|
|
44
44
|
|
|
45
45
|
spec.add_development_dependency 'bundler'
|
|
46
46
|
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.3.
|
|
4
|
+
version: 6.3.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: 2024-
|
|
11
|
+
date: 2024-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 4.
|
|
117
|
+
version: 4.14.0
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 4.
|
|
124
|
+
version: 4.14.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|