@applitools/ec-client 1.9.9 → 1.9.11

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.11](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.10...js/ec-client@1.9.11) (2024-10-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.6.0
9
+ #### Features
10
+
11
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
12
+ * @applitools/driver bumped to 1.19.5
13
+
14
+ * @applitools/spec-driver-webdriver bumped to 1.1.17
15
+
16
+ * @applitools/core-base bumped to 1.19.0
17
+ #### Features
18
+
19
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
20
+
21
+ ## [1.9.10](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.9...js/ec-client@1.9.10) (2024-10-28)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/snippets bumped to 2.5.2
27
+ #### Bug Fixes
28
+
29
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
30
+ * @applitools/driver bumped to 1.19.4
31
+ #### Bug Fixes
32
+
33
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
34
+
35
+
36
+
37
+ * @applitools/spec-driver-webdriver bumped to 1.1.16
38
+
39
+
3
40
  ## [1.9.9](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.8...js/ec-client@1.9.9) (2024-10-21)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.9",
3
+ "version": "1.9.11",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,12 +52,12 @@
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.18.0",
56
- "@applitools/driver": "1.19.3",
55
+ "@applitools/core-base": "1.19.0",
56
+ "@applitools/driver": "1.19.5",
57
57
  "@applitools/logger": "2.0.18",
58
58
  "@applitools/req": "1.7.2",
59
59
  "@applitools/socket": "1.1.18",
60
- "@applitools/spec-driver-webdriver": "1.1.15",
60
+ "@applitools/spec-driver-webdriver": "1.1.17",
61
61
  "@applitools/tunnel-client": "1.5.8",
62
62
  "@applitools/utils": "1.7.4",
63
63
  "abort-controller": "3.0.0",