@apollo/rover 0.20.0 → 0.22.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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,6 +65,8 @@ Commands:
65
65
  Commands for persisted queries [aliases: pq]
66
66
  explain
67
67
  Explain error codes
68
+ license
69
+ Commands for fetching offline licenses
68
70
  help
69
71
  Print this message or the help of the given subcommand(s)
70
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {