@web3auth/no-modal 8.8.0 → 8.9.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.
@@ -38,4 +38,5 @@ export declare class Web3AuthNoModal extends SafeEventEmitter implements IWeb3Au
38
38
  protected subscribeToAdapterEvents(walletAdapter: IAdapter<unknown>): void;
39
39
  protected checkInitRequirements(): void;
40
40
  private cacheWallet;
41
+ private connectToPlugins;
41
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/no-modal",
3
- "version": "8.8.0",
3
+ "version": "8.9.1",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/no-modal",
@@ -76,5 +76,5 @@
76
76
  "node": ">=18.x",
77
77
  "npm": ">=9.x"
78
78
  },
79
- "gitHead": "389c9e0a27379d51ad45ec6ae4f6fdf794e71468"
79
+ "gitHead": "62ee95eae58ae644cc056dd6f7cde67348bcaddd"
80
80
  }