@sap-ux/telemetry 0.6.41 → 0.6.43
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.
|
@@ -135,7 +135,7 @@ class ApplicationInsightClient extends client_1.Client {
|
|
|
135
135
|
*/
|
|
136
136
|
async trackEventBlocking(client, event) {
|
|
137
137
|
if (process.env.SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY === 'true') {
|
|
138
|
-
return
|
|
138
|
+
return;
|
|
139
139
|
}
|
|
140
140
|
return new Promise((resolve, reject) => {
|
|
141
141
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/telemetry",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.43",
|
|
4
4
|
"description": "Library for sending usage telemetry data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"axios": "1.12.2",
|
|
19
19
|
"performance-now": "2.1.0",
|
|
20
20
|
"yaml": "2.3.3",
|
|
21
|
-
"@sap-ux/store": "1.3.
|
|
22
|
-
"@sap-ux/project-access": "1.32.
|
|
21
|
+
"@sap-ux/store": "1.3.4",
|
|
22
|
+
"@sap-ux/project-access": "1.32.12",
|
|
23
23
|
"@sap-ux/btp-utils": "1.1.5",
|
|
24
24
|
"@sap-ux/ui5-config": "0.29.10",
|
|
25
25
|
"@sap-ux/logger": "0.7.1",
|
|
26
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
26
|
+
"@sap-ux/nodejs-utils": "0.2.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"jest-extended": "6.0.0",
|