eyes_universal 4.8.1 → 4.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a52342f63ca11f9aec0628c2fd6d425106cbaca5655bce78f3b5fd071407c8a
4
- data.tar.gz: 3057a28e0fbfd99f32b551f4f3ccdba60cf57e602d21dd40ffaa630cc1cefd22
3
+ metadata.gz: d540e11d9aed3711562552651b8b6c1af288f85b80d470a87d78efd4ed5842d2
4
+ data.tar.gz: 8364c3cea6ec2ad256a35dcea889f84b2185676e77ad79cacd0d08180c5debb8
5
5
  SHA512:
6
- metadata.gz: 07ef372933d2210a1a731ba733ceb89d6cc70163e01a9e8e2857f71bec9fe8aa6cba39989a2d10ab57539a98323e7ec294ea20bf59aa99b285c9eb25d23e29e8
7
- data.tar.gz: 81e747554c1edb81882a064313944cd486a29fbe0be432a9bf8e93f4fd69ab15b2fdfbd73abd62446d1e5f612672c3dd9d18e025b884c0f2b74505b496cbadad
6
+ metadata.gz: 3d4ce98affb300bdb448fb1eab235c27fbac766caa12274429f66283b6e75bc1cdc57df674ceee84d9f709b632e8876e6a7e6449f33b5563800994032b60d279
7
+ data.tar.gz: 190b7bec2994ffaa96f5e4991a97b0adfa34306f2e7ca0e3f3ff65d9e6b80277e8444bf5be90a9f11cc88dd694c33f5c48b6bfd50726eea8b0c720ceb85aa59e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.9.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_universal@4.8.0...ruby/eyes_universal@4.9.1) (2024-02-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.6.5
9
+ #### Bug Fixes
10
+
11
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
12
+ * @applitools/dom-shared bumped to 1.0.13
13
+ #### Bug Fixes
14
+
15
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
16
+ * @applitools/core-base bumped to 1.9.1
17
+ #### Bug Fixes
18
+
19
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
20
+
21
+
22
+
23
+ * @applitools/dom-capture bumped to 11.2.6
24
+
25
+ * @applitools/dom-snapshot bumped to 4.8.1
26
+
27
+ * @applitools/nml-client bumped to 1.7.2
28
+
29
+ * @applitools/tunnel-client bumped to 1.4.1
30
+ #### Bug Fixes
31
+
32
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
33
+
34
+
35
+
36
+ * @applitools/ufg-client bumped to 1.9.10
37
+
38
+ * @applitools/ec-client bumped to 1.7.27
39
+
40
+ * @applitools/core bumped to 4.9.1
41
+
42
+
3
43
  ## [4.8.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_universal-v4.7.0...ruby/eyes_universal@4.8.0) (2024-02-13)
4
44
 
5
45
 
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.8.1'.freeze
6
- UNIVERSAL_CORE_VERSION = '4.8.0'.freeze
5
+ VERSION = '4.9.1'.freeze
6
+ UNIVERSAL_CORE_VERSION = '4.9.1'.freeze
7
7
  end
8
8
  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.8.1
4
+ version: 4.9.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: 2024-02-20 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri