eyes_universal 4.45.0 → 4.46.0

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: 71af62ec00e54cfa97b32c04fd440ddbf885202180afd3a57b0b073b4473184a
4
- data.tar.gz: e36cfe3cca6c5f374625e03cbf511d22cd07d4db0815097f15937c6a963eaeac
3
+ metadata.gz: 1d31caa56003a40eca30140bb05b73c6b0e4859eaa16792874fcdb583d9a40e7
4
+ data.tar.gz: 8df9f199840c634dbfd48691248fb8ce189daaf4f94f8256214c4755bed79847
5
5
  SHA512:
6
- metadata.gz: b8dd105fae966712f717dd089a5d1f5558718be0531652ccb155b4eacb89c77e8ddf0f3ea836099a1834840b33597c1e454c9050b0c9021a22a4bf0a22f93979
7
- data.tar.gz: 0d5a670a71f676af6675743d7ac6cd96f0c8a82cba069f1d094106b869402bf5811e1be080b4b49420368fa79df9270b228774ea8d87d12fd4e8f992c64e5e2d
6
+ metadata.gz: e3d8f62a13fda82c4ed24efd279b5ab92a2759e14bd90fb09c60576b622525e59d5dbb98e32c58affb566bba940dd0dee71039f5d901109869a230014dd82f28
7
+ data.tar.gz: 84f6cece7a0d7761a9fb3bc72cb8d7e26fd5705319248cc04508f7e4040f620fc738e3256e643a8eda39dd7c205da07590ffe27599aa166cf1f2bc12acb5a818
data/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.46.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.45.0...ruby/eyes_universal@4.46.0) (2025-09-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.12.0
9
+ #### Features
10
+
11
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
12
+ * @applitools/logger bumped to 2.2.3
13
+
14
+ * @applitools/dom-snapshot bumped to 4.13.6
15
+
16
+ * @applitools/socket bumped to 1.3.4
17
+
18
+ * @applitools/req bumped to 1.8.3
19
+
20
+ * @applitools/image bumped to 1.2.3
21
+
22
+ * @applitools/dom-capture bumped to 11.6.4
23
+
24
+ * @applitools/driver bumped to 1.23.4
25
+
26
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
27
+
28
+ * @applitools/spec-driver-selenium bumped to 1.7.4
29
+
30
+ * @applitools/spec-driver-puppeteer bumped to 1.6.4
31
+
32
+ * @applitools/screenshoter bumped to 3.12.4
33
+
34
+ * @applitools/nml-client bumped to 1.11.4
35
+
36
+ * @applitools/tunnel-client bumped to 1.11.1
37
+
38
+ * @applitools/ufg-client bumped to 1.17.3
39
+
40
+ * @applitools/core-base bumped to 1.27.3
41
+
42
+ * @applitools/ec-client bumped to 1.12.6
43
+
44
+ * @applitools/core bumped to 4.46.0
45
+ #### Features
46
+
47
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
48
+
49
+
50
+ #### Bug Fixes
51
+
52
+ * update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
53
+
54
+
55
+
56
+ * @applitools/test-server bumped to 1.3.2
57
+
58
+
3
59
  ## [4.45.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.44.2...ruby/eyes_universal@4.45.0) (2025-09-04)
4
60
 
5
61
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.45.0'.freeze
5
+ VERSION = '4.46.0'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.45.0
4
+ version: 4.46.0
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-09-04 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri