@adyen/kyc-components 2.49.1 → 2.49.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.
|
@@ -40800,7 +40800,7 @@ const loadCountriesDataset = async (locale) => {
|
|
|
40800
40800
|
const importForLocale = countriesImports[`./${locale}.json`];
|
|
40801
40801
|
if (!importForLocale) {
|
|
40802
40802
|
logger$6.warn(`No countries dataset for ${locale}, falling back to en-US`);
|
|
40803
|
-
return import("./en-US-CkdCbOCX.js");
|
|
40803
|
+
return (await import("./en-US-CkdCbOCX.js")).default;
|
|
40804
40804
|
}
|
|
40805
40805
|
return (await importForLocale()).default;
|
|
40806
40806
|
};
|
|
@@ -41111,7 +41111,7 @@ const ConfigurationApiProvider = ({
|
|
|
41111
41111
|
isEmbeddedDropin,
|
|
41112
41112
|
loadingContext
|
|
41113
41113
|
} = authContext;
|
|
41114
|
-
const sdkVersion = "2.49.
|
|
41114
|
+
const sdkVersion = "2.49.2";
|
|
41115
41115
|
useAnalytics({
|
|
41116
41116
|
onUserEvent,
|
|
41117
41117
|
legalEntityId: rootLegalEntityId,
|