@applitools/eyes-selenium 4.82.47 → 4.82.48
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 +55 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.48](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.47...js/eyes-selenium@4.82.48) (2026-06-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.15.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
|
|
12
|
+
* @applitools/logger bumped to 2.2.13
|
|
13
|
+
|
|
14
|
+
* @applitools/dom-snapshot bumped to 4.17.4
|
|
15
|
+
|
|
16
|
+
* @applitools/socket bumped to 1.3.14
|
|
17
|
+
|
|
18
|
+
* @applitools/req bumped to 1.11.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/image bumped to 1.2.12
|
|
26
|
+
|
|
27
|
+
* @applitools/dom-capture bumped to 11.8.2
|
|
28
|
+
|
|
29
|
+
* @applitools/driver bumped to 1.26.4
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.4
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-selenium bumped to 1.8.4
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-playwright bumped to 1.9.4
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.4
|
|
38
|
+
|
|
39
|
+
* @applitools/screenshoter bumped to 3.12.23
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.11.33
|
|
42
|
+
|
|
43
|
+
* @applitools/tunnel-client bumped to 1.12.1
|
|
44
|
+
|
|
45
|
+
* @applitools/ufg-client bumped to 1.22.4
|
|
46
|
+
|
|
47
|
+
* @applitools/core-base bumped to 1.35.3
|
|
48
|
+
|
|
49
|
+
* @applitools/ec-client bumped to 1.12.35
|
|
50
|
+
|
|
51
|
+
* @applitools/core bumped to 4.65.2
|
|
52
|
+
|
|
53
|
+
* @applitools/eyes bumped to 1.43.4
|
|
54
|
+
|
|
55
|
+
* @applitools/test-server bumped to 1.4.5
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [4.82.47](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.46...js/eyes-selenium@4.82.47) (2026-06-15)
|
|
4
59
|
|
|
5
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.48",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.43.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.8.
|
|
44
|
+
"@applitools/eyes": "1.43.4",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.8.4"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|