@mattrglobal/verifier-sdk-web 2.2.1-unstable.3 → 2.2.1-unstable.31
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/lib/verifier-js-no-deps.cjs.js +2 -2
- package/dist/lib/verifier-js-no-deps.cjs.js.map +1 -1
- package/dist/lib/verifier-js.cjs.js +2 -2
- package/dist/lib/verifier-js.cjs.js.map +1 -1
- package/dist/verifier-js.development.js +2 -2
- package/dist/verifier-js.development.js.map +1 -1
- package/dist/verifier-js.production.esm.js +2 -2
- package/dist/verifier-js.production.esm.js.map +1 -1
- package/dist/verifier-js.production.js +2 -2
- package/dist/verifier-js.production.js.map +1 -1
- package/package.json +2 -2
|
@@ -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-
|
|
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:
|
|
582
|
+
retries: 4,
|
|
583
583
|
retryHttpStatus: 404
|
|
584
584
|
});
|
|
585
585
|
if (responseResult.isErr()) {
|