@apollo/rover 0.18.0 → 0.19.0

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.
Files changed (2) hide show
  1. package/binary.js +1 -1
  2. package/package.json +3 -3
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=1"
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.0",
3
+ "version": "0.19.0",
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.0",
35
+ "node": "18.17.1",
36
36
  "npm": "9.8.1"
37
37
  },
38
38
  "homepage": "https://github.com/apollographql/rover#readme",
@@ -43,6 +43,6 @@
43
43
  "detect-libc": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "prettier": "3.0.1"
46
+ "prettier": "3.0.3"
47
47
  }
48
48
  }