@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.1";
41114
+ const sdkVersion = "2.49.2";
41115
41115
  useAnalytics({
41116
41116
  onUserEvent,
41117
41117
  legalEntityId: rootLegalEntityId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "2.49.1",
3
+ "version": "2.49.2",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",