@applitools/core 3.6.1 → 3.6.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
@@ -2,6 +2,31 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [3.6.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.6.1...js/core@3.6.2) (2023-07-18)
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * @applitools/req bumped from 1.4.0 to 1.5.0
11
+ #### Features
12
+
13
+ * support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
14
+ * @applitools/ufg-client bumped from 1.4.1 to 1.5.0
15
+ #### Features
16
+
17
+ * support retries on stuck requests ([be673bb](https://github.com/applitools/eyes.sdk.javascript1/commit/be673bb505c9b21d6aea37d86e88513e95e3cb02))
18
+
19
+
20
+
21
+ * @applitools/core-base bumped from 1.4.0 to 1.4.1
22
+
23
+ * @applitools/ec-client bumped from 1.7.0 to 1.7.1
24
+
25
+ * @applitools/tunnel-client bumped from 1.1.0 to 1.1.1
26
+
27
+ * @applitools/nml-client bumped from 1.5.2 to 1.5.3
28
+
29
+
5
30
  ## [3.6.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.6.0...js/core@3.6.1) (2023-07-13)
6
31
 
7
32
 
@@ -70,7 +70,7 @@ async function takeDomCapture({ driver, settings, logger, }) {
70
70
  logger.log(`Request to download css will be sent to the address "[GET]${url}"`);
71
71
  try {
72
72
  const response = await (0, req_1.req)(url, {
73
- timeout: (_a = settings === null || settings === void 0 ? void 0 : settings.fetchTimeout) !== null && _a !== void 0 ? _a : 60000,
73
+ connectionTimeout: (_a = settings === null || settings === void 0 ? void 0 : settings.fetchTimeout) !== null && _a !== void 0 ? _a : 60000,
74
74
  retry: {
75
75
  limit: 1,
76
76
  validate: ({ response, error }) => !!error || !response.ok,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -68,19 +68,19 @@
68
68
  ]
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/core-base": "1.4.0",
71
+ "@applitools/core-base": "1.4.1",
72
72
  "@applitools/dom-capture": "11.2.2",
73
73
  "@applitools/dom-snapshot": "4.7.9",
74
74
  "@applitools/driver": "1.13.1",
75
- "@applitools/ec-client": "1.7.0",
75
+ "@applitools/ec-client": "1.7.1",
76
76
  "@applitools/logger": "2.0.5",
77
- "@applitools/nml-client": "1.5.2",
78
- "@applitools/req": "1.4.0",
77
+ "@applitools/nml-client": "1.5.3",
78
+ "@applitools/req": "1.5.0",
79
79
  "@applitools/screenshoter": "3.8.4",
80
80
  "@applitools/snippets": "2.4.21",
81
81
  "@applitools/socket": "1.1.5",
82
82
  "@applitools/spec-driver-webdriver": "1.0.38",
83
- "@applitools/ufg-client": "1.4.1",
83
+ "@applitools/ufg-client": "1.5.0",
84
84
  "@applitools/utils": "1.5.0",
85
85
  "@types/ws": "8.5.5",
86
86
  "abort-controller": "3.0.0",
@@ -98,7 +98,7 @@
98
98
  "@applitools/spec-driver-webdriverio": "^1.5.7",
99
99
  "@applitools/test-server": "^1.2.2",
100
100
  "@applitools/test-utils": "^1.5.17",
101
- "@applitools/tunnel-client": "^1.1.0",
101
+ "@applitools/tunnel-client": "^1.1.1",
102
102
  "@types/node": "^12.20.55",
103
103
  "@types/selenium-webdriver": "^4.1.2",
104
104
  "@types/yargs": "^17.0.22",