eyes_appium 6.7.27 → 6.7.29

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: a4b7c70a1d4bf5ed533767adc8350aab70fd829d5d5585fc0510f0c5373903ed
4
- data.tar.gz: bd0ec27ecb0b833ac98dc8d0e62cf1eccced600c41db51cd60e7e8455b26c80a
3
+ metadata.gz: 454ca9fb2ed0fc1f35bb8aef3f04e1e86b92e9f77a4026ca7660b3f5025018dc
4
+ data.tar.gz: 18951cef0317a718bccec76b182daaed5a5e7780968973c25968519783e7a419
5
5
  SHA512:
6
- metadata.gz: b2cb5baf6d7dea5121882bc376d5b90521b82f2c70e7300084ba8c83ac3aaae30d36e16778d6a22013b04d82b190334f3604d6dd89bc369404c385545d9abf8c
7
- data.tar.gz: 747f497b8ea4c0fbc86b7a6f7c346a22ced83d84ba0a18c29f21ba92ad6dac12ec4c866023f616faabf3fe0590b789265a01c744e056bd4d51b0a5d0bc4a85ea
6
+ metadata.gz: b2e2d6e479c874e31925c8280a74cdf47f3caae933716f67f4606d1b1fadf96a3de5a94ca272195341d378785e3b25d7092c4c443d2a0a992019e79d086afe8b
7
+ data.tar.gz: 05a766f4c0b48cdee1b39df7b7ff3bf293af3992d02c7bc98db21912b59ca75cb91a6db0023ca4d05aa6a449d141c2f01de0afbe0cef6c9783e126db81dfd4a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.29](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.28...ruby/eyes_appium@6.7.29) (2026-04-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.3
9
+ #### Bug Fixes
10
+
11
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
12
+ * @applitools/nml-client bumped to 1.11.23
13
+ #### Bug Fixes
14
+
15
+ * log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
16
+ * @applitools/ufg-client bumped to 1.20.2
17
+ #### Bug Fixes
18
+
19
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
20
+ * @applitools/core bumped to 4.59.2
21
+ #### Bug Fixes
22
+
23
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
24
+
25
+
26
+
27
+ * eyes_universal bumped to 4.59.2
28
+
29
+ * eyes_core bumped to 6.10.2
30
+
31
+ * eyes_selenium bumped to 6.12.29
32
+
33
+
34
+ ## [6.7.28](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.27...ruby/eyes_appium@6.7.28) (2026-04-06)
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * @applitools/dom-capture bumped to 11.7.0
40
+ #### Features
41
+
42
+ * add elementFromPointCheckStatus to DOM capture output | AD-13066 ([#3690](https://github.com/Applitools-Dev/sdk/issues/3690)) ([4fbb117](https://github.com/Applitools-Dev/sdk/commit/4fbb117d53a9a44248772100947ed68133f5b5db))
43
+ * @applitools/core bumped to 4.59.1
44
+
45
+ * eyes_universal bumped to 4.59.1
46
+
47
+ * eyes_core bumped to 6.10.1
48
+
49
+ * eyes_selenium bumped to 6.12.28
50
+
51
+
3
52
  ## [6.7.27](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.26...ruby/eyes_appium@6.7.27) (2026-03-29)
4
53
 
5
54
 
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.27"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.29"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
33
33
  # appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.7.27'.freeze
5
+ VERSION = '6.7.29'.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.27
4
+ version: 6.7.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-29 00:00:00.000000000 Z
11
+ date: 2026-04-13 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.27
19
+ version: 6.12.29
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.27
26
+ version: 6.12.29
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement