@web3auth/modal 10.14.1 → 10.15.0

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.
@@ -44,8 +44,6 @@ PERFORMANCE OF THIS SOFTWARE.
44
44
 
45
45
  /*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
46
46
 
47
- /*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
48
-
49
47
  /**
50
48
  * @license
51
49
  * Lodash <https://lodash.com/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/modal",
3
- "version": "10.14.1",
3
+ "version": "10.15.0",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/ui",
@@ -91,7 +91,7 @@
91
91
  "@toruslabs/base-controllers": "^8.15.0",
92
92
  "@toruslabs/http-helpers": "^8.1.1",
93
93
  "@web3auth/auth": "^10.8.0",
94
- "@web3auth/no-modal": "^10.14.1",
94
+ "@web3auth/no-modal": "^10.15.0",
95
95
  "bowser": "^2.13.1",
96
96
  "classnames": "^2.5.1",
97
97
  "clsx": "^2.1.1",
@@ -203,5 +203,5 @@
203
203
  "type": "git",
204
204
  "url": "git+https://github.com/Web3Auth/Web3Auth.git"
205
205
  },
206
- "gitHead": "b6836bede36d6480f217b02502cc99c800ab4c70"
206
+ "gitHead": "3cb2973b2fe50e775cbaac4cf3850bf0b1b105be"
207
207
  }