@mattrglobal/verifier-sdk-web 2.2.1-unstable.3 → 2.2.1-unstable.30

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.
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2026-06-12
10
+ * Generated: 2026-06-30
11
11
  * Version: 2.2.0
12
12
  * Dependencies:
13
13
  *
@@ -1841,7 +1841,7 @@ const exchangeSessionResult = async ({challenge: challenge, responseCode: respon
1841
1841
  body: JSON.stringify(postData)
1842
1842
  });
1843
1843
  const responseResult = await withRetrySafeFetch(fetchResultFn, {
1844
- retries: 2,
1844
+ retries: 4,
1845
1845
  retryHttpStatus: 404
1846
1846
  });
1847
1847
  if (responseResult.isErr()) {