heroku-cli-addons
Advanced tools
Comparing version 1.2.17 to 1.2.18
@@ -53,3 +53,5 @@ 'use strict' | ||
path: `/apps/${ctx.app}/addons/${ctx.args.addon}/sso`, | ||
headers: {Accept: 'application/json'} | ||
headers: { | ||
Accept: 'application/vnd.heroku+json; version=3.add-ons-sso' | ||
} | ||
}) | ||
@@ -56,0 +58,0 @@ if (sso.method === 'get') { |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.2.17", | ||
"version": "1.2.18", | ||
"author": "Bo Jeanes @bjeanes", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126227
1199