eyes_appium 6.7.0 → 6.7.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: 044fad7d1928e03d54d5e695dececd7d6c023fbfc076875a321ca5aeec5484e2
4
- data.tar.gz: 9759f040ba5d1aea5a97410c53bbc42b401c83ca3655620aaa76e3f2b4bf35d9
3
+ metadata.gz: e35cf24cb2f549ccbffcf9ef7c405c6d8633f27b906ee0ed14362143dffa5c8b
4
+ data.tar.gz: 71c1b3b70608ef95545e3cfcb396a3c371120f33add99dd112f596b05a6f5a19
5
5
  SHA512:
6
- metadata.gz: b9683daed94bf977669f1e33b5cd09774048f3322a558e2dab4ed55728febfa6cefbe4b0dd016c1f660d7e39a7f6c56ecc751cd3f428499e7a092c494875891e
7
- data.tar.gz: 8e8a2b9d29c7abb6903a31925b74dbb248696a270db4e963d4f83bf33be6b469be3a2a7ad5c072d4ddbbc51a6e9adc2249fedae4476637b14fdb7bf12e96f01d
6
+ metadata.gz: 3229f85c1f3e8db0cae739b60add0cb32fd26583c3710f7f0a623241c9fce4d9de2876e835708b7c3dfc83dd4a0fd4e9c2846a61c84b84ddb7065e9e50c6cd59
7
+ data.tar.gz: b61c24b3cb9e426ed358f8d45df1ff93701d0b6cfddcd1e7c39fef5ccd3de17b128fa7c43efb86046f05791ad44b1b4c1221dc2a3fb9e8d67058224a5fc86f4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.0...ruby/eyes_appium@6.7.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
+ * eyes_core bumped to 6.9.1
33
+
34
+ * eyes_selenium bumped to 6.12.1
35
+
36
+
3
37
  ## [6.7.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.6.0...ruby/eyes_appium@6.7.0) (2025-08-05)
4
38
 
5
39
 
data/eyes_appium.gemspec CHANGED
@@ -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_selenium', "= 6.12.0"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.1"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # TODO: remove after appium_lib fix issue on their side at https://github.com/appium/ruby_lib_core/issues/602
33
33
  spec.add_dependency 'selenium-webdriver', ['>= 3', '< 4.30']
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.7.0'.freeze
5
+ VERSION = '6.7.1'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.0
4
+ version: 6.7.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_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.0
19
+ version: 6.12.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.12.0
26
+ version: 6.12.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement