@applitools/eyes-selenium 4.72.0 → 4.73.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.73.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.72.0...js/eyes-selenium@4.73.0) (2023-12-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.0
14
+ #### Features
15
+
16
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
17
+ * @applitools/core bumped to 4.3.0
18
+ #### Features
19
+
20
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
21
+
22
+
23
+
24
+ * @applitools/logger bumped to 2.0.14
25
+
26
+ * @applitools/socket bumped to 1.1.14
27
+
28
+ * @applitools/req bumped to 1.6.4
29
+
30
+ * @applitools/image bumped to 1.1.9
31
+
32
+ * @applitools/spec-driver-webdriver bumped to 1.0.51
33
+
34
+ * @applitools/spec-driver-selenium bumped to 1.5.65
35
+
36
+ * @applitools/spec-driver-puppeteer bumped to 1.3.1
37
+
38
+ * @applitools/driver bumped to 1.15.2
39
+
40
+ * @applitools/screenshoter bumped to 3.8.17
41
+
42
+ * @applitools/nml-client bumped to 1.5.17
43
+
44
+ * @applitools/tunnel-client bumped to 1.3.2
45
+
46
+ * @applitools/ufg-client bumped to 1.9.9
47
+
48
+ * @applitools/ec-client bumped to 1.7.17
49
+
50
+ * @applitools/core-base bumped to 1.7.4
51
+ #### Bug Fixes
52
+
53
+ * do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
54
+
55
+
56
+
57
+ * @applitools/eyes bumped to 1.13.0
58
+ #### Features
59
+
60
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
61
+
62
+
63
+
64
+
3
65
  ## [4.72.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.71.4...js/eyes-selenium@4.72.0) (2023-11-21)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.72.0",
3
+ "version": "4.73.0",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.12.0",
45
- "@applitools/spec-driver-selenium": "1.5.64"
44
+ "@applitools/eyes": "1.13.0",
45
+ "@applitools/spec-driver-selenium": "1.5.65"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",