@applitools/ec-client 1.7.5 → 1.7.7

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 +63 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.6...js/ec-client@1.7.7) (2023-09-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.6.0
9
+ #### Features
10
+
11
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
12
+ * @applitools/logger bumped to 2.0.10
13
+
14
+ * @applitools/socket bumped to 1.1.10
15
+
16
+ * @applitools/req bumped to 1.6.0
17
+ #### Features
18
+
19
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
20
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
21
+
22
+
23
+
24
+ * @applitools/driver bumped to 1.14.0
25
+ #### Features
26
+
27
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
28
+
29
+
30
+
31
+ * @applitools/image bumped to 1.1.5
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.0.44
34
+
35
+ * @applitools/tunnel-client bumped to 1.2.2
36
+
37
+ * @applitools/core-base bumped to 1.5.3
38
+
39
+
40
+ ## [1.7.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.5...js/ec-client@1.7.6) (2023-08-30)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * @applitools/utils bumped to 1.5.2
46
+ #### Bug Fixes
47
+
48
+ * fixed some types ([498b1d7](https://github.com/applitools/eyes.sdk.javascript1/commit/498b1d7c547df04773b64b66ee39cccb402c093e))
49
+ * @applitools/logger bumped to 2.0.9
50
+
51
+ * @applitools/socket bumped to 1.1.9
52
+
53
+ * @applitools/req bumped to 1.5.4
54
+
55
+ * @applitools/image bumped to 1.1.4
56
+
57
+ * @applitools/spec-driver-webdriver bumped to 1.0.43
58
+
59
+ * @applitools/driver bumped to 1.13.6
60
+
61
+ * @applitools/tunnel-client bumped to 1.2.1
62
+
63
+ * @applitools/core-base bumped to 1.5.2
64
+
65
+
3
66
  ## [1.7.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.4...js/ec-client@1.7.5) (2023-08-18)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
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.5.1",
56
- "@applitools/driver": "1.13.5",
57
- "@applitools/logger": "2.0.8",
58
- "@applitools/req": "1.5.3",
59
- "@applitools/socket": "1.1.8",
60
- "@applitools/spec-driver-webdriver": "1.0.42",
61
- "@applitools/tunnel-client": "1.2.0",
62
- "@applitools/utils": "1.5.1",
55
+ "@applitools/core-base": "1.5.3",
56
+ "@applitools/driver": "1.14.0",
57
+ "@applitools/logger": "2.0.10",
58
+ "@applitools/req": "1.6.0",
59
+ "@applitools/socket": "1.1.10",
60
+ "@applitools/spec-driver-webdriver": "1.0.44",
61
+ "@applitools/tunnel-client": "1.2.2",
62
+ "@applitools/utils": "1.6.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"