heroku 8.1.4-beta.3 → 8.1.4-beta.5

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,4 +1,4 @@
1
1
  {
2
- "version": "8.1.4-beta.3",
2
+ "version": "8.1.4-beta.5",
3
3
  "commands": {}
4
4
  }
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.1.4-beta.3",
4
+ "version": "8.1.4-beta.5",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -14,16 +14,16 @@
14
14
  "@heroku-cli/plugin-auth": "^8.1.4-beta.0",
15
15
  "@heroku-cli/plugin-autocomplete": "^8.1.4-beta.0",
16
16
  "@heroku-cli/plugin-buildpacks": "^8.1.4-beta.0",
17
- "@heroku-cli/plugin-certs": "^8.1.4-beta.0",
17
+ "@heroku-cli/plugin-certs": "^8.1.4-beta.5",
18
18
  "@heroku-cli/plugin-certs-v5": "^8.1.4-beta.0",
19
- "@heroku-cli/plugin-ci": "^8.1.4-beta.0",
20
- "@heroku-cli/plugin-ci-v5": "^8.1.4-beta.0",
19
+ "@heroku-cli/plugin-ci": "^8.1.4-beta.5",
20
+ "@heroku-cli/plugin-ci-v5": "^8.1.4-beta.5",
21
21
  "@heroku-cli/plugin-config": "^8.1.4-beta.0",
22
- "@heroku-cli/plugin-container-registry-v5": "^8.1.4-beta.0",
22
+ "@heroku-cli/plugin-container-registry-v5": "^8.1.4-beta.5",
23
23
  "@heroku-cli/plugin-git": "^8.1.4-beta.0",
24
24
  "@heroku-cli/plugin-local": "^8.1.4-beta.0",
25
25
  "@heroku-cli/plugin-oauth-v5": "^8.1.4-beta.0",
26
- "@heroku-cli/plugin-orgs-v5": "^8.1.4-beta.0",
26
+ "@heroku-cli/plugin-orgs-v5": "^8.1.4-beta.5",
27
27
  "@heroku-cli/plugin-pg-v5": "^8.1.4-beta.0",
28
28
  "@heroku-cli/plugin-pipelines": "^8.1.4-beta.0",
29
29
  "@heroku-cli/plugin-ps": "^8.1.4-beta.0",
@@ -279,10 +279,11 @@
279
279
  "postpublish": "rm -f oclif.manifest.json",
280
280
  "prepack": "yarn run build && oclif manifest",
281
281
  "pretest": "tsc -p test --noEmit",
282
- "test": "mocha --forbid-only \"test/**/*.test.ts\"",
282
+ "test": "mocha --forbid-only \"test/**/*.unit.test.ts\"",
283
+ "test:acceptance": "mocha --forbid-only \"test/**/*.acceptance.test.ts\"",
283
284
  "posttest": "yarn lint",
284
285
  "version": "oclif readme --multi && git add README.md ../../docs"
285
286
  },
286
287
  "types": "lib/index.d.ts",
287
- "gitHead": "e78665bd7994e477322dfe25e49ede844e52f4f6"
288
+ "gitHead": "2d5913402829b2926b0f711110eac92bbc8263a1"
288
289
  }