eyes_universal 4.44.2 → 4.45.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: dc80f481e5b583a176705958a7665ad1f7584ecf467ba8bfd542d62314ad0246
4
- data.tar.gz: 93ca7412ece8bb304571300ab0944aa946cd2be5114babacbdd6c840fb39948a
3
+ metadata.gz: 71af62ec00e54cfa97b32c04fd440ddbf885202180afd3a57b0b073b4473184a
4
+ data.tar.gz: e36cfe3cca6c5f374625e03cbf511d22cd07d4db0815097f15937c6a963eaeac
5
5
  SHA512:
6
- metadata.gz: 550d116379d93048cb45bf1eff1d82cddbd629ed9a30c5b525e3802d92cec771431f3ed2728fe47045cafb5312a341f3bddc88ed9514b4728d1347445103fe48
7
- data.tar.gz: 999c6f64417475bab2ccdc6d1c1cebfc9e1c3d53ba3fcdec372feac39c31325d4ab7c636eeb39098993136f639209abccf44911a17959e18dee74456f9aeff46
6
+ metadata.gz: b8dd105fae966712f717dd089a5d1f5558718be0531652ccb155b4eacb89c77e8ddf0f3ea836099a1834840b33597c1e454c9050b0c9021a22a4bf0a22f93979
7
+ data.tar.gz: 0d5a670a71f676af6675743d7ac6cd96f0c8a82cba069f1d094106b869402bf5811e1be080b4b49420368fa79df9270b228774ea8d87d12fd4e8f992c64e5e2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.1.1
9
+ #### Code Refactoring
10
+
11
+ * dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
12
+ * @applitools/dom-snapshot bumped to 4.13.5
13
+
14
+ * @applitools/dom-capture bumped to 11.6.3
15
+
16
+ * @applitools/tunnel-client bumped to 1.11.0
17
+ #### Features
18
+
19
+ * mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
20
+ * report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
21
+ * @applitools/ec-client bumped to 1.12.5
22
+
23
+ * @applitools/core bumped to 4.45.0
24
+ #### Features
25
+
26
+ * respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
27
+
28
+
29
+
30
+
3
31
  ## [4.44.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.43.0...ruby/eyes_universal@4.44.2) (2025-08-05)
4
32
 
5
33
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.44.2'.freeze
5
+ VERSION = '4.45.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.44.2
4
+ version: 4.45.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-08-05 00:00:00.000000000 Z
11
+ date: 2025-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri