eyes_selenium 6.12.40 → 6.12.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: 3210b93cd80aad9686d59ad78397746863d90a3c8ebf7fd1aeae28a867c76337
4
- data.tar.gz: 56fcc0d0006c310ecf56c1e64f3c5822f740116e8c9b7a08073177b665cc27dd
3
+ metadata.gz: 180049a9ab5bb26a1dac014116659f7ce406640415d5eac5e0628b7fc8e562e9
4
+ data.tar.gz: 8efa963c160eb123bd360718ebc1004ccdc0ab41d9835b2eae723bace527908d
5
5
  SHA512:
6
- metadata.gz: 1462aa65188d66df70398d0e39fc6545640308861d9c964453b3f372f24da63503dcf6f15efaec7cfbcef4a1fc847f4c7cadb8923f91db518805934945f426b5
7
- data.tar.gz: 3a4bcbaf07595a2c5148c366eb561b2b602b4fa4f24db6ba4361e385e23019ffc692762a1fd5da1075e77c7a3c83476cfe7422ccfec7da64d3ae62cc5bd2941b
6
+ metadata.gz: cacd01ede3c823729bd2580c4545019b490a4f1d94929af7955978e70a78a138debebea28b6b6f1837f6ad2fd13856028e4ebf82a98c0185740d874c7fe3cd9c
7
+ data.tar.gz: f28b58a0d3b9c7dba81e7a4ae7bbac99c99afffd5f992518e7340245e6d6f851cb3a3c602868ff4c1c742b6491b78f4c9b74a55e9aa0ad2b1ebfcf59119e6f0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.41](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.40...ruby/eyes_selenium@6.12.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/req bumped to 1.11.1
13
+ #### Bug Fixes
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/logger bumped to 2.2.13
20
+
21
+ * @applitools/dom-snapshot bumped to 4.17.4
22
+
23
+ * @applitools/socket bumped to 1.3.14
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
+ * @applitools/test-server bumped to 1.4.5
58
+
59
+
3
60
  ## [6.12.40](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.39...ruby/eyes_selenium@6.12.40) (2026-06-15)
4
61
 
5
62
 
@@ -27,6 +27,6 @@ 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.11.6"
30
+ spec.add_dependency 'eyes_core', "= 6.11.7"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
32
32
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.40'.freeze
5
+ VERSION = '6.12.41'.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.40
4
+ version: 6.12.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_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.11.6
19
+ version: 6.11.7
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.11.6
26
+ version: 6.11.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement