@privy-io/react-auth 1.14.0 → 1.14.1-beta.2

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/dist/index.d.ts CHANGED
@@ -320,7 +320,6 @@ declare class ConnectorManager {
320
320
  walletConnectors: WalletConnector[];
321
321
  activeWalletConnector?: WalletConnector;
322
322
  walletConnectGlobalWalletConnector: WalletConnectGlobalWalletConnector;
323
- initialized: boolean;
324
323
  constructor();
325
324
  initialize(): void;
326
325
  getEthereumProvider: () => EIP1193Provider;
@@ -333,11 +332,6 @@ declare class ConnectorManager {
333
332
  initializeLinkedWallets(user: User): void;
334
333
  load(): void;
335
334
  save(): void;
336
- /**
337
- * Note that we purposefully don't delete CONNECTORS_STATE_KEY from localStorage
338
- * This is because we can't recuperate state from the server state along yet (PRI-569).
339
- */
340
- destroy(): void;
341
335
  addWalletConnector(walletConnector: WalletConnector): void;
342
336
  removeWallet(address: string): void;
343
337
  /**