@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
  */
@@ -579,7 +579,7 @@ const exchangeSessionResult = async ({challenge: challenge, responseCode: respon
579
579
  body: JSON.stringify(postData)
580
580
  });
581
581
  const responseResult = await withRetrySafeFetch(fetchResultFn, {
582
- retries: 2,
582
+ retries: 4,
583
583
  retryHttpStatus: 404
584
584
  });
585
585
  if (responseResult.isErr()) {