@applitools/ec-client 1.9.12 → 1.9.13

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,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Code Refactoring
7
+
8
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.5
14
+ #### Code Refactoring
15
+
16
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
17
+ * @applitools/socket bumped to 1.1.19
18
+
19
+ * @applitools/snippets bumped to 2.6.2
20
+ #### Bug Fixes
21
+
22
+ * 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))
23
+ * @applitools/spec-driver-webdriver bumped to 1.1.19
24
+ #### Code Refactoring
25
+
26
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
27
+
28
+
29
+
30
+ * @applitools/tunnel-client bumped to 1.5.9
31
+ #### Code Refactoring
32
+
33
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
34
+
35
+
36
+
37
+ * @applitools/logger bumped to 2.0.19
38
+
39
+ * @applitools/req bumped to 1.7.3
40
+
41
+ * @applitools/image bumped to 1.1.14
42
+
43
+ * @applitools/driver bumped to 1.19.7
44
+
45
+ * @applitools/core-base bumped to 1.19.2
46
+ #### Code Refactoring
47
+
48
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
49
+
50
+
51
+
52
+
3
53
  ## [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
54
 
5
55
 
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.13",
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.19.7",
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.19",
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"