@applitools/ec-client 1.12.26 → 1.12.28
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 +41 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.28](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.27...js/ec-client@1.12.28) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.2.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
12
|
+
* @applitools/snippets bumped to 2.9.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/driver bumped to 1.26.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [1.12.27](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.26...js/ec-client@1.12.27) (2026-05-04)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Dependencies
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.11.12
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
|
|
43
|
+
|
|
3
44
|
## [1.12.26](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.25...js/ec-client@1.12.26) (2026-04-23)
|
|
4
45
|
|
|
5
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.28",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@applitools/core-base": "1.33.0",
|
|
56
|
-
"@applitools/driver": "1.
|
|
56
|
+
"@applitools/driver": "1.26.0",
|
|
57
57
|
"@applitools/logger": "2.2.11",
|
|
58
58
|
"@applitools/req": "1.10.0",
|
|
59
59
|
"@applitools/socket": "1.3.12",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.6.0",
|
|
61
61
|
"@applitools/utils": "1.14.4",
|
|
62
62
|
"abort-controller": "3.0.0",
|
|
63
63
|
"yargs": "^17.7.2"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@applitools/test-server": "^1.4.3",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
|
-
"@applitools/tunnel-client": "1.11.
|
|
68
|
+
"@applitools/tunnel-client": "1.11.12",
|
|
69
69
|
"@types/node": "^12.20.55",
|
|
70
70
|
"@types/node-fetch": "^2.6.1",
|
|
71
71
|
"@types/selenium-webdriver": "^4.0.19",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"selenium-webdriver": "^4.15.0"
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
|
-
"@applitools/tunnel-client": ">=1.11.
|
|
77
|
+
"@applitools/tunnel-client": ">=1.11.12"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=12.13.0"
|