eyes_appium 6.7.40 → 6.7.41

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: 2183fabb6a19c6d7a486cbef657b3115a55cb97ed9b13afcddd052a529fec467
4
- data.tar.gz: baa07c32fb4468cb40b338fcbb2803fd8325b77678b064747e4e639c58bb0122
3
+ metadata.gz: 72d7083d6c053863e726544e72174f04f2c6ec92abea3d0a62ee2bcda33db19a
4
+ data.tar.gz: 6464d2c0859fd9c778c8af7aa877ea399c838c5df8c6be04969b01fcc35b8258
5
5
  SHA512:
6
- metadata.gz: ad2da977c665dacff0c4f5574f3cd004e292c41daf65ff4b30236162445760f11063665d1139d007633536788445b7d2507c5ff65ff7532a134a0c2bd0e0e58c
7
- data.tar.gz: 2c19ee4ce919e3e674e4bb66629195c570b4f6166bbe2f521b3761d22d3ccde42560bca68fbd2e3341c6c6b21b4f8b86f106fcd084642f6ccd0950f84d863ec8
6
+ metadata.gz: 402dac6326f4526d6dfef8f4f93cdc32f292fcf86d0f470710c5dfcdba904dbf01cfdfc01ca91a3f59407d6d00106560c16007a00b599727f3ea6e7a64a7c174
7
+ data.tar.gz: d1c2de3da21b72fff08bed05749efe41f98358db39de7f15bfe6a104e6ccc0919c6eb7cca4ecf7dfcb343d2fce20786d1164e43e395219884756e3de4b0be055
data/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.41](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.40...ruby/eyes_appium@6.7.41) (2026-06-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.0
9
+ #### Features
10
+
11
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
12
+ * @applitools/logger bumped to 2.2.13
13
+
14
+ * @applitools/dom-snapshot bumped to 4.17.4
15
+
16
+ * @applitools/socket bumped to 1.3.14
17
+
18
+ * @applitools/req bumped to 1.11.1
19
+ #### Bug Fixes
20
+
21
+ * bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
22
+
23
+
24
+
25
+ * @applitools/image bumped to 1.2.12
26
+
27
+ * @applitools/dom-capture bumped to 11.8.2
28
+
29
+ * @applitools/driver bumped to 1.26.4
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.6.4
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.8.4
34
+
35
+ * @applitools/spec-driver-playwright bumped to 1.9.4
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.8.4
38
+
39
+ * @applitools/screenshoter bumped to 3.12.23
40
+
41
+ * @applitools/nml-client bumped to 1.11.33
42
+
43
+ * @applitools/tunnel-client bumped to 1.12.1
44
+
45
+ * @applitools/ufg-client bumped to 1.22.4
46
+
47
+ * @applitools/core-base bumped to 1.35.3
48
+
49
+ * @applitools/ec-client bumped to 1.12.35
50
+
51
+ * @applitools/core bumped to 4.65.2
52
+
53
+ * eyes_universal bumped to 4.65.2
54
+
55
+ * eyes_core bumped to 6.11.7
56
+
57
+ * eyes_selenium bumped to 6.12.41
58
+
59
+ * @applitools/test-server bumped to 1.4.5
60
+
61
+
3
62
  ## [6.7.40](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.39...ruby/eyes_appium@6.7.40) (2026-06-15)
4
63
 
5
64
 
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.40"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.41"
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.40'.freeze
5
+ VERSION = '6.7.41'.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.40
4
+ version: 6.7.41
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-06-15 00:00:00.000000000 Z
11
+ date: 2026-06-18 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.40
19
+ version: 6.12.41
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.40
26
+ version: 6.12.41
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement