eyes_core 6.1.0 → 6.1.1
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 +42 -0
- data/lib/applitools/eyes_core/version.rb +2 -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: 682fbdd346c098c9527aa67843d9f0e4d4282f527177c26eb536052f07a35b2e
|
|
4
|
+
data.tar.gz: 37221a5829296c08496a3bdb12e78b4964f2397b8339b7a6bbbdc12c9aa3d3f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79086eb5727c1400680d7cbc2f064861f4b24e28dd3d5d07e9bdead6e1917189f5c65d520056e5ff7fe6b6e6cb93cf3a9340eb203ff6f138e1c883fae4119d2d
|
|
7
|
+
data.tar.gz: c1eeabbc8af3efd0f2b8d9388f924db018ab4b7e9c15f53ebcfb073897434221accb7e7bdc12a52bcf8c023ebc76ce6fa09029e0d3614c424c63601470485ff7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_core@6.1.0...ruby/eyes_core@6.1.1) (2024-02-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.6.5
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
|
12
|
+
* @applitools/dom-shared bumped to 1.0.13
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
|
|
16
|
+
* @applitools/tunnel-client bumped to 1.4.1
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/dom-capture bumped to 11.2.6
|
|
24
|
+
|
|
25
|
+
* @applitools/dom-snapshot bumped to 4.8.1
|
|
26
|
+
|
|
27
|
+
* @applitools/nml-client bumped to 1.7.2
|
|
28
|
+
|
|
29
|
+
* @applitools/ufg-client bumped to 1.9.10
|
|
30
|
+
|
|
31
|
+
* @applitools/ec-client bumped to 1.7.27
|
|
32
|
+
|
|
33
|
+
* @applitools/core-base bumped to 1.9.1
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* @applitools/core bumped to 4.9.1
|
|
41
|
+
|
|
42
|
+
* eyes_universal bumped to 4.9.1
|
|
43
|
+
|
|
44
|
+
|
|
3
45
|
## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_core-v6.0.4...ruby/eyes_core@6.1.0) (2024-02-19)
|
|
4
46
|
|
|
5
47
|
|
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.1.
|
|
4
|
+
version: 6.1.1
|
|
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-03-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.9.1
|
|
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.9.1
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|