eyes_calabash 6.1.0 → 6.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cae74ff08be1c09d1d32e770d04e44de11883d41408fbf9c29467d16fa29d9c7
4
- data.tar.gz: 779d9192ce9fb731086bca626e6cb9c1a0426608e4562d18d1046a105d7267d5
3
+ metadata.gz: 1a791d98a35ba8c6ad1113335f45d45274a870fe287a32a5f837311e008998cd
4
+ data.tar.gz: 622b7036ed52dcd88db50128dcd4c5e30173002f12824ea5649b436d31903057
5
5
  SHA512:
6
- metadata.gz: 504b5ac6eb0b18cee81e55c770c2e2215deb5261c29f92202509f700d5011fc874aa6153bed4aa430335ebb0b4af35c72981d6d80804633fa1a873cd67f9a880
7
- data.tar.gz: 64f0aab3c41b350e4d94df91fe17d572f07883ec1161b0487fdd1a710aeffd71b173fdf2ff73a69ea3040811e809ef716f483571592b88c38e3708553d56623a
6
+ metadata.gz: 8b184cf6fbacd6c1dd7a1838c39457f34c19c454a50467612ef00519a2e52fba79d9f5675d79f1ccbe8a655e24b3ee286a03ce810a8848a61a10d1bf1b3a6483
7
+ data.tar.gz: 460a7de85072e7fb4403c2d04af6b74a2356e678bf7699bf8d5a1c2d4f93ed7b0d39992999c8f77afcaf2e0ceb725ac2c17e36d32f3045de9fcee9e724b7395e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_calabash@6.1.0...ruby/eyes_calabash@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/core-base bumped to 1.9.1
17
+ #### Bug Fixes
18
+
19
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
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/tunnel-client bumped to 1.4.1
30
+ #### Bug Fixes
31
+
32
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
33
+
34
+
35
+
36
+ * @applitools/ufg-client bumped to 1.9.10
37
+
38
+ * @applitools/ec-client bumped to 1.7.27
39
+
40
+ * @applitools/core bumped to 4.9.1
41
+
42
+ * eyes_universal bumped to 4.9.1
43
+
44
+ * eyes_core bumped to 6.1.1
45
+
46
+
3
47
  ## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_calabash-v6.0.4...ruby/eyes_calabash@6.1.0) (2024-02-19)
4
48
 
5
49
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.1.0'.freeze
5
+ VERSION = '6.1.1'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
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-02-20 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 6.1.0
61
+ version: 6.1.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 6.1.0
68
+ version: 6.1.1
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com