country-query
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [1.1.1] - 2019-11-02 | ||
### Fixed | ||
- Correct example country object in readme. | ||
## [1.1.0] - 2019-11-02 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "country-query", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A javascript query API for world-countries data", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -35,4 +35,4 @@ # country-query | ||
"bar": { | ||
"official": "Republik \u00d6sterreich", | ||
"common": "\u00d6sterreich" | ||
"official": "Republik Österreich", | ||
"common": "Österreich" | ||
} | ||
@@ -46,5 +46,7 @@ } | ||
"cioc": "AUT", | ||
"independent": true, | ||
"status": "officially-assigned", | ||
"currency": ["EUR"], | ||
"callingCode": ["43"], | ||
"capital": "Vienna", | ||
"capital": ["Vienna"], | ||
"altSpellings": ["AT", "Osterreich", "Oesterreich"], | ||
@@ -57,4 +59,14 @@ "region": "Europe", | ||
"translations": { | ||
"cym": {"official": "Republic of Austria", "common": "Awstria"}, | ||
"deu": {"official": "Republik \u00d6sterreich", "common": "\u00d6sterreich"}, | ||
"ces": { | ||
"official": "Rakouská republika", | ||
"common": "Rakousko" | ||
}, | ||
"cym": { | ||
"official": "Gweriniaeth Awstria", | ||
"common": "Awstria" | ||
}, | ||
"deu": { | ||
"official": "Republik Österreich", | ||
"common": "Österreich" | ||
}, | ||
// ...snip... | ||
@@ -66,3 +78,4 @@ }, | ||
"borders": ["CZE", "DEU", "HUN", "ITA", "LIE", "SVK", "SVN", "CHE"], | ||
"area": 83871 | ||
"area": 83871, | ||
"flag": "🇦🇹" | ||
} | ||
@@ -69,0 +82,0 @@ |
26105
242