@applitools/ec-client 1.9.12 → 1.9.14

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
+ ## [1.9.14](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.13...js/ec-client@1.9.14) (2024-11-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.20.0
9
+ #### Features
10
+
11
+ * add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.20
13
+
14
+
15
+ ## [1.9.13](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.12...js/ec-client@1.9.13) (2024-11-07)
16
+
17
+
18
+ ### Code Refactoring
19
+
20
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/utils bumped to 1.7.5
26
+ #### Code Refactoring
27
+
28
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
29
+ * @applitools/socket bumped to 1.1.19
30
+
31
+ * @applitools/snippets bumped to 2.6.2
32
+ #### Bug Fixes
33
+
34
+ * provide a clear "stale element" exception message when passing detached regions to `check` ([#2590](https://github.com/Applitools-Dev/sdk/issues/2590)) ([1e5b49e](https://github.com/Applitools-Dev/sdk/commit/1e5b49e9aec6b8caf89f2cdb1f8e81a237d52896))
35
+ * @applitools/spec-driver-webdriver bumped to 1.1.19
36
+ #### Code Refactoring
37
+
38
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
39
+
40
+
41
+
42
+ * @applitools/tunnel-client bumped to 1.5.9
43
+ #### Code Refactoring
44
+
45
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
46
+
47
+
48
+
49
+ * @applitools/logger bumped to 2.0.19
50
+
51
+ * @applitools/req bumped to 1.7.3
52
+
53
+ * @applitools/image bumped to 1.1.14
54
+
55
+ * @applitools/driver bumped to 1.19.7
56
+
57
+ * @applitools/core-base bumped to 1.19.2
58
+ #### Code Refactoring
59
+
60
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
61
+
62
+
63
+
64
+
3
65
  ## [1.9.12](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.11...js/ec-client@1.9.12) (2024-10-31)
4
66
 
5
67
 
package/dist/cli/cli.js CHANGED
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  const client_1 = require("../client");
8
8
  const manager_server_1 = require("../tunnels/manager-server");
9
9
  const yargs_1 = __importDefault(require("yargs"));
10
- yargs_1.default
10
+ void yargs_1.default
11
11
  .command({
12
12
  command: '*',
13
13
  builder: yargs => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.12",
3
+ "version": "1.9.14",
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.19.1",
56
- "@applitools/driver": "1.19.6",
57
- "@applitools/logger": "2.0.18",
58
- "@applitools/req": "1.7.2",
59
- "@applitools/socket": "1.1.18",
60
- "@applitools/spec-driver-webdriver": "1.1.18",
61
- "@applitools/tunnel-client": "1.5.8",
62
- "@applitools/utils": "1.7.4",
55
+ "@applitools/core-base": "1.19.2",
56
+ "@applitools/driver": "1.20.0",
57
+ "@applitools/logger": "2.0.19",
58
+ "@applitools/req": "1.7.3",
59
+ "@applitools/socket": "1.1.19",
60
+ "@applitools/spec-driver-webdriver": "1.1.20",
61
+ "@applitools/tunnel-client": "1.5.9",
62
+ "@applitools/utils": "1.7.5",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"