national-metadata 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -675,7 +675,7 @@ MIT License - see LICENSE file for details.
|
|
|
675
675
|
|
|
676
676
|
## Changelog
|
|
677
677
|
|
|
678
|
-
### v0.
|
|
678
|
+
### v0.1.2
|
|
679
679
|
|
|
680
680
|
- **NEW**: City data exports - 1300+ city slugs and city-country slugs
|
|
681
681
|
- **NEW**: City utility functions: `getCitySlugs`, `getCityCountrySlugs`, `isCitySlugValid`, `isCityCountrySlugValid`
|
|
@@ -686,7 +686,7 @@ MIT License - see LICENSE file for details.
|
|
|
686
686
|
- **NEW**: TypeScript types: `VisaTravel`, `Legatum2023`
|
|
687
687
|
- **IMPROVED**: Expanded package capabilities for travel, immigration, and prosperity research
|
|
688
688
|
|
|
689
|
-
### v0.2
|
|
689
|
+
### v0.1.2
|
|
690
690
|
|
|
691
691
|
- **NEW**: Flag SVGs for 260+ countries included in package
|
|
692
692
|
- **NEW**: Flag utility functions: `getFlagPath`, `getFlagFilename`, `hasFlagForCountry`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "national-metadata",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Comprehensive country, city, visa, and prosperity data including ISO codes, coordinates, 1300+ city slugs, visa requirements, and Legatum rankings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|