@applitools/core 4.65.1 → 4.66.0
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 +117 -0
- package/dist/troubleshoot/ufg.js +4 -0
- package/dist/utils/extract-git-info.js +1047 -237
- package/package.json +21 -19
- package/types/utils/extract-git-info.d.ts +153 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.66.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.65.2...js/core@4.66.0) (2026-06-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* 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))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/utils bumped to 1.15.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* 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))
|
|
22
|
+
* @applitools/logger bumped to 2.3.0
|
|
23
|
+
#### Features
|
|
24
|
+
|
|
25
|
+
* 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))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/dom-snapshot bumped to 4.17.5
|
|
30
|
+
|
|
31
|
+
* @applitools/socket bumped to 1.3.15
|
|
32
|
+
|
|
33
|
+
* @applitools/req bumped to 1.11.2
|
|
34
|
+
|
|
35
|
+
* @applitools/image bumped to 1.2.13
|
|
36
|
+
|
|
37
|
+
* @applitools/dom-capture bumped to 11.8.3
|
|
38
|
+
|
|
39
|
+
* @applitools/driver bumped to 1.26.5
|
|
40
|
+
|
|
41
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.5
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-selenium bumped to 1.8.5
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-playwright bumped to 1.9.5
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.5
|
|
48
|
+
|
|
49
|
+
* @applitools/screenshoter bumped to 3.12.24
|
|
50
|
+
|
|
51
|
+
* @applitools/nml-client bumped to 1.11.34
|
|
52
|
+
|
|
53
|
+
* @applitools/tunnel-client bumped to 1.12.2
|
|
54
|
+
|
|
55
|
+
* @applitools/ufg-client bumped to 1.22.5
|
|
56
|
+
|
|
57
|
+
* @applitools/core-base bumped to 1.36.0
|
|
58
|
+
#### Features
|
|
59
|
+
|
|
60
|
+
* 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))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
* @applitools/ec-client bumped to 1.12.36
|
|
65
|
+
|
|
66
|
+
* @applitools/test-server bumped to 1.4.6
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [4.65.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.65.1...js/core@4.65.2) (2026-06-18)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Dependencies
|
|
73
|
+
|
|
74
|
+
* @applitools/utils bumped to 1.15.0
|
|
75
|
+
#### Features
|
|
76
|
+
|
|
77
|
+
* 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))
|
|
78
|
+
* @applitools/logger bumped to 2.2.13
|
|
79
|
+
|
|
80
|
+
* @applitools/dom-snapshot bumped to 4.17.4
|
|
81
|
+
|
|
82
|
+
* @applitools/socket bumped to 1.3.14
|
|
83
|
+
|
|
84
|
+
* @applitools/req bumped to 1.11.1
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* 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))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
* @applitools/image bumped to 1.2.12
|
|
92
|
+
|
|
93
|
+
* @applitools/dom-capture bumped to 11.8.2
|
|
94
|
+
|
|
95
|
+
* @applitools/driver bumped to 1.26.4
|
|
96
|
+
|
|
97
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.4
|
|
98
|
+
|
|
99
|
+
* @applitools/spec-driver-selenium bumped to 1.8.4
|
|
100
|
+
|
|
101
|
+
* @applitools/spec-driver-playwright bumped to 1.9.4
|
|
102
|
+
|
|
103
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.4
|
|
104
|
+
|
|
105
|
+
* @applitools/screenshoter bumped to 3.12.23
|
|
106
|
+
|
|
107
|
+
* @applitools/nml-client bumped to 1.11.33
|
|
108
|
+
|
|
109
|
+
* @applitools/tunnel-client bumped to 1.12.1
|
|
110
|
+
|
|
111
|
+
* @applitools/ufg-client bumped to 1.22.4
|
|
112
|
+
|
|
113
|
+
* @applitools/core-base bumped to 1.35.3
|
|
114
|
+
|
|
115
|
+
* @applitools/ec-client bumped to 1.12.35
|
|
116
|
+
|
|
117
|
+
* @applitools/test-server bumped to 1.4.5
|
|
118
|
+
|
|
119
|
+
|
|
3
120
|
## [4.65.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.65.0...js/core@4.65.1) (2026-06-15)
|
|
4
121
|
|
|
5
122
|
|
package/dist/troubleshoot/ufg.js
CHANGED
|
@@ -52,6 +52,10 @@ const getAccessToken = (() => {
|
|
|
52
52
|
let accessToken;
|
|
53
53
|
return async () => {
|
|
54
54
|
if (!accessToken) {
|
|
55
|
+
// SECURITY: interpolated args (RENDER_INFO_URL, getProxyCurlArg()) come from
|
|
56
|
+
// trusted config (serverUrl/apiKey/proxy), not user input. Don't add
|
|
57
|
+
// externally-influenced data here without moving to execFile (no shell) to
|
|
58
|
+
// prevent injection — tracked in the follow-up tech-debt ticket.
|
|
55
59
|
const { stdout } = await utils.process.execute(`curl -s ${eyes_1.RENDER_INFO_URL} ${(0, utils_1.getProxyCurlArg)()}`, {
|
|
56
60
|
maxBuffer: 10000000,
|
|
57
61
|
});
|