@applitools/eyes-playwright 1.47.9 → 1.47.10
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 +70 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,75 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.47.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.9...js/eyes-playwright@1.47.10) (2026-06-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.15.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
12
|
+
* @applitools/logger bumped to 2.3.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/core bumped to 4.66.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/dom-snapshot bumped to 4.17.5
|
|
32
|
+
|
|
33
|
+
* @applitools/socket bumped to 1.3.15
|
|
34
|
+
|
|
35
|
+
* @applitools/req bumped to 1.11.2
|
|
36
|
+
|
|
37
|
+
* @applitools/image bumped to 1.2.13
|
|
38
|
+
|
|
39
|
+
* @applitools/dom-capture bumped to 11.8.3
|
|
40
|
+
|
|
41
|
+
* @applitools/driver bumped to 1.26.5
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.5
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-selenium bumped to 1.8.5
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-playwright bumped to 1.9.5
|
|
48
|
+
|
|
49
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.5
|
|
50
|
+
|
|
51
|
+
* @applitools/screenshoter bumped to 3.12.24
|
|
52
|
+
|
|
53
|
+
* @applitools/nml-client bumped to 1.11.34
|
|
54
|
+
|
|
55
|
+
* @applitools/tunnel-client bumped to 1.12.2
|
|
56
|
+
|
|
57
|
+
* @applitools/ufg-client bumped to 1.22.5
|
|
58
|
+
|
|
59
|
+
* @applitools/core-base bumped to 1.36.0
|
|
60
|
+
#### Features
|
|
61
|
+
|
|
62
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/ec-client bumped to 1.12.36
|
|
67
|
+
|
|
68
|
+
* @applitools/eyes bumped to 1.43.5
|
|
69
|
+
|
|
70
|
+
* @applitools/test-server bumped to 1.4.6
|
|
71
|
+
|
|
72
|
+
|
|
3
73
|
## [1.47.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.8...js/eyes-playwright@1.47.9) (2026-06-18)
|
|
4
74
|
|
|
5
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.10",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@applitools/eyes": "1.43.
|
|
67
|
-
"@applitools/logger": "2.
|
|
68
|
-
"@applitools/req": "1.11.
|
|
69
|
-
"@applitools/spec-driver-playwright": "1.9.
|
|
70
|
-
"@applitools/utils": "1.15.
|
|
66
|
+
"@applitools/eyes": "1.43.5",
|
|
67
|
+
"@applitools/logger": "2.3.0",
|
|
68
|
+
"@applitools/req": "1.11.2",
|
|
69
|
+
"@applitools/spec-driver-playwright": "1.9.5",
|
|
70
|
+
"@applitools/utils": "1.15.1",
|
|
71
71
|
"@inquirer/prompts": "7.0.1",
|
|
72
72
|
"chalk": "4.1.2",
|
|
73
73
|
"yargs": "17.7.2"
|