@depay/widgets 12.13.0 → 12.13.1

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.
@@ -28554,6 +28554,7 @@ const getAllProviders$1 = ()=> {
28554
28554
  };
28555
28555
 
28556
28556
  const setProvider$2 = (blockchain, provider)=> {
28557
+ if(provider == undefined) { return }
28557
28558
  if(getAllProviders$1()[blockchain] === undefined) { getAllProviders$1()[blockchain] = []; }
28558
28559
  const index = getAllProviders$1()[blockchain].indexOf(provider);
28559
28560
  if(index > -1) {
@@ -28800,6 +28801,7 @@ const getAllProviders = ()=> {
28800
28801
  };
28801
28802
 
28802
28803
  const setProvider$1 = (blockchain, provider)=> {
28804
+ if(provider == undefined) { return }
28803
28805
  if(getAllProviders()[blockchain] === undefined) { getAllProviders()[blockchain] = []; }
28804
28806
  const index = getAllProviders()[blockchain].indexOf(provider);
28805
28807
  if(index > -1) {