@applitools/ec-client 1.9.4 → 1.9.6

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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.6](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.5...js/ec-client@1.9.6) (2024-09-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.17.0
9
+ #### Features
10
+
11
+ * offline execution ([#2528](https://github.com/Applitools-Dev/sdk/issues/2528)) ([e6c3b9e](https://github.com/Applitools-Dev/sdk/commit/e6c3b9e3315203027551da3bfdecf90490edd029))
12
+
13
+ ## [1.9.5](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.4...js/ec-client@1.9.5) (2024-09-16)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/snippets bumped to 2.5.0
19
+ #### Features
20
+
21
+ * add playwright fixture ([#2412](https://github.com/Applitools-Dev/sdk/issues/2412)) ([0632e93](https://github.com/Applitools-Dev/sdk/commit/0632e93dd7f53029a8c5f4230d22a05abf5fefd4))
22
+
23
+
24
+ #### Bug Fixes
25
+
26
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
27
+ * @applitools/driver bumped to 1.19.1
28
+ #### Bug Fixes
29
+
30
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
31
+
32
+
33
+
34
+ * @applitools/spec-driver-webdriver bumped to 1.1.13
35
+
36
+
3
37
  ## [1.9.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.3...js/ec-client@1.9.4) (2024-09-10)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
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.16.1",
56
- "@applitools/driver": "1.19.0",
55
+ "@applitools/core-base": "1.17.0",
56
+ "@applitools/driver": "1.19.1",
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.12",
60
+ "@applitools/spec-driver-webdriver": "1.1.13",
61
61
  "@applitools/tunnel-client": "1.5.8",
62
62
  "@applitools/utils": "1.7.4",
63
63
  "abort-controller": "3.0.0",