eyes_universal 4.47.0 → 4.47.1

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: 7db87d43aa329f3a725536c81af341916802968c2530042b3b85018553387d11
4
- data.tar.gz: 0517a6d82208ed9b4abfce481bdd7fe0afdf287a17e8602cff21645ee24639e0
3
+ metadata.gz: 8c526cf3a9562945e29077fab8d1b1ae99a658ba312315026e0af454c4121d8f
4
+ data.tar.gz: 7029737b8cd3a66f5f683034dcb0358d45eca4a1e906f2b0abc65a3284c8a795
5
5
  SHA512:
6
- metadata.gz: 37d6d77f9e9b9e76cf07dc11124c5e7799730d07be726e03ed08725a983f4c1ee8e3ae41ab6102bee659334f6a30de118c38fdab364896c2bba8beb79078ac57
7
- data.tar.gz: 4f109eeb72d413f2c022bbe930bba4f363d7c216059e1ee1703f2d8dfe734726beaa8c8cbd22632b9e819661e7d416ffea05056e95a4148d883ec94977dbadd6
6
+ metadata.gz: 4acf3a226c9a62ad18e7eedea0cdc1c51fdbd6aafd44f747673f75dae5971f6c06609cc813a9a5d1700ed1e286f6bb547a39694c1ef0c4159ab1d2e06824fb03
7
+ data.tar.gz: 4b357e12a3c94277edbf211e94db34533664a0be90dfebcc5ce1323e8d7444a668ae39c395fa0122a6697ef1d2e41545d6a22f525a119b341c60fc782bc3e4e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.47.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.47.0...ruby/eyes_universal@4.47.1) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/dom-snapshot bumped to 4.13.7
13
+
14
+ * @applitools/socket bumped to 1.3.5
15
+
16
+ * @applitools/req bumped to 1.8.4
17
+
18
+ * @applitools/dom-capture bumped to 11.6.5
19
+
20
+ * @applitools/driver bumped to 1.23.5
21
+
22
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
23
+
24
+ * @applitools/spec-driver-selenium bumped to 1.7.5
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.6.5
27
+
28
+ * @applitools/screenshoter bumped to 3.12.5
29
+
30
+ * @applitools/nml-client bumped to 1.11.5
31
+
32
+ * @applitools/tunnel-client bumped to 1.11.2
33
+
34
+ * @applitools/ufg-client bumped to 1.17.4
35
+
36
+ * @applitools/core-base bumped to 1.27.4
37
+
38
+ * @applitools/ec-client bumped to 1.12.7
39
+
40
+ * @applitools/core bumped to 4.47.1
41
+ #### Bug Fixes
42
+
43
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
44
+
45
+
46
+
47
+ * @applitools/test-server bumped to 1.3.3
48
+
49
+
3
50
  ## [4.47.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.46.0...ruby/eyes_universal@4.47.0) (2025-09-15)
4
51
 
5
52
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.47.0'.freeze
5
+ VERSION = '4.47.1'.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.47.0
4
+ version: 4.47.1
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-15 00:00:00.000000000 Z
11
+ date: 2025-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri