@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 CHANGED
@@ -23,3 +23,9 @@ fitness for a particular purpose and noninfringement.
23
23
 
24
24
  For licensing inquiries, please contact NAYEE LLC at https://nayee.net
25
25
 
26
+
27
+
28
+
29
+
30
+
31
+
@@ -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.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",