@applitools/eyes-browser 1.6.21 → 1.6.22
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 +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/nml-client bumped to 1.11.32
|
|
9
|
+
|
|
10
|
+
* @applitools/core-base bumped to 1.35.2
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* re-trigger release for packages missed in the AD-14089 release | AD-14089 ([#3925](https://github.com/Applitools-Dev/sdk/issues/3925)) ([0880c34](https://github.com/Applitools-Dev/sdk/commit/0880c34b66221025e70ca7e3e3fab7b45a9f8d9e))
|
|
14
|
+
* @applitools/ec-client bumped to 1.12.34
|
|
15
|
+
|
|
16
|
+
* @applitools/core bumped to 4.65.1
|
|
17
|
+
|
|
18
|
+
* @applitools/eyes bumped to 1.43.3
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [1.6.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.20...js/eyes-browser@1.6.21) (2026-06-14)
|
|
4
22
|
|
|
5
23
|
|
package/dist/index.js
CHANGED
|
@@ -130950,7 +130950,7 @@ var require_package3 = __commonJS({
|
|
|
130950
130950
|
"../core/package.json"(exports, module) {
|
|
130951
130951
|
module.exports = {
|
|
130952
130952
|
name: "@applitools/core",
|
|
130953
|
-
version: "4.65.
|
|
130953
|
+
version: "4.65.1",
|
|
130954
130954
|
homepage: "https://applitools.com",
|
|
130955
130955
|
bugs: {
|
|
130956
130956
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -132502,7 +132502,7 @@ var require_package4 = __commonJS({
|
|
|
132502
132502
|
"../eyes/package.json"(exports, module) {
|
|
132503
132503
|
module.exports = {
|
|
132504
132504
|
name: "@applitools/eyes",
|
|
132505
|
-
version: "1.43.
|
|
132505
|
+
version: "1.43.3",
|
|
132506
132506
|
keywords: [
|
|
132507
132507
|
"applitools",
|
|
132508
132508
|
"eyes",
|
|
@@ -134118,7 +134118,7 @@ var require_package5 = __commonJS({
|
|
|
134118
134118
|
"package.json"(exports, module) {
|
|
134119
134119
|
module.exports = {
|
|
134120
134120
|
name: "@applitools/eyes-browser",
|
|
134121
|
-
version: "1.6.
|
|
134121
|
+
version: "1.6.22",
|
|
134122
134122
|
type: "module",
|
|
134123
134123
|
keywords: [
|
|
134124
134124
|
"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.22",
|
|
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.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@applitools/test-server": "1.4.4",
|