country-state-city-nextjs
Advanced tools
Comparing version 9.1.0 to 10.0.0
@@ -7,2 +7,3 @@ export interface countryProps { | ||
code_phone?: string; | ||
lang?: string; | ||
} | ||
@@ -9,0 +10,0 @@ export interface stateProps { |
{ | ||
"name": "country-state-city-nextjs", | ||
"version": "9.1.0", | ||
"version": "10.0.0", | ||
"description": "Get all countrys, states and citys of world", | ||
@@ -37,2 +37,3 @@ "main": "./cjs/index.js", | ||
"bun-generate-phone": "bun ./bun/generatePhone.tsx", | ||
"bun-generate-lang": "bun ./bun/generateLang.tsx", | ||
"test-load": "bun ./test/load.tsx" | ||
@@ -39,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
11133
152