@apollo/rover 0.9.2-rc.0 → 0.9.2-rc.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/binary.js +2 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
37
37
 
38
38
  ```console
39
39
  $ rover --help
40
- Rover 0.9.2-rc.0
40
+ Rover 0.9.2-rc.1
41
41
  Apollo Developers <opensource@apollographql.com>
42
42
 
43
43
  Rover - Your Graph Companion
package/binary.js CHANGED
@@ -28,7 +28,8 @@ const supportedPlatforms = [
28
28
  {
29
29
  TYPE: "Linux",
30
30
  ARCHITECTURE: "arm64",
31
- RUST_TARGET: "aarch64-unknown-linux-gnu"
31
+ RUST_TARGET: "aarch64-unknown-linux-gnu",
32
+ BINARY_NAME: name,
32
33
  },
33
34
  {
34
35
  TYPE: "Darwin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.9.2-rc.0",
3
+ "version": "0.9.2-rc.1",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {