@applitools/core 4.54.1 → 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 +43 -0
- package/dist/offline/run-offline-snapshots.js +3 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
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
|
+
|
|
3
46
|
## [4.54.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.54.0...js/core@4.54.1) (2025-12-28)
|
|
4
47
|
|
|
5
48
|
|
|
@@ -339,7 +339,9 @@ async function runOfflineSnapshots(options) {
|
|
|
339
339
|
},
|
|
340
340
|
logger: checkLogger,
|
|
341
341
|
heartbeat: {
|
|
342
|
-
|
|
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.
|
|
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.
|
|
84
|
-
"@applitools/dom-capture": "11.6.
|
|
85
|
-
"@applitools/dom-snapshot": "4.15.
|
|
86
|
-
"@applitools/driver": "1.24.
|
|
87
|
-
"@applitools/ec-client": "1.12.
|
|
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.
|
|
89
|
+
"@applitools/nml-client": "1.11.14",
|
|
90
90
|
"@applitools/req": "1.8.7",
|
|
91
|
-
"@applitools/screenshoter": "3.12.
|
|
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.
|
|
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.
|
|
111
|
-
"@applitools/spec-driver-selenium": "^1.7.
|
|
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",
|