@cedarjs/telemetry 2.5.0 → 2.5.1-next.27
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Telemetry
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
CedarJS collects completely anonymous telemetry data about general usage.
|
|
4
4
|
|
|
5
5
|
Here is an example JSON packet containing the telemetry data for running yarn rw info:
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ Here is an example JSON packet containing the telemetry data for running yarn rw
|
|
|
19
19
|
"yarnVersion": "14.17.1",
|
|
20
20
|
"npmVersion": "14.17.1",
|
|
21
21
|
"vsCodeVersion": "1.58.0",
|
|
22
|
-
"
|
|
22
|
+
"cedarVersion": "0.35.1",
|
|
23
23
|
"os": "macOS",
|
|
24
24
|
"osVersion": "11.4",
|
|
25
25
|
"system": "8.32" // number of cpu cores and system memory
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/telemetry",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1-next.27+4a00a5632",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"test:watch": "vitest watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@cedarjs/project-config": "2.5.
|
|
25
|
-
"@cedarjs/structure": "2.5.
|
|
24
|
+
"@cedarjs/project-config": "2.5.1-next.27+4a00a5632",
|
|
25
|
+
"@cedarjs/structure": "2.5.1-next.27+4a00a5632",
|
|
26
26
|
"@whatwg-node/fetch": "0.10.13",
|
|
27
27
|
"ci-info": "4.4.0",
|
|
28
28
|
"envinfo": "7.21.0",
|
|
29
|
-
"systeminformation": "5.30.
|
|
29
|
+
"systeminformation": "5.30.7",
|
|
30
30
|
"uuid": "11.1.0",
|
|
31
31
|
"yargs": "17.7.2"
|
|
32
32
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
44
44
|
}
|