@reachfive/identity-ui 1.36.0 → 1.36.1
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/cjs/identity-ui.js +2 -2
- package/es/identity-ui.js +2 -2
- package/es/identity-ui.min.js +2 -2
- package/package.json +2 -2
- package/types/identity-ui.d.ts +2 -2
- package/umd/identity-ui.js +7 -4
- package/umd/identity-ui.js.map +1 -1
- package/umd/identity-ui.min.js +3 -3
- package/umd/identity-ui.min.js.map +1 -1
package/cjs/identity-ui.js
CHANGED
package/es/identity-ui.js
CHANGED
package/es/identity-ui.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachfive/identity-ui",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.1",
|
|
4
4
|
"description": "ReachFive Identity Web UI SDK",
|
|
5
5
|
"author": "ReachFive",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@captchafox/react": "^1.9.0",
|
|
37
|
-
"@reachfive/identity-core": "^1.37.
|
|
37
|
+
"@reachfive/identity-core": "^1.37.1",
|
|
38
38
|
"buffer": "^6.0.3",
|
|
39
39
|
"char-info": "0.3.2",
|
|
40
40
|
"class-variance-authority": "^0.7.1",
|
package/types/identity-ui.d.ts
CHANGED
package/umd/identity-ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @reachfive/identity-ui - v1.36.
|
|
3
|
-
* Compiled Thu,
|
|
2
|
+
* @reachfive/identity-ui - v1.36.1
|
|
3
|
+
* Compiled Thu, 17 Jul 2025 13:28:41 UTC
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) ReachFive.
|
|
6
6
|
*
|
|
@@ -354,8 +354,8 @@
|
|
|
354
354
|
var WinChan = /*@__PURE__*/getDefaultExportFromCjs(winchanExports);
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
|
-
* @reachfive/identity-core - v1.37.
|
|
358
|
-
* Compiled
|
|
357
|
+
* @reachfive/identity-core - v1.37.1
|
|
358
|
+
* Compiled Thu, 17 Jul 2025 13:00:38 UTC
|
|
359
359
|
*
|
|
360
360
|
* Copyright (c) ReachFive.
|
|
361
361
|
*
|
|
@@ -22763,6 +22763,9 @@
|
|
|
22763
22763
|
verificationCode,
|
|
22764
22764
|
trustDevice
|
|
22765
22765
|
},
|
|
22766
|
+
}).finally(() => {
|
|
22767
|
+
this.oAuthClient.releaseSessionLock();
|
|
22768
|
+
this.oAuthClient.releaseAuthorizationLock();
|
|
22766
22769
|
});
|
|
22767
22770
|
}
|
|
22768
22771
|
verifyMfaPhoneNumberRegistration(params) {
|