@applitools/ec-client 1.9.10 → 1.9.12

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 +51 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.1
14
+ #### Bug Fixes
15
+
16
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
17
+ * @applitools/driver bumped to 1.19.6
18
+ #### Bug Fixes
19
+
20
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
21
+
22
+
23
+
24
+ * @applitools/spec-driver-webdriver bumped to 1.1.18
25
+ #### Bug Fixes
26
+
27
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
28
+
29
+
30
+
31
+ * @applitools/core-base bumped to 1.19.1
32
+ #### Bug Fixes
33
+
34
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
35
+
36
+ ## [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)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * @applitools/snippets bumped to 2.6.0
42
+ #### Features
43
+
44
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
45
+ * @applitools/driver bumped to 1.19.5
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.1.17
48
+
49
+ * @applitools/core-base bumped to 1.19.0
50
+ #### Features
51
+
52
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
53
+
3
54
  ## [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)
4
55
 
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.10",
3
+ "version": "1.9.12",
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.4",
55
+ "@applitools/core-base": "1.19.1",
56
+ "@applitools/driver": "1.19.6",
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.16",
60
+ "@applitools/spec-driver-webdriver": "1.1.18",
61
61
  "@applitools/tunnel-client": "1.5.8",
62
62
  "@applitools/utils": "1.7.4",
63
63
  "abort-controller": "3.0.0",