heroku-connect-plugin
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -18,3 +18,3 @@ 'use strict' | ||
'Authorization': 'Bearer ' + context.auth.password, | ||
'Heroku-Client': 'toolbelt' | ||
'Heroku-Client': 'cli' | ||
} | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "heroku-connect-plugin", | ||
"description": "Heroku Connect plugin for Heroku Toolbelt", | ||
"version": "0.4.2", | ||
"description": "Heroku Connect plugin for Heroku CLI", | ||
"version": "0.4.3", | ||
"author": "Heroku (@heroku)", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
Heroku Connect Toolbelt Plugin | ||
Heroku Connect CLI Plugin | ||
================== | ||
@@ -3,0 +3,0 @@ |
@@ -22,3 +22,3 @@ 'use strict' | ||
'authorization': `Bearer ${password}`, | ||
'heroku-client': 'toolbelt' | ||
'heroku-client': 'cli' | ||
} | ||
@@ -25,0 +25,0 @@ }) |
Sorry, the diff of this file is not supported yet
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
91875