@applitools/eyes-browser 1.6.19 → 1.6.20
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 +29 -0
- package/dist/index.js +5 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.6.20](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.19...js/eyes-browser@1.6.20) (2026-06-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.11.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.30
|
|
13
|
+
|
|
14
|
+
* @applitools/tunnel-client bumped to 1.12.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
* @applitools/ufg-client bumped to 1.22.3
|
|
22
|
+
|
|
23
|
+
* @applitools/core-base bumped to 1.35.1
|
|
24
|
+
|
|
25
|
+
* @applitools/ec-client bumped to 1.12.32
|
|
26
|
+
|
|
27
|
+
* @applitools/core bumped to 4.64.1
|
|
28
|
+
|
|
29
|
+
* @applitools/eyes bumped to 1.43.1
|
|
30
|
+
|
|
31
|
+
|
|
3
32
|
## [1.6.19](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.18...js/eyes-browser@1.6.19) (2026-06-04)
|
|
4
33
|
|
|
5
34
|
|
package/dist/index.js
CHANGED
|
@@ -20250,7 +20250,7 @@ async function req(input, ...requestOptions) {
|
|
|
20250
20250
|
async function singleReq(input2, options2) {
|
|
20251
20251
|
var _a, _b, _c;
|
|
20252
20252
|
validateOptionsForVersion(options2.httpVersion, options2);
|
|
20253
|
-
const { fetch: versionedFetch, getBodySize } = getFetchForVersion(options2.httpVersion, options2.useDnsCache);
|
|
20253
|
+
const { fetch: versionedFetch, getBodySize } = getFetchForVersion(options2.httpVersion, options2.useDnsCache, options2.proxy);
|
|
20254
20254
|
const fetch2 = (_a = options2.fetch) !== null && _a !== void 0 ? _a : versionedFetch;
|
|
20255
20255
|
let optionsFallbacks = [];
|
|
20256
20256
|
if (options2.fallbacks)
|
|
@@ -130879,7 +130879,7 @@ var require_package3 = __commonJS({
|
|
|
130879
130879
|
"../core/package.json"(exports, module) {
|
|
130880
130880
|
module.exports = {
|
|
130881
130881
|
name: "@applitools/core",
|
|
130882
|
-
version: "4.64.
|
|
130882
|
+
version: "4.64.1",
|
|
130883
130883
|
homepage: "https://applitools.com",
|
|
130884
130884
|
bugs: {
|
|
130885
130885
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -130964,6 +130964,7 @@ var require_package3 = __commonJS({
|
|
|
130964
130964
|
"@applitools/spec-driver-playwright": "workspace:^",
|
|
130965
130965
|
"@applitools/spec-driver-puppeteer": "workspace:^",
|
|
130966
130966
|
"@applitools/spec-driver-selenium": "workspace:^",
|
|
130967
|
+
"@applitools/spec-driver-webdriver": "workspace:^",
|
|
130967
130968
|
"@applitools/test-server": "workspace:^",
|
|
130968
130969
|
"@applitools/test-utils": "workspace:^",
|
|
130969
130970
|
"@applitools/tunnel-client": "workspace:^",
|
|
@@ -132430,7 +132431,7 @@ var require_package4 = __commonJS({
|
|
|
132430
132431
|
"../eyes/package.json"(exports, module) {
|
|
132431
132432
|
module.exports = {
|
|
132432
132433
|
name: "@applitools/eyes",
|
|
132433
|
-
version: "1.43.
|
|
132434
|
+
version: "1.43.1",
|
|
132434
132435
|
keywords: [
|
|
132435
132436
|
"applitools",
|
|
132436
132437
|
"eyes",
|
|
@@ -134046,7 +134047,7 @@ var require_package5 = __commonJS({
|
|
|
134046
134047
|
"package.json"(exports, module) {
|
|
134047
134048
|
module.exports = {
|
|
134048
134049
|
name: "@applitools/eyes-browser",
|
|
134049
|
-
version: "1.6.
|
|
134050
|
+
version: "1.6.20",
|
|
134050
134051
|
type: "module",
|
|
134051
134052
|
keywords: [
|
|
134052
134053
|
"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.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"test": "run playwright test"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@applitools/eyes": "1.43.
|
|
54
|
+
"@applitools/eyes": "1.43.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@applitools/test-server": "1.4.4",
|