heroku 8.1.4-beta.2 → 8.1.4-beta.4
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.1.4-beta.
|
|
4
|
+
"version": "8.1.4-beta.4",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -243,8 +243,8 @@
|
|
|
243
243
|
},
|
|
244
244
|
"s3": {
|
|
245
245
|
"xz": true,
|
|
246
|
-
"host": "https://
|
|
247
|
-
"bucket": "heroku-cli-assets"
|
|
246
|
+
"host": "https://d2sojwakzh88r6.cloudfront.net",
|
|
247
|
+
"bucket": "heroku-cli-assets-dev"
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
"aliases": {
|
|
@@ -284,5 +284,5 @@
|
|
|
284
284
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
285
285
|
},
|
|
286
286
|
"types": "lib/index.d.ts",
|
|
287
|
-
"gitHead": "
|
|
287
|
+
"gitHead": "38c030dd437d0c492f55adf15d5099971bd53f38"
|
|
288
288
|
}
|