cloud-regions-country-flags
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -21,6 +21,11 @@ exports.getInfo = function (region, provider) { | ||
case 'us-west-1': | ||
obj.location = 'US West (N. California)'; | ||
obj.location = 'US West (Oregon)'; | ||
obj.flag = '๐บ๐ธ'; | ||
break; | ||
case 'us-west-2': | ||
obj.location = 'US West (Oregon)'; | ||
obj.flag = '๐บ๐ธ'; | ||
break; | ||
case 'af-south-1': | ||
@@ -27,0 +32,0 @@ obj.location = 'US West (Oregon)'; |
{ | ||
"name": "cloud-regions-country-flags", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A library to convert cloud provider regions to country flag emojis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25103
711