eyes_selenium 6.12.0 → 6.12.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: 84665b62a4026e6a4042ccb64987c09263bf0298bb632b9e21e2617ac53b9bc1
4
- data.tar.gz: 57c28a4782eb292fb72a868482058e4fdd1ceebe22be8683129ff9d331e432ce
3
+ metadata.gz: 52edb82c0cf62ffa1fce6226574156bc9a3e5d0a934f74515ce954ab10ff5153
4
+ data.tar.gz: 869a19c91e52a527cfb6541bbaf0704fbaacf70100008f18211343fe22960ba7
5
5
  SHA512:
6
- metadata.gz: f6f1a82526fca61bcdccc54abf32fb43f74d4da863424367a85bc591a7c9f2a3ffb4517097b0e37a031f1c307472bf27bfb77b25fc07ebd99d8ca6aef9db30cb
7
- data.tar.gz: 4f5ee9246d8957d525119bc3b6b5483c216d3571382a783c392ec6e40f7767da176374a15336ba3230a66c3d94335b03225b3a91bc3b849937e6ebc2871d2176
6
+ metadata.gz: 7cf334e26a5ac21015a74b790a42a6cd47094757e0faf9750964b9c7e2ba6c372f8665aab330a9e2a6c274dbd84b917bbf7501f52496ca359360aa27b270e43d
7
+ data.tar.gz: 5d0aeb884ec797e5a6ed9d501ee679ca9ffa2119008f5c005017e30b16185e1715a2a0b15f266d3f1154aca238d3a46fa5d44e6ba2afd2325cbcd823e24b9a57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.0...ruby/eyes_selenium@6.12.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.12.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.11.0...ruby/eyes_selenium@6.12.0) (2025-08-05)
4
36
 
5
37
 
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_core', "= 6.9.0"
30
+ spec.add_dependency 'eyes_core', "= 6.9.1"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3'
32
32
  spec.add_dependency 'css_parser'
33
33
  spec.add_dependency 'crass'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.0'.freeze
5
+ VERSION = '6.12.1'.freeze
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.12.0
4
+ version: 6.12.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: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.9.0
19
+ version: 6.9.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.9.0
26
+ version: 6.9.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement