eyes_universal 4.49.0 → 4.51.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: c0a5117b5f167e3d86f4e78c40aad3394f44f47a0a728efe1c45c14a895dd645
4
- data.tar.gz: ecf06f8d10e5f6c82f3e2055585dfdcf1fc9124311422ab46b12192187c8b843
3
+ metadata.gz: 7a53fc7b3c7ed8eb154193dd8226bd8405b6aee8a8da0cbb38b8cae5e2fbb0e3
4
+ data.tar.gz: 4f3e140aa31f5ebe828e75be7c35df40d7bec0083389be177654a6eb6a391d10
5
5
  SHA512:
6
- metadata.gz: a3d8d2142bb0ee0c63fd6f792cd333a7b5db98f1141e31adff1e1f96bce288dd4a615a8f9119ed365fcc09877f14fae6cb3f9fb2c5b2ce1a3b9c66b0f52ea8ad
7
- data.tar.gz: 6424437bbe789bc30a551ce218db1085f45ed00c452b922305cddb1e66558875227204af1fe6bb803efcc6f57214238a97c1a339a70ca52b9588888d6128b38a
6
+ metadata.gz: 8cc53d0e36c05295a6e0a48276fc8dc9c66502ae05ece1f77687f271bfab7ec932146309383797455e5bc23d7a60d78a02c9da5a8aacf0c131fa412f80157a07
7
+ data.tar.gz: 4059a9afbec60da6377870f6938cf4765de09a1d0ce40c2c83ef6c3169998ec540e53b6c479069ae798796ae474b800049531ea08946ced10305ddba060245b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.51.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.49.0...ruby/eyes_universal@4.51.0) (2025-11-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.14.0
9
+ #### Features
10
+
11
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * sandbox prototype pollution | FLD-3738 ([#3310](https://github.com/Applitools-Dev/sdk/issues/3310)) ([3185558](https://github.com/Applitools-Dev/sdk/commit/31855586851d5372169aae7bf0268cec139abc59))
17
+
18
+
19
+ #### Code Refactoring
20
+
21
+ * blob generation error handling ([#2501](https://github.com/Applitools-Dev/sdk/issues/2501)) ([94bc14f](https://github.com/Applitools-Dev/sdk/commit/94bc14faf3de0fd9a8ca24af4870f839756a8aad))
22
+ * @applitools/ufg-client bumped to 1.18.0
23
+ #### Features
24
+
25
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
26
+ * @applitools/core bumped to 4.51.0
27
+ #### Features
28
+
29
+ * logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
30
+
31
+
32
+
33
+
3
34
  ## [4.49.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.48.0...ruby/eyes_universal@4.49.0) (2025-10-01)
4
35
 
5
36
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.49.0'.freeze
5
+ VERSION = '4.51.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.49.0
4
+ version: 4.51.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-10-01 00:00:00.000000000 Z
11
+ date: 2025-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri