cloud-regions-country-flags
Advanced tools
Comparing version 0.0.9 to 0.0.10
20
index.js
@@ -193,2 +193,7 @@ exports.getInfo = function (region, provider) { | ||
case 'asia-east2': | ||
obj.location = 'Hong Kong, APAC'; | ||
obj.flag = '๐จ๐ณ'; | ||
break; | ||
case 'asia-east2-a': | ||
@@ -449,2 +454,12 @@ obj.location = 'Hong Kong, APAC'; | ||
case 'europe-west1': | ||
obj.location = 'St. Ghislain, Belgium, Europe'; | ||
obj.flag = '๐ง๐ช'; | ||
break; | ||
case 'europe-west1-a': | ||
obj.location = 'St. Ghislain, Belgium, Europe'; | ||
obj.flag = '๐ง๐ช'; | ||
break; | ||
case 'europe-west1-b': | ||
@@ -884,3 +899,6 @@ obj.location = 'St. Ghislain, Belgium, Europe'; | ||
return obj; | ||
return { | ||
...obj, | ||
raw: region, | ||
}; | ||
}; |
{ | ||
"name": "cloud-regions-country-flags", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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
25490
726