eyes_calabash 6.6.0 → 6.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4962a1c1cffb953240b4ef066b1d4f8ecb290069d0e7e3386956cf0b5d3fe183
4
- data.tar.gz: a897a860a8f54e46d1503ed0f161edd9110ecee3fbe9b9c16b98170ec6e791e9
3
+ metadata.gz: be39579a5edb362767999b81c64969f3770a9f158c2bb3f761183971e0b2faaf
4
+ data.tar.gz: 45c7751308d658248eae3e145973b8e7b59a178ba14029c6acb06e388e4a5403
5
5
  SHA512:
6
- metadata.gz: 11b648e60406ac5a250a4cd3102007916874885e300afdcf5c4c6dab3e92b7a17bc172fde7755dfd3d086bb9875d133565dd6b8cbb5c20922386bde47c19e3bd
7
- data.tar.gz: 4fbaa7208fcc840ceb7617c7c328abfa0b29dbe33ff220788b94b4a92e1fc9c453749c5c4269ecadb76ee5254606fe0de2a82019ece4849a022efa0997f107a8
6
+ metadata.gz: c6338f40f08aa457d01b762e3e4e2a0ef3c1a545f9b95a28591b8e63513e19c3e9f67fb5cc17e91f9c4387020213445a9fb58c0e124bed03cea0d42201bf9051
7
+ data.tar.gz: 7f47edaef93960de6bbd5f2e1c1b3fbdb189aba619aa2c0143c2b7b76c4bd8c9176d1745d60c242784399d2a9ea04e54efe92f499b8c0c64f826caf3c11081d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.6.0...ruby/eyes_calabash@6.6.1) (2025-09-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.1.1
9
+ #### Code Refactoring
10
+
11
+ * dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
12
+ * @applitools/dom-snapshot bumped to 4.13.5
13
+
14
+ * @applitools/dom-capture bumped to 11.6.3
15
+
16
+ * @applitools/tunnel-client bumped to 1.11.0
17
+ #### Features
18
+
19
+ * mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
20
+ * report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
21
+ * @applitools/ec-client bumped to 1.12.5
22
+
23
+ * @applitools/core bumped to 4.45.0
24
+ #### Features
25
+
26
+ * respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
27
+
28
+
29
+
30
+ * eyes_universal bumped to 4.45.0
31
+
32
+ * eyes_core bumped to 6.9.1
33
+
34
+
3
35
  ## [6.6.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.5.2...ruby/eyes_calabash@6.6.0) (2025-08-05)
4
36
 
5
37
 
@@ -39,5 +39,5 @@ MESSAGE
39
39
  spec.add_dependency 'cucumber'
40
40
  spec.add_dependency 'file_utils'
41
41
  spec.add_dependency 'rspec-expectations'
42
- spec.add_dependency 'eyes_core', "= 6.9.0"
42
+ spec.add_dependency 'eyes_core', "= 6.9.1"
43
43
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.6.0'.freeze
5
+ VERSION = '6.6.1'.freeze
6
6
  end
7
7
  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.6.0
4
+ version: 6.6.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: 2025-08-05 00:00:00.000000000 Z
11
+ date: 2025-09-04 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.9.0
61
+ version: 6.9.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.9.0
68
+ version: 6.9.1
69
69
  description: 'Provides SDK for writing Applitools Calabash tests. DEPRECATED: Calabash
70
70
  is no longer actively maintained. Please use eyes_appium for mobile testing.'
71
71
  email: