heroku 8.0.4 → 8.0.5-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.
- package/oclif.manifest.json +1 -1
- package/package.json +5 -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.0.
|
|
4
|
+
"version": "8.0.5-beta.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@heroku-cli/command": "^9.0.2",
|
|
11
11
|
"@heroku-cli/plugin-addons-v5": "^8.0.2",
|
|
12
12
|
"@heroku-cli/plugin-apps": "^8.0.2",
|
|
13
|
-
"@heroku-cli/plugin-apps-v5": "^8.0.
|
|
13
|
+
"@heroku-cli/plugin-apps-v5": "^8.0.5-beta.0",
|
|
14
14
|
"@heroku-cli/plugin-auth": "^8.0.4",
|
|
15
15
|
"@heroku-cli/plugin-autocomplete": "^8.0.2",
|
|
16
16
|
"@heroku-cli/plugin-buildpacks": "^8.0.2",
|
|
@@ -247,7 +247,8 @@
|
|
|
247
247
|
},
|
|
248
248
|
"s3": {
|
|
249
249
|
"xz": true,
|
|
250
|
-
"host": "https://
|
|
250
|
+
"host": "https://d2sojwakzh88r6.cloudfront.net",
|
|
251
|
+
"bucket": "heroku-cli-assets-dev"
|
|
251
252
|
}
|
|
252
253
|
},
|
|
253
254
|
"aliases": {
|
|
@@ -287,5 +288,5 @@
|
|
|
287
288
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
288
289
|
},
|
|
289
290
|
"types": "lib/index.d.ts",
|
|
290
|
-
"gitHead": "
|
|
291
|
+
"gitHead": "55b6265922efdfb056d89717f949a5dd768596b0"
|
|
291
292
|
}
|