country-state-city-nextjs
Advanced tools
Comparing version 8.2.2 to 9.0.0
@@ -6,2 +6,3 @@ export interface countryProps { | ||
img?: string; | ||
code_phone?: string; | ||
} | ||
@@ -8,0 +9,0 @@ export interface stateProps { |
{ | ||
"name": "country-state-city-nextjs", | ||
"version": "8.2.2", | ||
"version": "9.0.0", | ||
"description": "Get all countrys, states and citys of world", | ||
@@ -36,2 +36,3 @@ "main": "./cjs/index.js", | ||
"bun-generate-csc": "bun ./bun/generateCSC.tsx", | ||
"bun-generate-phone": "bun ./bun/generatePhone.tsx", | ||
"test-load": "bun ./test/load.tsx" | ||
@@ -38,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
11058
151