@countriesdb/widget-core 0.1.1 → 0.1.2
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/LICENSE +6 -0
- package/dist/esm/types.d.ts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
package/dist/esm/types.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export interface WidgetConfig {
|
|
|
71
71
|
isoCountryNames?: boolean;
|
|
72
72
|
subdivisionRomanizationPreference?: string;
|
|
73
73
|
preferLocalVariant?: boolean;
|
|
74
|
+
preferOfficialSubdivisions?: boolean;
|
|
74
75
|
countryNameFilter?: CountryNameFilter;
|
|
75
76
|
subdivisionNameFilter?: SubdivisionNameFilter;
|
|
76
77
|
autoInit?: boolean;
|
package/dist/types.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export interface WidgetConfig {
|
|
|
71
71
|
isoCountryNames?: boolean;
|
|
72
72
|
subdivisionRomanizationPreference?: string;
|
|
73
73
|
preferLocalVariant?: boolean;
|
|
74
|
+
preferOfficialSubdivisions?: boolean;
|
|
74
75
|
countryNameFilter?: CountryNameFilter;
|
|
75
76
|
subdivisionNameFilter?: SubdivisionNameFilter;
|
|
76
77
|
autoInit?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@countriesdb/widget-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Internal package - Core TypeScript API client and utilities for CountriesDB widget and validation libraries. Not intended for direct use.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|