@applitools/eyes 1.35.0 → 1.35.1
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 +81 -0
- package/dist/enums/BrowserType.js +0 -1
- package/package.json +3 -3
- package/types/enums/BrowserType.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,86 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.35.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.35.0...js/eyes@1.35.1) (2025-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-snapshot bumped to 4.11.22
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* @applitools/core-base bumped to 1.25.4
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* Differentiate Between Invalid and Missing API Key Errors ([6ac17d4](https://github.com/Applitools-Dev/sdk/commit/6ac17d40d7aff45b3de5c949dc7d4673b9739bfd))
|
|
24
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* @applitools/test-server bumped to 1.2.3
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* basic auth protected resources | FLD-2761 | FMRI-120 ([#2444](https://github.com/Applitools-Dev/sdk/issues/2444)) ([b48cf49](https://github.com/Applitools-Dev/sdk/commit/b48cf49dec50bbf1ed2ba111608a48cf09962565))
|
|
32
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
33
|
+
* storybook navigation timeouts ([#2701](https://github.com/Applitools-Dev/sdk/issues/2701)) ([64e3a40](https://github.com/Applitools-Dev/sdk/commit/64e3a40a524ae76ec457ae9c2d1170fbaea5e982))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/req bumped to 1.7.13
|
|
38
|
+
|
|
39
|
+
* @applitools/dom-capture bumped to 11.5.6
|
|
40
|
+
|
|
41
|
+
* @applitools/spec-driver-webdriver bumped to 1.2.6
|
|
42
|
+
|
|
43
|
+
* @applitools/screenshoter bumped to 3.11.5
|
|
44
|
+
|
|
45
|
+
* @applitools/nml-client bumped to 1.9.5
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* nml-client depends on core-base ([#2995](https://github.com/Applitools-Dev/sdk/issues/2995)) ([1f7cf69](https://github.com/Applitools-Dev/sdk/commit/1f7cf6930709a40a498dd1f525132648aa593af0))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/tunnel-client bumped to 1.8.0
|
|
53
|
+
#### Features
|
|
54
|
+
|
|
55
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
* @applitools/ufg-client bumped to 1.16.12
|
|
60
|
+
#### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* remove safari-early-access browser version for js sdks | AD-10226 ([#3034](https://github.com/Applitools-Dev/sdk/issues/3034)) ([7ca09f5](https://github.com/Applitools-Dev/sdk/commit/7ca09f5c0c271570142058ea766533b86434dc2e))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/ec-client bumped to 1.10.15
|
|
67
|
+
|
|
68
|
+
* @applitools/core bumped to 4.40.0
|
|
69
|
+
#### Features
|
|
70
|
+
|
|
71
|
+
* update build script to include individual zip creation ([#3008](https://github.com/Applitools-Dev/sdk/issues/3008)) ([46a0cfc](https://github.com/Applitools-Dev/sdk/commit/46a0cfcc472ab69384560095d90a7fa58b4b9186))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
#### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* css media query group conditions | FLD-3151 ([#3023](https://github.com/Applitools-Dev/sdk/issues/3023)) ([56ec107](https://github.com/Applitools-Dev/sdk/commit/56ec107bcda6a5a330d19c278267d73de5d86d8b))
|
|
77
|
+
* export issues for ts js with legacy solution ([#3016](https://github.com/Applitools-Dev/sdk/issues/3016)) ([a3a9daf](https://github.com/Applitools-Dev/sdk/commit/a3a9daf9c3361bb1f253499c1335a1434ec520d1))
|
|
78
|
+
* extractLatestCommitInfo | FLD-3217 ([#3039](https://github.com/Applitools-Dev/sdk/issues/3039)) ([3f72a23](https://github.com/Applitools-Dev/sdk/commit/3f72a230fa0166046ea85ae004cfb544de86e628))
|
|
79
|
+
* handle error when sending started message in tunnel manager server ([#3019](https://github.com/Applitools-Dev/sdk/issues/3019)) ([2cdaad8](https://github.com/Applitools-Dev/sdk/commit/2cdaad896fd679187449b69abe529b006f6255ee))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
3
84
|
## [1.35.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.34.6...js/eyes@1.35.0) (2025-05-20)
|
|
4
85
|
|
|
5
86
|
|
|
@@ -17,7 +17,6 @@ var BrowserTypeEnum;
|
|
|
17
17
|
BrowserTypeEnum["EDGE_CHROMIUM_ONE_VERSION_BACK"] = "edgechromium-one-version-back";
|
|
18
18
|
BrowserTypeEnum["EDGE_CHROMIUM_TWO_VERSIONS_BACK"] = "edgechromium-two-versions-back";
|
|
19
19
|
BrowserTypeEnum["SAFARI"] = "safari";
|
|
20
|
-
BrowserTypeEnum["SAFARI_EARLY_ACCESS"] = "safari-earlyaccess";
|
|
21
20
|
BrowserTypeEnum["SAFARI_ONE_VERSION_BACK"] = "safari-one-version-back";
|
|
22
21
|
BrowserTypeEnum["SAFARI_TWO_VERSIONS_BACK"] = "safari-two-versions-back";
|
|
23
22
|
})(BrowserTypeEnum || (exports.BrowserTypeEnum = BrowserTypeEnum = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/core": "4.
|
|
49
|
+
"@applitools/core": "4.40.0",
|
|
50
50
|
"@applitools/logger": "2.1.4",
|
|
51
51
|
"@applitools/utils": "1.8.2",
|
|
52
52
|
"chalk": "4.1.2",
|
|
53
53
|
"yargs": "17.7.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@applitools/req": "^1.7.
|
|
56
|
+
"@applitools/req": "^1.7.13",
|
|
57
57
|
"@types/node": "^12.20.55"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
@@ -13,7 +13,6 @@ export declare enum BrowserTypeEnum {
|
|
|
13
13
|
EDGE_CHROMIUM_ONE_VERSION_BACK = "edgechromium-one-version-back",
|
|
14
14
|
EDGE_CHROMIUM_TWO_VERSIONS_BACK = "edgechromium-two-versions-back",
|
|
15
15
|
SAFARI = "safari",
|
|
16
|
-
SAFARI_EARLY_ACCESS = "safari-earlyaccess",
|
|
17
16
|
SAFARI_ONE_VERSION_BACK = "safari-one-version-back",
|
|
18
17
|
SAFARI_TWO_VERSIONS_BACK = "safari-two-versions-back"
|
|
19
18
|
}
|