@mxenabled/connect-widget 0.4.2 → 0.4.3

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/dist/index.es.js CHANGED
@@ -56003,7 +56003,7 @@ const DEFAULT_POLLING_STATE = {
56003
56003
  // message to show the end user
56004
56004
  };
56005
56005
  function pollMember(memberGuid, api) {
56006
- return interval(15e3).pipe(
56006
+ return interval(3e3).pipe(
56007
56007
  switchMap(
56008
56008
  () => (
56009
56009
  // Poll the currentMember. Catch errors but don't handle it here