@applitools/ec-client 1.7.15 → 1.7.16

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 +37 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.6.3
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.50
13
+ #### Bug Fixes
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/logger bumped to 2.0.13
20
+
21
+ * @applitools/socket bumped to 1.1.13
22
+
23
+ * @applitools/req bumped to 1.6.3
24
+
25
+ * @applitools/image bumped to 1.1.8
26
+
27
+ * @applitools/driver bumped to 1.15.1
28
+
29
+ * @applitools/tunnel-client bumped to 1.3.1
30
+
31
+ * @applitools/core-base bumped to 1.7.3
32
+ #### Bug Fixes
33
+
34
+ * 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))
35
+ * 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))
36
+
37
+
38
+
39
+
3
40
  ## [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
41
 
5
42
 
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.16",
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.3",
56
+ "@applitools/driver": "1.15.1",
57
+ "@applitools/logger": "2.0.13",
58
+ "@applitools/req": "1.6.3",
59
+ "@applitools/socket": "1.1.13",
60
+ "@applitools/spec-driver-webdriver": "1.0.50",
61
+ "@applitools/tunnel-client": "1.3.1",
62
+ "@applitools/utils": "1.6.3",
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"