eyes_core 6.9.0 → 6.9.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: 5f8802635e89b46cbf2f9a53680d322ede651e5dc4d7cfe8fa33fe4c69271a03
4
- data.tar.gz: '02398a760ba8840de484bf84b67eaab592ef4009dbfdef0f0e31989598bbc780'
3
+ metadata.gz: 80a173dceb027799796b794bcf3bf683ccd701b124e581fc388f8c8ba26f7382
4
+ data.tar.gz: b7014b5eef4f1a0b683c9e7af61323bd77c446741e89284a1df91ae75cba865b
5
5
  SHA512:
6
- metadata.gz: 104410ae67af87da445e7d7eeffa981036a1dda413266382ab5842735bf3adaec7e5d2ea94832f770a6e8d50fdb9f67845c6f34808b6b94d75e8b025889c92a7
7
- data.tar.gz: 5bf8068e3a36de4e885b52d04d0add6f242f4e08d9b1bbbbdd097de78178bb764f13321ef0b860e9b8f285f822bfbb377ab0de26e935b8ebeaf2d24a8e52e9ef
6
+ metadata.gz: c1db30214ae2d5bf94e19116c72600c050fd45f35de0cc8c92e2ac5a521e7a5cadbff030ca64d01e854d11fb5478adc5c521e433f272383cec03a2498c322d3a
7
+ data.tar.gz: 7dcf89a75acc9c17cd9598c81fb502e355d50a0540317b42d0db634fa68c0896f2836634ac4b4934f169df55237c324520e19dd33907feffb72b6c87f8395601
data/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.0...ruby/eyes_core@6.9.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/tunnel-client bumped to 1.11.0
13
+ #### Features
14
+
15
+ * 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))
16
+ * report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
17
+ * @applitools/core bumped to 4.45.0
18
+ #### Features
19
+
20
+ * 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))
21
+
22
+
23
+
24
+ * @applitools/dom-snapshot bumped to 4.13.5
25
+
26
+ * @applitools/dom-capture bumped to 11.6.3
27
+
28
+ * @applitools/ec-client bumped to 1.12.5
29
+
30
+ * eyes_universal bumped to 4.45.0
31
+
32
+
3
33
  ## [6.9.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.8.2...ruby/eyes_core@6.9.0) (2025-08-05)
4
34
 
5
35
 
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', "= 4.44.2"
43
+ spec.add_dependency 'eyes_universal', "= 4.45.0"
44
44
 
45
45
  spec.add_development_dependency 'bundler'
46
46
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.0'.freeze
5
+ VERSION = '6.9.1'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
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.9.0
4
+ version: 6.9.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: faraday
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 4.44.2
117
+ version: 4.45.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.44.2
124
+ version: 4.45.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement