heroku 8.1.7 → 8.1.9

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.7",
2
+ "version": "8.1.9",
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.7",
4
+ "version": "8.1.9",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -9,20 +9,20 @@
9
9
  "@heroku-cli/color": "1.1.14",
10
10
  "@heroku-cli/command": "^9.0.2",
11
11
  "@heroku-cli/plugin-addons-v5": "^8.1.7",
12
- "@heroku-cli/plugin-apps": "^8.1.7",
13
- "@heroku-cli/plugin-apps-v5": "^8.1.7",
12
+ "@heroku-cli/plugin-apps": "^8.1.8",
13
+ "@heroku-cli/plugin-apps-v5": "^8.1.8",
14
14
  "@heroku-cli/plugin-auth": "^8.1.7",
15
15
  "@heroku-cli/plugin-autocomplete": "^8.1.7",
16
16
  "@heroku-cli/plugin-buildpacks": "^8.1.7",
17
17
  "@heroku-cli/plugin-certs": "^8.1.7",
18
18
  "@heroku-cli/plugin-certs-v5": "^8.1.7",
19
19
  "@heroku-cli/plugin-ci": "^8.1.7",
20
- "@heroku-cli/plugin-ci-v5": "^8.1.7",
20
+ "@heroku-cli/plugin-ci-v5": "^8.1.8",
21
21
  "@heroku-cli/plugin-config": "^8.1.7",
22
22
  "@heroku-cli/plugin-container-registry-v5": "^8.1.7",
23
- "@heroku-cli/plugin-git": "^8.1.7",
24
- "@heroku-cli/plugin-local": "^8.1.4",
25
- "@heroku-cli/plugin-oauth-v5": "^8.1.4",
23
+ "@heroku-cli/plugin-git": "^8.1.8",
24
+ "@heroku-cli/plugin-local": "^8.1.9",
25
+ "@heroku-cli/plugin-oauth-v5": "^8.1.9",
26
26
  "@heroku-cli/plugin-orgs-v5": "^8.1.4",
27
27
  "@heroku-cli/plugin-pg-v5": "^8.1.7",
28
28
  "@heroku-cli/plugin-pipelines": "^8.1.7",
@@ -70,6 +70,7 @@
70
70
  "lodash": "^4.17.11",
71
71
  "mocha": "^5.2.0",
72
72
  "nock": "^10.0.6",
73
+ "nyc": "^15.1.0",
73
74
  "oclif": "3.8.1",
74
75
  "qqjs": "0.3.11",
75
76
  "read-pkg": "^4.0.1",
@@ -279,12 +280,12 @@
279
280
  "postpublish": "rm -f oclif.manifest.json",
280
281
  "prepack": "yarn run build && oclif manifest",
281
282
  "pretest": "tsc -p test --noEmit",
282
- "test": "mocha --forbid-only \"test/**/*.unit.test.ts\"",
283
+ "test": "nyc mocha --forbid-only \"test/**/*.unit.test.ts\"",
283
284
  "test:acceptance": "mocha --forbid-only \"test/**/*.acceptance.test.ts\"",
284
285
  "test:smoke": "mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"",
285
286
  "posttest": "yarn lint",
286
287
  "version": "oclif readme --multi && git add README.md ../../docs"
287
288
  },
288
289
  "types": "lib/index.d.ts",
289
- "gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc"
290
+ "gitHead": "ba951f2557997ab903bb90e5a0d07e49bd89167c"
290
291
  }