eyes_core 6.9.14 → 6.9.15

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: c744348c05a5fb0c28f654dbe553e6130893b28e58b4a633aa847f34eaec56f8
4
- data.tar.gz: 58056efacba7a7a56ec5edc919aafd2fb4d81400a2515e9869d49a6729a7cba7
3
+ metadata.gz: '09b29f52bc63d331523bf813074557923027026beb16ad5aa0d49af9fc9fe005'
4
+ data.tar.gz: 3187e9c43cc598a54e4c913fa2742851721b97f96a35b390cdbb271b65b6171c
5
5
  SHA512:
6
- metadata.gz: 71c4837c92f003966669b21820f2c8db6a7816f2826f340f4ab6b4342b32bd81338f3d4f3e0eda5f1fc021e2ad6f7a57da6831a478ded74120fd11fc86e6eed2
7
- data.tar.gz: 74cd28841550377af66af43ea37ffaec8d4e71743c4b90d233298b27ce9703421fc0990446516b8e4eb31f5087233403a6ad2cb6919875edbaed4173b5087843
6
+ metadata.gz: 5a1cc2501eee8c65771da49177418429f939047992b5e312ebd89357c82e8482a409497c49f8d1c84492b8e767b73cb2f5e809aba361244fad3d6dcd626cb376
7
+ data.tar.gz: afd85c201007c4732ced149192256a433b582e61c952c163677c215677d6b69b75694a9f25b055fad4a7240c8b5dda78917249b7a639b446585c6fb2c5eb4780
data/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.14...ruby/eyes_core@6.9.15) (2026-01-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.25.0
9
+ #### Features
10
+
11
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
12
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
13
+ #### Features
14
+
15
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.55.0
20
+ #### Features
21
+
22
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
23
+
24
+
25
+
26
+ * @applitools/dom-snapshot bumped to 4.15.6
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
29
+
30
+ * @applitools/spec-driver-selenium bumped to 1.7.11
31
+
32
+ * @applitools/screenshoter bumped to 3.12.12
33
+
34
+ * @applitools/nml-client bumped to 1.11.15
35
+
36
+ * @applitools/ec-client bumped to 1.12.17
37
+
38
+ * eyes_universal bumped to 4.55.0
39
+
40
+
3
41
  ## [6.9.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.13...ruby/eyes_core@6.9.14) (2026-01-14)
4
42
 
5
43
 
data/eyes_core.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  spec.add_dependency 'oj'
36
36
  spec.add_dependency 'websocket'
37
- spec.add_dependency 'eyes_universal', "= 4.54.3"
37
+ spec.add_dependency 'eyes_universal', "= 4.55.0"
38
38
 
39
39
  spec.add_development_dependency 'bundler'
40
40
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.14'.freeze
5
+ VERSION = '6.9.15'.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.14
4
+ version: 6.9.15
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-01-14 00:00:00.000000000 Z
11
+ date: 2026-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 4.54.3
47
+ version: 4.55.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 4.54.3
54
+ version: 4.55.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement