@applitools/ec-client 1.7.1 → 1.7.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.2...js/ec-client@1.7.3) (2023-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core-base bumped to 1.4.3
14
+ #### Bug Fixes
15
+
16
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
17
+
18
+
19
+
20
+ * @applitools/image bumped to 1.1.2
21
+ #### Bug Fixes
22
+
23
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
24
+ * @applitools/logger bumped to 2.0.7
25
+ #### Bug Fixes
26
+
27
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
28
+ * @applitools/req bumped to 1.5.2
29
+ #### Bug Fixes
30
+
31
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
32
+ * @applitools/driver bumped to 1.13.3
33
+ #### Bug Fixes
34
+
35
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
36
+
37
+
38
+
39
+ * @applitools/socket bumped to 1.1.7
40
+ #### Bug Fixes
41
+
42
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
43
+
44
+
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.0.40
47
+ #### Bug Fixes
48
+
49
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
50
+
51
+
52
+
53
+ * @applitools/tunnel-client bumped to 1.1.3
54
+ #### Bug Fixes
55
+
56
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
57
+
58
+
59
+
60
+
61
+ ## [1.7.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.1...js/ec-client@1.7.2) (2023-07-21)
62
+
63
+
64
+ ### Code Refactoring
65
+
66
+ * ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
67
+
68
+
69
+ ### Dependencies
70
+
71
+
72
+
3
73
  ## [1.7.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.0...js/ec-client@1.7.1) (2023-07-18)
4
74
 
5
75
 
@@ -56,7 +56,7 @@ function makeExecuteScript({ req, core }) {
56
56
  (_e = session.tests) !== null && _e !== void 0 ? _e : (session.tests = {});
57
57
  session.tests.current = await core.openFunctionalSession({
58
58
  settings: {
59
- serverUrl: session.credentials.eyesServerUrl,
59
+ eyesServerUrl: session.credentials.eyesServerUrl,
60
60
  apiKey: session.credentials.apiKey,
61
61
  proxy: session.proxy,
62
62
  appName: (_g = (_f = options === null || options === void 0 ? void 0 : options.appName) !== null && _f !== void 0 ? _f : session.options.appName) !== null && _g !== void 0 ? _g : ((await driver.getTitle()) || 'default'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,16 +52,16 @@
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.4.1",
56
- "@applitools/driver": "1.13.1",
57
- "@applitools/logger": "2.0.5",
58
- "@applitools/req": "1.5.0",
59
- "@applitools/socket": "1.1.5",
60
- "@applitools/spec-driver-webdriver": "1.0.38",
61
- "@applitools/tunnel-client": "1.1.1",
55
+ "@applitools/core-base": "1.4.3",
56
+ "@applitools/driver": "1.13.3",
57
+ "@applitools/logger": "2.0.7",
58
+ "@applitools/req": "1.5.2",
59
+ "@applitools/socket": "1.1.7",
60
+ "@applitools/spec-driver-webdriver": "1.0.40",
61
+ "@applitools/tunnel-client": "1.1.3",
62
62
  "@applitools/utils": "1.5.0",
63
63
  "abort-controller": "3.0.0",
64
- "webdriver": "7",
64
+ "webdriver": "7.30.0",
65
65
  "yargs": "^17.7.2"
66
66
  },
67
67
  "devDependencies": {
@@ -71,7 +71,7 @@
71
71
  "@types/node-fetch": "^2.6.1",
72
72
  "@types/selenium-webdriver": "^4.0.19",
73
73
  "@types/yargs": "^17.0.19",
74
- "nock": "^13.2.4",
74
+ "nock": "^13.3.2",
75
75
  "selenium-webdriver": "^4.10.0"
76
76
  },
77
77
  "engines": {