@applitools/eyes-browser 1.6.22 → 1.6.23
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 +55 -0
- package/dist/index.js +11 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.6.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.22...js/eyes-browser@1.6.23) (2026-06-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.15.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
|
|
12
|
+
* @applitools/logger bumped to 2.2.13
|
|
13
|
+
|
|
14
|
+
* @applitools/dom-snapshot bumped to 4.17.4
|
|
15
|
+
|
|
16
|
+
* @applitools/socket bumped to 1.3.14
|
|
17
|
+
|
|
18
|
+
* @applitools/req bumped to 1.11.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/image bumped to 1.2.12
|
|
26
|
+
|
|
27
|
+
* @applitools/dom-capture bumped to 11.8.2
|
|
28
|
+
|
|
29
|
+
* @applitools/driver bumped to 1.26.4
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.4
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-selenium bumped to 1.8.4
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-playwright bumped to 1.9.4
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.4
|
|
38
|
+
|
|
39
|
+
* @applitools/screenshoter bumped to 3.12.23
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.11.33
|
|
42
|
+
|
|
43
|
+
* @applitools/tunnel-client bumped to 1.12.1
|
|
44
|
+
|
|
45
|
+
* @applitools/ufg-client bumped to 1.22.4
|
|
46
|
+
|
|
47
|
+
* @applitools/core-base bumped to 1.35.3
|
|
48
|
+
|
|
49
|
+
* @applitools/ec-client bumped to 1.12.35
|
|
50
|
+
|
|
51
|
+
* @applitools/core bumped to 4.65.2
|
|
52
|
+
|
|
53
|
+
* @applitools/eyes bumped to 1.43.4
|
|
54
|
+
|
|
55
|
+
* @applitools/test-server bumped to 1.4.5
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [1.6.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.21...js/eyes-browser@1.6.22) (2026-06-15)
|
|
4
59
|
|
|
5
60
|
|
package/dist/index.js
CHANGED
|
@@ -11968,7 +11968,7 @@ var require_browser_process = __commonJS({
|
|
|
11968
11968
|
init_buffer();
|
|
11969
11969
|
init_setInterval();
|
|
11970
11970
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11971
|
-
exports.sh = exports.executeProcess = exports.executeAndControlProcess = exports.execute = void 0;
|
|
11971
|
+
exports.sampleProcessTreeMemory = exports.sh = exports.executeProcess = exports.executeAndControlProcess = exports.execute = void 0;
|
|
11972
11972
|
var executionOutput = {
|
|
11973
11973
|
stdout: "",
|
|
11974
11974
|
stderr: "process execution is not supported in browser environment",
|
|
@@ -11997,6 +11997,10 @@ var require_browser_process = __commonJS({
|
|
|
11997
11997
|
return executionOutput;
|
|
11998
11998
|
}
|
|
11999
11999
|
exports.sh = sh;
|
|
12000
|
+
async function sampleProcessTreeMemory(_rootPid, _options = {}) {
|
|
12001
|
+
return null;
|
|
12002
|
+
}
|
|
12003
|
+
exports.sampleProcessTreeMemory = sampleProcessTreeMemory;
|
|
12000
12004
|
}
|
|
12001
12005
|
});
|
|
12002
12006
|
|
|
@@ -82742,7 +82746,7 @@ ${l2}`}`, { bundledCss: u2, unfetchedResources: a2 };
|
|
|
82742
82746
|
return m3 && (k2.shadowRoot = m3), k2;
|
|
82743
82747
|
}
|
|
82744
82748
|
}(t3);
|
|
82745
|
-
f2(l2.doCaptureDoc), d2(l2.waitForImages), await Promise.all(m2), f2(l2.waitForImages), T2.version = "1.4.0", T2.scriptVersion = "11.8.
|
|
82749
|
+
f2(l2.doCaptureDoc), d2(l2.waitForImages), await Promise.all(m2), f2(l2.waitForImages), T2.version = "1.4.0", T2.scriptVersion = "11.8.2";
|
|
82746
82750
|
const N2 = p2.length ? `${p2.join("\n")}
|
|
82747
82751
|
` : "", P2 = h2.size ? `${Array.from(h2).join("\n")}
|
|
82748
82752
|
` : "", A2 = JSON.stringify({ separator: w2, cssStartToken: y2, cssEndToken: y2, iframeStartToken: `"${g2}`, iframeEndToken: `${g2}"` });
|
|
@@ -89728,7 +89732,7 @@ var require_captureDomPollForIE = __commonJS({
|
|
|
89728
89732
|
case 24:
|
|
89729
89733
|
return L2 = e4.sent, A2(E2.prefetchCss), j2 = U0({ parseCss: D0, CSSImportRule, getCssFromCache: L2, absolutizeUrl: j0, unfetchedToken: _2 }), k2 = z0({ getCssFromCache: L2, absolutizeUrl: j0 }), C2 = V0({ extractCssFromNode: k2, getBundledCssFromCssText: j2, unfetchedToken: _2 }), S2(E2.doCaptureDoc), M2 = H2(i3), A2(E2.doCaptureDoc), S2(E2.waitForImages), e4.next = 35, Promise.all(O2);
|
|
89730
89734
|
case 35:
|
|
89731
|
-
return A2(E2.waitForImages), M2.version = "1.4.0", M2.scriptVersion = "11.8.
|
|
89735
|
+
return A2(E2.waitForImages), M2.version = "1.4.0", M2.scriptVersion = "11.8.2", N2 = T2.length ? T2.join("\n") + "\n" : "", U2 = x2.size ? Array.from(x2).join("\n") + "\n" : "", D2 = JSON.stringify({ separator: P2, cssStartToken: _2, cssEndToken: _2, iframeStartToken: '"' + R2, iframeEndToken: R2 + '"' }), A2(E2.total), B2 = JSON.stringify(M2), z2 = D2 + "\n" + U2 + P2 + "\n" + N2 + P2 + "\n" + ("string" == typeof B2 ? B2 : H0(M2)) + F2(), console.log("[captureFrame]", JSON.stringify(E2)), e4.abrupt("return", z2);
|
|
89732
89736
|
case 46:
|
|
89733
89737
|
case "end":
|
|
89734
89738
|
return e4.stop();
|
|
@@ -104734,7 +104738,7 @@ creating temp style for access.`), r2 = Qh(e3);
|
|
|
104734
104738
|
function M2(e3) {
|
|
104735
104739
|
return r3.defaultView && r3.defaultView.frameElement && r3.defaultView.frameElement.getAttribute(e3);
|
|
104736
104740
|
}
|
|
104737
|
-
}(n3).then((e3) => (m2.log("processPage end"), e3.scriptVersion = "4.17.
|
|
104741
|
+
}(n3).then((e3) => (m2.log("processPage end"), e3.scriptVersion = "4.17.4", e3));
|
|
104738
104742
|
}, n2[S], "domSnapshotResult");
|
|
104739
104743
|
return function(e3) {
|
|
104740
104744
|
try {
|
|
@@ -130950,7 +130954,7 @@ var require_package3 = __commonJS({
|
|
|
130950
130954
|
"../core/package.json"(exports, module) {
|
|
130951
130955
|
module.exports = {
|
|
130952
130956
|
name: "@applitools/core",
|
|
130953
|
-
version: "4.65.
|
|
130957
|
+
version: "4.65.2",
|
|
130954
130958
|
homepage: "https://applitools.com",
|
|
130955
130959
|
bugs: {
|
|
130956
130960
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -132502,7 +132506,7 @@ var require_package4 = __commonJS({
|
|
|
132502
132506
|
"../eyes/package.json"(exports, module) {
|
|
132503
132507
|
module.exports = {
|
|
132504
132508
|
name: "@applitools/eyes",
|
|
132505
|
-
version: "1.43.
|
|
132509
|
+
version: "1.43.4",
|
|
132506
132510
|
keywords: [
|
|
132507
132511
|
"applitools",
|
|
132508
132512
|
"eyes",
|
|
@@ -134118,7 +134122,7 @@ var require_package5 = __commonJS({
|
|
|
134118
134122
|
"package.json"(exports, module) {
|
|
134119
134123
|
module.exports = {
|
|
134120
134124
|
name: "@applitools/eyes-browser",
|
|
134121
|
-
version: "1.6.
|
|
134125
|
+
version: "1.6.23",
|
|
134122
134126
|
type: "module",
|
|
134123
134127
|
keywords: [
|
|
134124
134128
|
"applitools",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-browser",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"test": "run playwright test"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@applitools/eyes": "1.43.
|
|
54
|
+
"@applitools/eyes": "1.43.4"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@applitools/test-server": "1.4.
|
|
57
|
+
"@applitools/test-server": "1.4.5",
|
|
58
58
|
"@playwright/test": "1.55.1",
|
|
59
59
|
"@types/node": "^12.20.55",
|
|
60
60
|
"@types/path-browserify": "^1.0.1",
|