heroku 8.2.0-beta.5 → 8.2.0-beta.7

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.2.0-beta.5",
2
+ "version": "8.2.0-beta.7",
3
3
  "commands": {
4
4
  "console": {
5
5
  "id": "console",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "8.2.0-beta.5",
4
+ "version": "8.2.0-beta.7",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -324,5 +324,5 @@
324
324
  "version": "oclif readme --multi && git add README.md ../../docs"
325
325
  },
326
326
  "types": "lib/index.d.ts",
327
- "gitHead": "1fdd18d9f3cf694d39763a514cc01f054ca72748"
327
+ "gitHead": "4cb4feb1d0c88efbe0ec5f97030777dc7158dcbe"
328
328
  }