@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.
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.36.0
3
- * Compiled Thu, 10 Jul 2025 14:17:08 UTC
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
  *
package/es/identity-ui.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.36.0
3
- * Compiled Thu, 10 Jul 2025 14:17:08 UTC
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
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.36.0
3
- * Compiled Thu, 10 Jul 2025 14:17:08 UTC
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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reachfive/identity-ui",
3
- "version": "1.36.0",
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.0",
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",
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.36.0
3
- * Compiled Thu, 10 Jul 2025 14:17:08 UTC
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
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.36.0
3
- * Compiled Thu, 10 Jul 2025 14:17:08 UTC
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.0
358
- * Compiled Wed, 09 Jul 2025 12:44:27 UTC
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) {