@applitools/ec-client 1.7.26 → 1.7.30

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 +61 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.30](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.29...js/ec-client@1.7.30) (2024-03-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.1.3
9
+
10
+ * @applitools/driver bumped to 1.16.5
11
+ #### Bug Fixes
12
+
13
+ * trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
14
+
15
+ ## [1.7.29](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.28...js/ec-client@1.7.29) (2024-03-18)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.1.2
21
+
22
+ * @applitools/driver bumped to 1.16.4
23
+ #### Bug Fixes
24
+
25
+ * trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
26
+
27
+ ## [1.7.28](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.7.27...js/ec-client@1.7.28) (2024-03-17)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/spec-driver-webdriver bumped to 1.1.1
33
+
34
+ * @applitools/driver bumped to 1.16.3
35
+ #### Bug Fixes
36
+
37
+ * skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
38
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
39
+
40
+ ## [1.7.27](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.26...js/ec-client@1.7.27) (2024-02-29)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * @applitools/req bumped to 1.6.5
46
+ #### Bug Fixes
47
+
48
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
49
+ * @applitools/tunnel-client bumped to 1.4.1
50
+ #### Bug Fixes
51
+
52
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
53
+
54
+
55
+
56
+ * @applitools/core-base bumped to 1.9.1
57
+ #### Bug Fixes
58
+
59
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
60
+
61
+
62
+
63
+
3
64
  ## [1.7.26](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.25...js/ec-client@1.7.26) (2024-02-18)
4
65
 
5
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.26",
3
+ "version": "1.7.30",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,13 +52,13 @@
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.9.0",
56
- "@applitools/driver": "1.16.2",
55
+ "@applitools/core-base": "1.9.1",
56
+ "@applitools/driver": "1.16.5",
57
57
  "@applitools/logger": "2.0.14",
58
- "@applitools/req": "1.6.4",
58
+ "@applitools/req": "1.6.5",
59
59
  "@applitools/socket": "1.1.14",
60
- "@applitools/spec-driver-webdriver": "1.1.0",
61
- "@applitools/tunnel-client": "1.4.0",
60
+ "@applitools/spec-driver-webdriver": "1.1.3",
61
+ "@applitools/tunnel-client": "1.4.1",
62
62
  "@applitools/utils": "1.7.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",