@applitools/ec-client 1.7.0 → 1.7.2

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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Code Refactoring
7
+
8
+ * ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
9
+
10
+
11
+ ### Dependencies
12
+
13
+
14
+
15
+ ## [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)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/req bumped from 1.4.0 to 1.5.0
21
+ #### Features
22
+
23
+ * support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
24
+ * @applitools/core-base bumped from 1.4.0 to 1.4.1
25
+
26
+ * @applitools/tunnel-client bumped from 1.1.0 to 1.1.1
27
+
28
+
3
29
  ## [1.7.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.6.2...js/ec-client@1.7.0) (2023-07-13)
4
30
 
5
31
 
@@ -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.0",
3
+ "version": "1.7.2",
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.0",
56
- "@applitools/driver": "1.13.1",
57
- "@applitools/logger": "2.0.5",
58
- "@applitools/req": "1.4.0",
59
- "@applitools/socket": "1.1.5",
60
- "@applitools/spec-driver-webdriver": "1.0.38",
61
- "@applitools/tunnel-client": "1.1.0",
62
- "@applitools/utils": "1.5.0",
55
+ "@applitools/core-base": "1.4.2",
56
+ "@applitools/driver": "1.13.2",
57
+ "@applitools/logger": "2.0.6",
58
+ "@applitools/req": "1.5.1",
59
+ "@applitools/socket": "1.1.6",
60
+ "@applitools/spec-driver-webdriver": "1.0.39",
61
+ "@applitools/tunnel-client": "1.1.2",
62
+ "@applitools/utils": "",
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": {