eyes_universal 4.14.0 → 4.15.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: ed1143b7ad6db088fc740fcd51e52c492e7dcdaf556761af475a18cad9172db7
4
- data.tar.gz: 5540f9d1169c9b3e83226aad0df8d61f916ad053c756c140fb043bddac7d27d2
3
+ metadata.gz: 00f85482e1a78018369dc6e0b0611693a4b47edd57e7c933b377c11891ceb341
4
+ data.tar.gz: 180682097ef892ba095e1793f8a2f5a464269fdb10e5606d7f65fac337ddd51e
5
5
  SHA512:
6
- metadata.gz: 956a19f10a8addb189f536ff000ee6af2bd69b5b637a77ed0d9bc6f747c161a945f640826acc1dd9e09242b951998919574ba8ef314db772124d33b5658cf6c8
7
- data.tar.gz: 8d1e2dda8a708390239396e7927d0cc89174b8d15595c961c0ae0bcc6922a13ff0d2540f99cd83b9f3c08527467420aeac84a7b8b521c87e37ba6f280bb63718
6
+ metadata.gz: b56a423055b106fc8c94abc6bc0401cc20e9766ee72482ff750264dd3f1b52ca158bdf13b1d392e655edd7e9f279ea7758e89e3b5a9a8d42f8936b669ca72b8e
7
+ data.tar.gz: 5c00a2532dae1dc726e8b02ae9b44234d8feaa8d3c764c3886f0ad0eaec931ea27d62a1e8dfb590c2bb13961ee0b4ff43c6e69ab9f70ce660adca717050745d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.15.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.14.0...ruby/eyes_universal@4.15.0) (2024-05-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.2.7
9
+ #### Bug Fixes
10
+
11
+ * capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
12
+ * @applitools/core-base bumped to 1.14.0
13
+ #### Features
14
+
15
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
16
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
17
+ * @applitools/ec-client bumped to 1.8.5
18
+
19
+ * @applitools/core bumped to 4.15.0
20
+ #### Features
21
+
22
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
23
+
24
+
25
+
26
+
3
27
  ## [4.14.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.12.2...ruby/eyes_universal@4.14.0) (2024-05-01)
4
28
 
5
29
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.14.0'.freeze
5
+ VERSION = '4.15.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.14.0
4
+ version: 4.15.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: 2024-05-01 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri