heroku 8.7.2-beta.1 → 8.7.2-beta.3
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/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
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.7.2-beta.
|
|
4
|
+
"version": "8.7.2-beta.3",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"@heroku-cli/plugin-addons-v5": "^8.6.0",
|
|
14
14
|
"@heroku-cli/plugin-apps-v5": "^8.6.0",
|
|
15
15
|
"@heroku-cli/plugin-certs-v5": "^8.6.0",
|
|
16
|
-
"@heroku-cli/plugin-ci-v5": "^8.7.2-beta.
|
|
16
|
+
"@heroku-cli/plugin-ci-v5": "^8.7.2-beta.3",
|
|
17
17
|
"@heroku-cli/plugin-container-registry-v5": "^8.6.0",
|
|
18
|
-
"@heroku-cli/plugin-orgs-v5": "^8.7.2-beta.
|
|
18
|
+
"@heroku-cli/plugin-orgs-v5": "^8.7.2-beta.3",
|
|
19
19
|
"@heroku-cli/plugin-pg-v5": "^8.7.0",
|
|
20
20
|
"@heroku-cli/plugin-ps": "^8.1.7",
|
|
21
21
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
@@ -343,5 +343,5 @@
|
|
|
343
343
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
344
344
|
},
|
|
345
345
|
"types": "lib/index.d.ts",
|
|
346
|
-
"gitHead": "
|
|
346
|
+
"gitHead": "edc29a7d52bd6d8ce13cefd10ea13af5d5925060"
|
|
347
347
|
}
|