heroku 8.11.0 → 8.11.1-beta.6

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.
package/README.md CHANGED
@@ -56,16 +56,13 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
56
56
  * [`heroku logs`](docs/logs.md) - display recent log output
57
57
  * [`heroku maintenance`](docs/maintenance.md) - enable/disable access to app
58
58
  * [`heroku members`](docs/members.md) - manage organization members
59
- * [`heroku notifications`](docs/notifications.md) - display notifications
60
59
  * [`heroku orgs`](docs/orgs.md) - manage organizations
61
60
  * [`heroku pg`](docs/pg.md) - manage postgresql databases
62
61
  * [`heroku pipelines`](docs/pipelines.md) - manage pipelines
63
62
  * [`heroku plugins`](docs/plugins.md) - List installed plugins.
64
63
  * [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
65
- * [`heroku psql`](docs/psql.md) - open a psql shell to the database
66
64
  * [`heroku redis`](docs/redis.md) - manage heroku redis instances
67
65
  * [`heroku regions`](docs/regions.md) - list available regions for deployment
68
- * [`heroku releases`](docs/releases.md) - display the releases for an app
69
66
  * [`heroku reviewapps`](docs/reviewapps.md) - manage reviewapps in pipelines
70
67
  * [`heroku run`](docs/run.md) - run a one-off process inside a Heroku dyno
71
68
  * [`heroku sessions`](docs/sessions.md) - OAuth sessions
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.11.0",
2
+ "version": "8.11.1-beta.6",
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.11.0",
4
+ "version": "8.11.1-beta.6",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -9,19 +9,19 @@
9
9
  "@heroku-cli/color": "1.1.14",
10
10
  "@heroku-cli/command": "^10.0.0",
11
11
  "@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
12
- "@heroku-cli/notifications": "^1.2.2",
13
- "@heroku-cli/plugin-addons-v5": "^8.11.0",
14
- "@heroku-cli/plugin-apps-v5": "^8.11.0",
15
- "@heroku-cli/plugin-certs-v5": "^8.11.0",
16
- "@heroku-cli/plugin-ci-v5": "^8.11.0",
17
- "@heroku-cli/plugin-container-registry-v5": "^8.11.0",
18
- "@heroku-cli/plugin-orgs-v5": "^8.11.0",
19
- "@heroku-cli/plugin-pg-v5": "^8.11.0",
12
+ "@heroku-cli/notifications": "^1.2.4",
13
+ "@heroku-cli/plugin-addons-v5": "^8.11.1-beta.6",
14
+ "@heroku-cli/plugin-apps-v5": "^8.11.1-beta.6",
15
+ "@heroku-cli/plugin-certs-v5": "^8.11.1-beta.6",
16
+ "@heroku-cli/plugin-ci-v5": "^8.11.1-beta.6",
17
+ "@heroku-cli/plugin-container-registry-v5": "^8.11.1-beta.6",
18
+ "@heroku-cli/plugin-orgs-v5": "^8.11.1-beta.6",
19
+ "@heroku-cli/plugin-pg-v5": "^8.11.1-beta.6",
20
20
  "@heroku-cli/plugin-ps": "^8.1.7",
21
21
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
22
- "@heroku-cli/plugin-redis-v5": "^8.11.0",
22
+ "@heroku-cli/plugin-redis-v5": "^8.11.1-beta.6",
23
23
  "@heroku-cli/plugin-run": "8.1.4",
24
- "@heroku-cli/plugin-spaces": "^8.11.0",
24
+ "@heroku-cli/plugin-spaces": "^8.11.1-beta.6",
25
25
  "@heroku-cli/schema": "^1.0.25",
26
26
  "@heroku/buildpack-registry": "^1.0.1",
27
27
  "@heroku/eventsource": "^1.0.7",
@@ -58,12 +58,12 @@
58
58
  "heroku-cli-util": "^8.0.12",
59
59
  "http-call": "5.3.0",
60
60
  "inquirer": "^7.3.0",
61
- "lodash": "^4.17.11",
61
+ "lodash": "^4.17.21",
62
62
  "netrc-parser": "3.1.6",
63
63
  "node-fetch": "^2.6.7",
64
64
  "phoenix": "^1.6.14",
65
65
  "rollbar": "^2.26.2",
66
- "semver": "5.6.0",
66
+ "semver": "5.7.2",
67
67
  "shell-escape": "^0.2.0",
68
68
  "shell-quote": "^1.8.1",
69
69
  "tmp": "^0.0.33",
@@ -356,5 +356,5 @@
356
356
  "version": "oclif readme --multi && git add README.md ../../docs"
357
357
  },
358
358
  "types": "lib/index.d.ts",
359
- "gitHead": "a525d5e5b02976efbc51ff2c8b223085b89aa5ac"
359
+ "gitHead": "363d6f0bebaa64c9647902443b987925c1a7124f"
360
360
  }