@mattrglobal/verifier-sdk-web 2.2.1-unstable.4 → 2.2.1-unstable.40
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/README.md +21 -22
- 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-07-06
|
|
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:
|
|
1844
|
+
retries: 4,
|
|
1845
1845
|
retryHttpStatus: 404
|
|
1846
1846
|
});
|
|
1847
1847
|
if (responseResult.isErr()) {
|