@applitools/ec-client 1.7.17 → 1.7.19

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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.19](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.18...js/ec-client@1.7.19) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
9
+
10
+ * @applitools/driver bumped to 1.16.0
11
+ #### Features
12
+
13
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
14
+
15
+ ## [1.7.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.17...js/ec-client@1.7.18) (2023-12-12)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/tunnel-client bumped to 1.4.0
21
+ #### Features
22
+
23
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
24
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
25
+
26
+ * @applitools/driver bumped to 1.15.3
27
+ #### Bug Fixes
28
+
29
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
30
+
3
31
  ## [1.7.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.16...js/ec-client@1.7.17) (2023-12-05)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.17",
3
+ "version": "1.7.19",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@applitools/core-base": "1.7.4",
56
- "@applitools/driver": "1.15.2",
56
+ "@applitools/driver": "1.16.0",
57
57
  "@applitools/logger": "2.0.14",
58
58
  "@applitools/req": "1.6.4",
59
59
  "@applitools/socket": "1.1.14",
60
- "@applitools/spec-driver-webdriver": "1.0.51",
61
- "@applitools/tunnel-client": "1.3.2",
60
+ "@applitools/spec-driver-webdriver": "1.0.53",
61
+ "@applitools/tunnel-client": "1.4.0",
62
62
  "@applitools/utils": "1.7.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",