heroku 10.6.0 → 10.6.1-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.
|
@@ -15,6 +15,7 @@ async function addonGetter(api, app) {
|
|
|
15
15
|
addonsResponse = api.get(`/apps/${app}/addons`, {
|
|
16
16
|
headers: {
|
|
17
17
|
'Accept-Expansion': 'addon_service,plan',
|
|
18
|
+
Accept: 'application/vnd.heroku+json; version=3.sdk',
|
|
18
19
|
},
|
|
19
20
|
});
|
|
20
21
|
const sudoHeaders = JSON.parse(process.env.HEROKU_HEADERS || '{}');
|
|
@@ -34,6 +35,7 @@ async function addonGetter(api, app) {
|
|
|
34
35
|
addonsResponse = api.get('/addons', {
|
|
35
36
|
headers: {
|
|
36
37
|
'Accept-Expansion': 'addon_service,plan',
|
|
38
|
+
Accept: 'application/vnd.heroku+json; version=3.sdk',
|
|
37
39
|
},
|
|
38
40
|
});
|
|
39
41
|
}
|
|
@@ -4,7 +4,7 @@ exports.AmbiguousError = exports.NotFound = exports.resolveAddon = exports.attac
|
|
|
4
4
|
const http_call_1 = require("@heroku/http-call");
|
|
5
5
|
const api_client_1 = require("@heroku-cli/command/lib/api-client");
|
|
6
6
|
const addonHeaders = {
|
|
7
|
-
Accept: 'application/vnd.heroku+json; version=3.
|
|
7
|
+
Accept: 'application/vnd.heroku+json; version=3.sdk',
|
|
8
8
|
'Accept-Expansion': 'addon_service,plan',
|
|
9
9
|
};
|
|
10
10
|
const appAddon = async function (heroku, app, id, options = {}) {
|
|
@@ -59,7 +59,7 @@ const filter = function (app, addonService) {
|
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
const attachmentHeaders = {
|
|
62
|
-
Accept: 'application/vnd.heroku+json; version=3.
|
|
62
|
+
Accept: 'application/vnd.heroku+json; version=3.sdk',
|
|
63
63
|
'Accept-Inclusion': 'addon:plan,config_vars',
|
|
64
64
|
};
|
|
65
65
|
const appAttachment = async (heroku, app, id, options = {}) => {
|
package/oclif.manifest.json
CHANGED
|
@@ -14652,5 +14652,5 @@
|
|
|
14652
14652
|
]
|
|
14653
14653
|
}
|
|
14654
14654
|
},
|
|
14655
|
-
"version": "10.6.0"
|
|
14655
|
+
"version": "10.6.1-beta.0"
|
|
14656
14656
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.6.0",
|
|
4
|
+
"version": "10.6.1-beta.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -398,5 +398,5 @@
|
|
|
398
398
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
399
399
|
},
|
|
400
400
|
"types": "lib/index.d.ts",
|
|
401
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "e1a2d3e68cd0f79dcebe6d77139da6cb81dcb5c7"
|
|
402
402
|
}
|