@applitools/core 4.54.0 → 4.54.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,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.54.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.54.1...js/core@4.54.2) (2026-01-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
9
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * @applitools/driver bumped to 1.24.4
15
+ #### Bug Fixes
16
+
17
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
18
+ * @applitools/nml-client bumped to 1.11.14
19
+ #### Bug Fixes
20
+
21
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
22
+
23
+
24
+
25
+ * @applitools/dom-snapshot bumped to 4.15.5
26
+
27
+ * @applitools/dom-capture bumped to 11.6.8
28
+ #### Bug Fixes
29
+
30
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
31
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.7.10
34
+
35
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
36
+
37
+ * @applitools/screenshoter bumped to 3.12.11
38
+
39
+ * @applitools/core-base bumped to 1.31.1
40
+ #### Bug Fixes
41
+
42
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
43
+ * @applitools/ec-client bumped to 1.12.16
44
+
45
+
46
+ ## [4.54.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.54.0...js/core@4.54.1) (2025-12-28)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * @applitools/dom-snapshot bumped to 4.15.4
57
+ #### Bug Fixes
58
+
59
+ * CSS variables in Shadow DOM style tags not expanded | FLD-3790 ([#3427](https://github.com/Applitools-Dev/sdk/issues/3427)) ([3d84b5f](https://github.com/Applitools-Dev/sdk/commit/3d84b5f120dd5e72dea5ec77b5d446e7ca696d52))
60
+
3
61
  ## [4.54.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.53.2...js/core@4.54.0) (2025-12-14)
4
62
 
5
63
 
@@ -48,7 +48,9 @@ function makeGetManagerResults({ core, storage, logger: mainLogger, }) {
48
48
  });
49
49
  }
50
50
  catch (error) {
51
- return promise.then(containers => containers.concat({ error: new internal_error_1.InternalError(error), ...error.info }));
51
+ logger.fatal('Command "getManagerResults" received an error', error, 'during performing with settings', settings);
52
+ const internalError = new internal_error_1.InternalError(error);
53
+ return promise.then(containers => containers.concat({ error: internalError, result: { error: internalError }, ...error.info }));
52
54
  }
53
55
  }, Promise.resolve([]));
54
56
  if (settings === null || settings === void 0 ? void 0 : settings.removeDuplicateTests) {
@@ -339,7 +339,9 @@ async function runOfflineSnapshots(options) {
339
339
  },
340
340
  logger: checkLogger,
341
341
  heartbeat: {
342
- processId: processId,
342
+ getOrCreateProcessId() {
343
+ return processId;
344
+ },
343
345
  acquire(settings) {
344
346
  logger.log('acquire | heartbeat is not used (offline)', settings);
345
347
  return processId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.54.0",
3
+ "version": "4.54.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -80,18 +80,18 @@
80
80
  }
81
81
  },
82
82
  "dependencies": {
83
- "@applitools/core-base": "1.31.0",
84
- "@applitools/dom-capture": "11.6.7",
85
- "@applitools/dom-snapshot": "4.15.3",
86
- "@applitools/driver": "1.24.3",
87
- "@applitools/ec-client": "1.12.15",
83
+ "@applitools/core-base": "1.31.1",
84
+ "@applitools/dom-capture": "11.6.8",
85
+ "@applitools/dom-snapshot": "4.15.5",
86
+ "@applitools/driver": "1.24.4",
87
+ "@applitools/ec-client": "1.12.16",
88
88
  "@applitools/logger": "2.2.7",
89
- "@applitools/nml-client": "1.11.13",
89
+ "@applitools/nml-client": "1.11.14",
90
90
  "@applitools/req": "1.8.7",
91
- "@applitools/screenshoter": "3.12.10",
91
+ "@applitools/screenshoter": "3.12.11",
92
92
  "@applitools/snippets": "2.7.0",
93
93
  "@applitools/socket": "1.3.8",
94
- "@applitools/spec-driver-webdriver": "1.5.3",
94
+ "@applitools/spec-driver-webdriver": "1.5.4",
95
95
  "@applitools/ufg-client": "1.18.3",
96
96
  "@applitools/utils": "1.14.1",
97
97
  "@types/ws": "8.5.5",
@@ -107,8 +107,8 @@
107
107
  "devDependencies": {
108
108
  "@applitools/bongo": "^5.10.0",
109
109
  "@applitools/sea": "^1.0.0",
110
- "@applitools/spec-driver-puppeteer": "^1.6.9",
111
- "@applitools/spec-driver-selenium": "^1.7.9",
110
+ "@applitools/spec-driver-puppeteer": "^1.6.10",
111
+ "@applitools/spec-driver-selenium": "^1.7.10",
112
112
  "@applitools/test-server": "^1.3.5",
113
113
  "@applitools/test-utils": "^1.5.17",
114
114
  "@applitools/tunnel-client": "^1.11.5",