@heroku/heroku-cli-util 9.2.0 → 9.2.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.
@@ -12,8 +12,6 @@ class AddonResolver {
12
12
  async resolve(addon, app, addonService) {
13
13
  var _a, _b;
14
14
  const [appPart, addonPart] = (_b = (_a = addon.match(/^(.+)::(.+)$/)) === null || _a === void 0 ? void 0 : _a.slice(1)) !== null && _b !== void 0 ? _b : [app, addon];
15
- console.log('appPart', appPart);
16
- console.log('addonPart', addonPart);
17
15
  const { body: addons } = await this.heroku.post('/actions/addons/resolve', {
18
16
  body: {
19
17
  addon: addonPart,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroku/heroku-cli-util",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "Set of helpful CLI utilities",
5
5
  "author": "Heroku",
6
6
  "license": "ISC",