heroku 8.9.0 → 8.9.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +1 -1
  2. package/package.json +12 -12
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.9.0",
2
+ "version": "8.9.1-beta.0",
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.9.0",
4
+ "version": "8.9.1-beta.0",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -10,18 +10,18 @@
10
10
  "@heroku-cli/command": "^10.0.0",
11
11
  "@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
12
12
  "@heroku-cli/notifications": "^1.2.2",
13
- "@heroku-cli/plugin-addons-v5": "^8.6.0",
14
- "@heroku-cli/plugin-apps-v5": "^8.9.0",
15
- "@heroku-cli/plugin-certs-v5": "^8.6.0",
16
- "@heroku-cli/plugin-ci-v5": "^8.8.0",
17
- "@heroku-cli/plugin-container-registry-v5": "^8.6.0",
18
- "@heroku-cli/plugin-orgs-v5": "^8.8.0",
19
- "@heroku-cli/plugin-pg-v5": "^8.9.0",
13
+ "@heroku-cli/plugin-addons-v5": "^8.9.1-beta.0",
14
+ "@heroku-cli/plugin-apps-v5": "^8.9.1-beta.0",
15
+ "@heroku-cli/plugin-certs-v5": "^8.9.1-beta.0",
16
+ "@heroku-cli/plugin-ci-v5": "^8.9.1-beta.0",
17
+ "@heroku-cli/plugin-container-registry-v5": "^8.9.1-beta.0",
18
+ "@heroku-cli/plugin-orgs-v5": "^8.9.1-beta.0",
19
+ "@heroku-cli/plugin-pg-v5": "^8.9.1-beta.0",
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.9.0",
22
+ "@heroku-cli/plugin-redis-v5": "^8.9.1-beta.0",
23
23
  "@heroku-cli/plugin-run": "8.1.4",
24
- "@heroku-cli/plugin-spaces": "^8.7.1",
24
+ "@heroku-cli/plugin-spaces": "^8.9.1-beta.0",
25
25
  "@heroku-cli/schema": "^1.0.25",
26
26
  "@heroku/buildpack-registry": "^1.0.1",
27
27
  "@heroku/eventsource": "^1.0.7",
@@ -104,7 +104,7 @@
104
104
  "chai": "^4.2.0",
105
105
  "globby": "^10.0.2",
106
106
  "lodash": "^4.17.11",
107
- "mocha": "^5.2.0",
107
+ "mocha": "^6.0.0",
108
108
  "nock": "^10.0.6",
109
109
  "nyc": "^15.1.0",
110
110
  "oclif": "3.11.3",
@@ -345,5 +345,5 @@
345
345
  "version": "oclif readme --multi && git add README.md ../../docs"
346
346
  },
347
347
  "types": "lib/index.d.ts",
348
- "gitHead": "8f6ff45f8507c3748cea2916715933338e2ee612"
348
+ "gitHead": "f5e68e8b9b4fe0f9db7f670bef1c47dc6b38ba53"
349
349
  }