@applitools/eyes-browser 1.6.6 → 1.6.7
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 +18 -0
- package/dist/index.js +5 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.6.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.6...js/eyes-browser@1.6.7) (2026-03-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/nml-client bumped to 1.11.21
|
|
9
|
+
|
|
10
|
+
* @applitools/core-base bumped to 1.32.3
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
|
|
14
|
+
* @applitools/ec-client bumped to 1.12.23
|
|
15
|
+
|
|
16
|
+
* @applitools/core bumped to 4.58.1
|
|
17
|
+
|
|
18
|
+
* @applitools/eyes bumped to 1.38.10
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [1.6.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.5...js/eyes-browser@1.6.6) (2026-03-12)
|
|
4
22
|
|
|
5
23
|
|
package/dist/index.js
CHANGED
|
@@ -28154,7 +28154,8 @@ var require_upload = __commonJS({
|
|
|
28154
28154
|
method: "PUT",
|
|
28155
28155
|
headers: {
|
|
28156
28156
|
"Content-Type": "application/octet-stream",
|
|
28157
|
-
|
|
28157
|
+
...gzip && { "Content-Encoding": "gzip" },
|
|
28158
|
+
Date: (/* @__PURE__ */ new Date()).toUTCString(),
|
|
28158
28159
|
"x-ms-blob-type": "BlockBlob"
|
|
28159
28160
|
},
|
|
28160
28161
|
body,
|
|
@@ -128185,7 +128186,7 @@ var require_package3 = __commonJS({
|
|
|
128185
128186
|
"../core/package.json"(exports, module) {
|
|
128186
128187
|
module.exports = {
|
|
128187
128188
|
name: "@applitools/core",
|
|
128188
|
-
version: "4.58.
|
|
128189
|
+
version: "4.58.1",
|
|
128189
128190
|
homepage: "https://applitools.com",
|
|
128190
128191
|
bugs: {
|
|
128191
128192
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -129727,7 +129728,7 @@ var require_package4 = __commonJS({
|
|
|
129727
129728
|
"../eyes/package.json"(exports, module) {
|
|
129728
129729
|
module.exports = {
|
|
129729
129730
|
name: "@applitools/eyes",
|
|
129730
|
-
version: "1.38.
|
|
129731
|
+
version: "1.38.10",
|
|
129731
129732
|
keywords: [
|
|
129732
129733
|
"applitools",
|
|
129733
129734
|
"eyes",
|
|
@@ -131347,7 +131348,7 @@ var require_package5 = __commonJS({
|
|
|
131347
131348
|
"package.json"(exports, module) {
|
|
131348
131349
|
module.exports = {
|
|
131349
131350
|
name: "@applitools/eyes-browser",
|
|
131350
|
-
version: "1.6.
|
|
131351
|
+
version: "1.6.7",
|
|
131351
131352
|
type: "module",
|
|
131352
131353
|
keywords: [
|
|
131353
131354
|
"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.7",
|
|
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.38.
|
|
54
|
+
"@applitools/eyes": "1.38.10"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@applitools/test-server": "1.4.1",
|