@applitools/ec-client 1.7.18 → 1.7.20

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 +35 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.20](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.19...js/ec-client@1.7.20) (2023-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.54
9
+ #### Bug Fixes
10
+
11
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
12
+
13
+
14
+
15
+ * @applitools/driver bumped to 1.16.1
16
+ #### Bug Fixes
17
+
18
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
19
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
20
+ * fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
21
+ * @applitools/core-base bumped to 1.7.5
22
+ #### Bug Fixes
23
+
24
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
25
+
26
+ ## [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)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
32
+
33
+ * @applitools/driver bumped to 1.16.0
34
+ #### Features
35
+
36
+ * 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))
37
+
3
38
  ## [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
39
 
5
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.18",
3
+ "version": "1.7.20",
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.7.4",
56
- "@applitools/driver": "1.15.3",
55
+ "@applitools/core-base": "1.7.5",
56
+ "@applitools/driver": "1.16.1",
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.52",
60
+ "@applitools/spec-driver-webdriver": "1.0.54",
61
61
  "@applitools/tunnel-client": "1.4.0",
62
62
  "@applitools/utils": "1.7.0",
63
63
  "abort-controller": "3.0.0",