heroku 8.4.2-beta.1 → 8.4.2

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
@@ -62,7 +62,6 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
62
62
  * [`heroku pipelines`](docs/pipelines.md) - manage pipelines
63
63
  * [`heroku plugins`](docs/plugins.md) - List installed plugins.
64
64
  * [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
65
- * [`heroku psql`](docs/psql.md) - open a psql shell to the database
66
65
  * [`heroku redis`](docs/redis.md) - manage heroku redis instances
67
66
  * [`heroku regions`](docs/regions.md) - list available regions for deployment
68
67
  * [`heroku releases`](docs/releases.md) - display the releases for an app
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.4.2-beta.1",
2
+ "version": "8.4.2",
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.4.2-beta.1",
4
+ "version": "8.4.2",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -16,7 +16,7 @@
16
16
  "@heroku-cli/plugin-ci-v5": "^8.2.0",
17
17
  "@heroku-cli/plugin-container-registry-v5": "^8.2.0",
18
18
  "@heroku-cli/plugin-orgs-v5": "^8.2.0",
19
- "@heroku-cli/plugin-pg-v5": "^8.4.2-beta.0",
19
+ "@heroku-cli/plugin-pg-v5": "^8.4.2",
20
20
  "@heroku-cli/plugin-ps": "^8.1.7",
21
21
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
22
22
  "@heroku-cli/plugin-redis-v5": "^8.2.0",
@@ -341,5 +341,5 @@
341
341
  "version": "oclif readme --multi && git add README.md ../../docs"
342
342
  },
343
343
  "types": "lib/index.d.ts",
344
- "gitHead": "862bf8c432e2e763ebaf8eab339e9fa62eafee55"
344
+ "gitHead": "b451c6b3054dace0bc462eb778be8ba2d3f4d1ed"
345
345
  }