@sap-ux/telemetry 0.6.36 → 0.6.37
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/README.md +3 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/telemetry/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/telemetry)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/telemetry`](https://github.com/SAP/open-ux-tools/tree/main/packages/telemetry)
|
|
2
4
|
|
|
3
5
|
This library is used by SAP Fiori tools to collect anonymous usage data to guide Fiori tools improvement. This library is
|
|
4
6
|
specific for SAP Fiori tools's telemtry infrastrcture deployed on Azure cloud and it is built on Azure Application Insight node.js client. It is open sourced becaused some open sourced modules of Fiori tools need it for collecting usage data.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/telemetry",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.37",
|
|
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.
|
|
23
|
-
"@sap-ux/btp-utils": "1.1.
|
|
24
|
-
"@sap-ux/ui5-config": "0.29.
|
|
25
|
-
"@sap-ux/logger": "0.7.
|
|
26
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
21
|
+
"@sap-ux/store": "1.3.3",
|
|
22
|
+
"@sap-ux/project-access": "1.32.8",
|
|
23
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
24
|
+
"@sap-ux/ui5-config": "0.29.9",
|
|
25
|
+
"@sap-ux/logger": "0.7.1",
|
|
26
|
+
"@sap-ux/nodejs-utils": "0.2.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"jest-extended": "6.0.0",
|