@applitools/ec-client 1.7.15 → 1.7.17

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.16...js/ec-client@1.7.17) (2023-12-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * @applitools/logger bumped to 2.0.14
13
+
14
+ * @applitools/socket bumped to 1.1.14
15
+
16
+ * @applitools/req bumped to 1.6.4
17
+
18
+ * @applitools/image bumped to 1.1.9
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.0.51
21
+
22
+ * @applitools/driver bumped to 1.15.2
23
+
24
+ * @applitools/tunnel-client bumped to 1.3.2
25
+
26
+ * @applitools/core-base bumped to 1.7.4
27
+ #### Bug Fixes
28
+
29
+ * 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))
30
+
31
+
32
+
33
+
34
+ ## [1.7.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.15...js/ec-client@1.7.16) (2023-11-21)
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * @applitools/utils bumped to 1.6.3
40
+ #### Bug Fixes
41
+
42
+ * don't throw error for missing configuration file ([#2034](https://github.com/applitools/eyes.sdk.javascript1/issues/2034)) ([d084e7b](https://github.com/applitools/eyes.sdk.javascript1/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
43
+ * @applitools/spec-driver-webdriver bumped to 1.0.50
44
+ #### Bug Fixes
45
+
46
+ * send devtool commands in chromium ([#2039](https://github.com/applitools/eyes.sdk.javascript1/issues/2039)) ([ff42043](https://github.com/applitools/eyes.sdk.javascript1/commit/ff42043c3d9f110eb7b22ab1a8448d77859923b4))
47
+
48
+
49
+
50
+ * @applitools/logger bumped to 2.0.13
51
+
52
+ * @applitools/socket bumped to 1.1.13
53
+
54
+ * @applitools/req bumped to 1.6.3
55
+
56
+ * @applitools/image bumped to 1.1.8
57
+
58
+ * @applitools/driver bumped to 1.15.1
59
+
60
+ * @applitools/tunnel-client bumped to 1.3.1
61
+
62
+ * @applitools/core-base bumped to 1.7.3
63
+ #### Bug Fixes
64
+
65
+ * remove connection timeout in case of a long running tasks ([#2006](https://github.com/applitools/eyes.sdk.javascript1/issues/2006)) ([49a596a](https://github.com/applitools/eyes.sdk.javascript1/commit/49a596ac1b022a66b5c07ecfee458cc061891ce0))
66
+ * return result when error in the ufg ([#2020](https://github.com/applitools/eyes.sdk.javascript1/issues/2020)) ([28cdcc5](https://github.com/applitools/eyes.sdk.javascript1/commit/28cdcc5a859641d0edde032165c5068fcc580c8d))
67
+
68
+
69
+
70
+
3
71
  ## [1.7.15](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.14...js/ec-client@1.7.15) (2023-11-07)
4
72
 
5
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.15",
3
+ "version": "1.7.17",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
52
52
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core-base": "1.7.2",
56
- "@applitools/driver": "1.15.0",
57
- "@applitools/logger": "2.0.12",
58
- "@applitools/req": "1.6.2",
59
- "@applitools/socket": "1.1.12",
60
- "@applitools/spec-driver-webdriver": "1.0.49",
61
- "@applitools/tunnel-client": "1.3.0",
62
- "@applitools/utils": "1.6.2",
55
+ "@applitools/core-base": "1.7.4",
56
+ "@applitools/driver": "1.15.2",
57
+ "@applitools/logger": "2.0.14",
58
+ "@applitools/req": "1.6.4",
59
+ "@applitools/socket": "1.1.14",
60
+ "@applitools/spec-driver-webdriver": "1.0.51",
61
+ "@applitools/tunnel-client": "1.3.2",
62
+ "@applitools/utils": "1.7.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"
@@ -72,7 +72,7 @@
72
72
  "@types/selenium-webdriver": "^4.0.19",
73
73
  "@types/yargs": "^17.0.19",
74
74
  "nock": "^13.3.2",
75
- "selenium-webdriver": "^4.10.0"
75
+ "selenium-webdriver": "^4.15.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=12.13.0"