country-region-data
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -9,2 +9,3 @@ declare module 'country-region-data' { | ||
export const countryShortCodes: CountrySlug[]; | ||
export const countryTuples: [CountryName, CountrySlug][]; | ||
export type Region = [RegionName, RegionSlug]; | ||
@@ -20,4 +21,2 @@ | ||
export default allCountries; | ||
export const countryTuples: [CountryName, CountrySlug][]; | ||
export const AF: CountryData; | ||
@@ -24,0 +23,0 @@ export const AX: CountryData; |
{ | ||
"name": "country-region-data", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "List of countries, regions, and their short-codes.", | ||
@@ -5,0 +5,0 @@ "main": "dist/data.js", |
@@ -129,2 +129,4 @@ # country-region-data | ||
- `2.2.0` - Mar 12, 2022. | ||
- Ukraine, Romania, Mexico data updated. | ||
- `2.1.0` - Feb 22, 2022. | ||
@@ -131,0 +133,0 @@ - `countryTuples` named export added to es6 bundle. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
853854
174