@dynamic-labs/wallet-connector-core
Advanced tools
Comparing version 4.0.0-alpha.30 to 4.0.0-alpha.31
'use client' | ||
var version = "4.0.0-alpha.30"; | ||
var version = "4.0.0-alpha.31"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/wallet-connector-core", | ||
"version": "4.0.0-alpha.30", | ||
"version": "4.0.0-alpha.31", | ||
"description": "Core package for utilities and types for handling multiple wallet/chain support Dynamic SDK", | ||
@@ -24,10 +24,10 @@ "author": "Dynamic Labs, Inc.", | ||
"peerDependencies": { | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.30", | ||
"@dynamic-labs/logger": "4.0.0-alpha.30", | ||
"@dynamic-labs/rpc-providers": "4.0.0-alpha.30", | ||
"@dynamic-labs/types": "4.0.0-alpha.30", | ||
"@dynamic-labs/utils": "4.0.0-alpha.30", | ||
"@dynamic-labs/wallet-book": "4.0.0-alpha.30", | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.31", | ||
"@dynamic-labs/logger": "4.0.0-alpha.31", | ||
"@dynamic-labs/rpc-providers": "4.0.0-alpha.31", | ||
"@dynamic-labs/types": "4.0.0-alpha.31", | ||
"@dynamic-labs/utils": "4.0.0-alpha.31", | ||
"@dynamic-labs/wallet-book": "4.0.0-alpha.31", | ||
"eventemitter3": "5.0.1" | ||
} | ||
} |
@@ -7,1 +7,2 @@ export { walletConnectorEvents } from './events'; | ||
export { Chains, socialProviders, WalletConnectorBase, type Chain, type ChainInfo, type GetAddressOpts, type InternalWalletConnector, type NameServiceData, type PayloadParams, type SocialProvider, type WalletConnector, type WalletConnectorConstructor, type WalletConnectorEventTypes, type WalletConnectorExtension, type WalletConnectorsMethod, } from './WalletConnectorBase'; | ||
export { WalletBookSingleton } from './WalletBookSingleton'; |
@@ -41,3 +41,4 @@ 'use client' | ||
export { Chains, socialProviders } from './WalletConnectorBase/types.js'; | ||
export { WalletBookSingleton } from './WalletBookSingleton/WalletBookSingleton.js'; | ||
assertPackageVersion('@dynamic-labs/wallet-connector-core', version); |
@@ -7,2 +7,3 @@ import { WalletBookSchema } from '@dynamic-labs/wallet-book'; | ||
static getOrCreate(walletBook: WalletBookSchema): WalletBookSingleton; | ||
static reset(): void; | ||
} |
@@ -13,4 +13,7 @@ 'use client' | ||
} | ||
static reset() { | ||
WalletBookSingleton.instance = undefined; | ||
} | ||
} | ||
export { WalletBookSingleton }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
521176
3580