react-country-state-city
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -20,2 +20,3 @@ export interface Country { | ||
longitude: string; | ||
hasStates: boolean; | ||
} | ||
@@ -31,2 +32,3 @@ export interface Phonecodes { | ||
name: string; | ||
hasCountries: boolean; | ||
} | ||
@@ -39,2 +41,3 @@ export interface State { | ||
longitude: string; | ||
hasCities: boolean; | ||
} | ||
@@ -41,0 +44,0 @@ export interface Language { |
@@ -20,2 +20,3 @@ export interface Country { | ||
longitude: string; | ||
hasStates: boolean; | ||
} | ||
@@ -31,2 +32,3 @@ export interface Phonecodes { | ||
name: string; | ||
hasCountries: boolean; | ||
} | ||
@@ -39,2 +41,3 @@ export interface State { | ||
longitude: string; | ||
hasCities: boolean; | ||
} | ||
@@ -41,0 +44,0 @@ export interface Language { |
@@ -20,2 +20,3 @@ export interface Country { | ||
longitude: string; | ||
hasStates: boolean; | ||
} | ||
@@ -31,2 +32,3 @@ export interface Phonecodes { | ||
name: string; | ||
hasCountries: boolean; | ||
} | ||
@@ -39,2 +41,3 @@ export interface State { | ||
longitude: string; | ||
hasCities: boolean; | ||
} | ||
@@ -41,0 +44,0 @@ export interface Language { |
{ | ||
"name": "react-country-state-city", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A lightweight and easy-to-use React library that provides a comprehensive list of regions or continents, countries, states, cities languages, and country phone codes for creating dynamic and searchable dropdowns. Ideal for building forms and input fields that require accurate and up-to-date geographical selections, with seamless integration for improved user experience.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
1678790
894