heroku-cli-addons
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -28,5 +28,5 @@ 'use strict' | ||
plan = plan.replace(/^hpg:/, 'heroku-postgresql:') | ||
plan = plan.replace(/^heroku-postgresql:s/, 'heroku-postgresql:standard-') | ||
plan = plan.replace(/^heroku-postgresql:p/, 'heroku-postgresql:premium-') | ||
plan = plan.replace(/^heroku-postgresql:e/, 'heroku-postgresql:enterprise-') | ||
plan = plan.replace(/^heroku-postgresql:s-/, 'heroku-postgresql:standard-') | ||
plan = plan.replace(/^heroku-postgresql:p-/, 'heroku-postgresql:premium-') | ||
plan = plan.replace(/^heroku-postgresql:e-/, 'heroku-postgresql:enterprise-') | ||
return plan | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
36836