@web3auth/no-modal 8.0.0-alpha.12 → 8.0.0-alpha.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/no-modal",
3
- "version": "8.0.0-alpha.12",
3
+ "version": "8.0.0-alpha.14",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/no-modal",
@@ -40,13 +40,13 @@
40
40
  "@toruslabs/openlogin": "^6.2.9",
41
41
  "@toruslabs/openlogin-jrpc": "^6.2.9",
42
42
  "@toruslabs/openlogin-utils": "^6.2.9",
43
- "@web3auth/base": "^8.0.0-alpha.12",
44
- "@web3auth/base-plugin": "^8.0.0-alpha.12",
45
- "@web3auth/base-provider": "^8.0.0-alpha.12"
43
+ "@web3auth/base": "^8.0.0-alpha.13",
44
+ "@web3auth/base-plugin": "^8.0.0-alpha.13",
45
+ "@web3auth/base-provider": "^8.0.0-alpha.14"
46
46
  },
47
47
  "devDependencies": {
48
- "@web3auth/openlogin-adapter": "^8.0.0-alpha.12",
49
- "@web3auth/wallet-connect-v2-adapter": "^8.0.0-alpha.12"
48
+ "@web3auth/openlogin-adapter": "^8.0.0-alpha.14",
49
+ "@web3auth/wallet-connect-v2-adapter": "^8.0.0-alpha.14"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "@web3auth/openlogin-adapter": {
@@ -76,5 +76,5 @@
76
76
  "node": ">=18.x",
77
77
  "npm": ">=9.x"
78
78
  },
79
- "gitHead": "17bf0adf6abb4b2ce0cfb3b71cb2cc317a2dcd9b"
79
+ "gitHead": "ebf740354b4f48763071a81bcc3d09de845417d8"
80
80
  }
package/src/noModal.ts CHANGED
@@ -121,9 +121,6 @@ export class Web3AuthNoModal extends SafeEventEmitter implements IWeb3Auth {
121
121
  }
122
122
  openloginAdapter.setAdapterSettings({ privateKeyProvider: this.coreOptions.privateKeyProvider });
123
123
  }
124
- if (this.coreOptions.uiConfig.uxMode) {
125
- openloginAdapter.setAdapterSettings({ uxMode: this.coreOptions.uiConfig.uxMode });
126
- }
127
124
  openloginAdapter.setAdapterSettings({ whiteLabel: this.coreOptions.uiConfig });
128
125
  if (!openloginAdapter.privateKeyProvider) {
129
126
  throw WalletInitializationError.invalidParams("privateKeyProvider is required for openlogin adapter");