react-svg-worldmap
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -38,2 +38,6 @@ # CHANGELOG | ||
* Tried to reduce the size of countries.geo.json even more by changing the structure of the file and adding the extra properties programatically. | ||
* Changed names so they have spaces in between multiple words ex. UnitedStates -> United States | ||
* Changed names so they have spaces in between multiple words ex. UnitedStates -> United States | ||
## 1.0.31 | ||
* Fixed bug with new data where some countries did not display properly |
declare const _default: { | ||
features: ({ | ||
features: { | ||
N: string; | ||
I: string; | ||
C: number[][][][]; | ||
} | { | ||
N: string; | ||
I: string; | ||
C: number[][][]; | ||
})[]; | ||
}[]; | ||
}; | ||
export default _default; |
{ | ||
"name": "react-svg-worldmap", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "displayName": "React Worldmap", |
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
211201
1495