heroku 8.6.0 → 8.7.1
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.
|
|
4
|
+
"version": "8.7.1",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"@heroku-cli/plugin-ci-v5": "^8.6.0",
|
|
17
17
|
"@heroku-cli/plugin-container-registry-v5": "^8.6.0",
|
|
18
18
|
"@heroku-cli/plugin-orgs-v5": "^8.6.0",
|
|
19
|
-
"@heroku-cli/plugin-pg-v5": "^8.
|
|
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",
|
|
22
22
|
"@heroku-cli/plugin-redis-v5": "^8.6.0",
|
|
23
23
|
"@heroku-cli/plugin-run": "8.1.4",
|
|
24
|
-
"@heroku-cli/plugin-spaces": "^8.
|
|
24
|
+
"@heroku-cli/plugin-spaces": "^8.7.1",
|
|
25
25
|
"@heroku-cli/schema": "^1.0.25",
|
|
26
26
|
"@heroku/buildpack-registry": "^1.0.1",
|
|
27
27
|
"@heroku/eventsource": "^1.0.7",
|
|
@@ -340,5 +340,5 @@
|
|
|
340
340
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
341
341
|
},
|
|
342
342
|
"types": "lib/index.d.ts",
|
|
343
|
-
"gitHead": "
|
|
343
|
+
"gitHead": "3f5e36901ddf432874f4a6099ee149370599ab41"
|
|
344
344
|
}
|