@apollo/rover 0.18.0 → 0.18.1
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/binary.js +1 -1
- package/package.json +2 -2
package/binary.js
CHANGED
@@ -114,7 +114,7 @@ const install = (suppressLogs = false) => {
|
|
114
114
|
// for the curl installer.
|
115
115
|
if (!suppressLogs) {
|
116
116
|
console.error(
|
117
|
-
"If you would like to disable Rover's anonymized usage collection, you can set APOLLO_TELEMETRY_DISABLED=
|
117
|
+
"If you would like to disable Rover's anonymized usage collection, you can set APOLLO_TELEMETRY_DISABLED=true"
|
118
118
|
);
|
119
119
|
console.error(
|
120
120
|
"You can check out our documentation at https://go.apollo.dev/r/docs."
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@apollo/rover",
|
3
|
-
"version": "0.18.
|
3
|
+
"version": "0.18.1",
|
4
4
|
"description": "The new Apollo CLI",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"npm": ">=6"
|
33
33
|
},
|
34
34
|
"volta": {
|
35
|
-
"node": "18.17.
|
35
|
+
"node": "18.17.1",
|
36
36
|
"npm": "9.8.1"
|
37
37
|
},
|
38
38
|
"homepage": "https://github.com/apollographql/rover#readme",
|