@applitools/ec-client 1.7.17 → 1.7.18

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.4.0
9
+ #### Features
10
+
11
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
13
+
14
+ * @applitools/driver bumped to 1.15.3
15
+ #### Bug Fixes
16
+
17
+ * 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))
18
+
3
19
  ## [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
20
 
5
21
 
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.18",
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.15.3",
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.52",
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",