@cedarjs/telemetry 2.6.1-next.0 → 2.6.1-next.104
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 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -28,7 +28,8 @@ Here is an example JSON packet containing the telemetry data for running yarn rw
|
|
|
28
28
|
|
|
29
29
|
## How do I turn it off?
|
|
30
30
|
|
|
31
|
-
Set an environment variable, either in your app's .env file, or anywhere that
|
|
31
|
+
Set an environment variable, either in your app's .env file, or anywhere that
|
|
32
|
+
creates variables for your user space, like `.bashrc` or `.bash_profile`:
|
|
32
33
|
|
|
33
34
|
```terminal
|
|
34
35
|
REDWOOD_DISABLE_TELEMETRY=1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/telemetry",
|
|
3
|
-
"version": "2.6.1-next.
|
|
3
|
+
"version": "2.6.1-next.104+6be0fa58d",
|
|
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.6.1-next.
|
|
25
|
-
"@cedarjs/structure": "2.6.1-next.
|
|
24
|
+
"@cedarjs/project-config": "2.6.1-next.104+6be0fa58d",
|
|
25
|
+
"@cedarjs/structure": "2.6.1-next.104+6be0fa58d",
|
|
26
26
|
"@whatwg-node/fetch": "0.10.13",
|
|
27
27
|
"ci-info": "4.4.0",
|
|
28
28
|
"envinfo": "7.21.0",
|
|
29
|
-
"systeminformation": "5.
|
|
29
|
+
"systeminformation": "5.31.1",
|
|
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": "6be0fa58d21ad717026065445aab7117e39ee3eb"
|
|
44
44
|
}
|