heroku 9.5.0 → 9.5.1-beta.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.
@@ -49,7 +49,7 @@ function buildCollaboratorsArray(collaboratorsRaw, admins) {
49
49
  class AccessIndex extends command_1.Command {
50
50
  async run() {
51
51
  var _a, _b;
52
- const { flags, argv, args } = await this.parse(AccessIndex);
52
+ const { flags } = await this.parse(AccessIndex);
53
53
  const { app: appName, json } = flags;
54
54
  const { body: app } = await this.heroku.get(`/apps/${appName}`);
55
55
  let { body: collaborators } = await this.heroku.get(`/apps/${appName}/collaborators`);
@@ -14096,5 +14096,5 @@
14096
14096
  ]
14097
14097
  }
14098
14098
  },
14099
- "version": "9.5.0"
14099
+ "version": "9.5.1-beta.0"
14100
14100
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.5.0",
4
+ "version": "9.5.1-beta.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -391,5 +391,5 @@
391
391
  "version": "oclif readme --multi && git add README.md ../../docs"
392
392
  },
393
393
  "types": "lib/index.d.ts",
394
- "gitHead": "61bf905bde4160d62f00ba2418446117cd452e67"
394
+ "gitHead": "70cae778edfb2dce5c89b0b66be4a0835fdb9019"
395
395
  }