@applitools/ec-client 1.7.19 → 1.7.21

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 +38 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.21](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.20...js/ec-client@1.7.21) (2024-01-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.8.0
9
+ #### Features
10
+
11
+ * sorted result regions of locate method ([ef6b249](https://github.com/applitools/eyes.sdk.javascript1/commit/ef6b249ad9d6998d6089423efd93f0220f13d378))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
17
+
18
+ ## [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)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/spec-driver-webdriver bumped to 1.0.54
24
+ #### Bug Fixes
25
+
26
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
27
+
28
+
29
+
30
+ * @applitools/driver bumped to 1.16.1
31
+ #### Bug Fixes
32
+
33
+ * 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))
34
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
35
+ * 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))
36
+ * @applitools/core-base bumped to 1.7.5
37
+ #### Bug Fixes
38
+
39
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
40
+
3
41
  ## [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
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.19",
3
+ "version": "1.7.21",
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.16.0",
55
+ "@applitools/core-base": "1.8.0",
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.53",
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",