@dynamic-labs/wallet-connector-core
Advanced tools
Comparing version 3.0.0-alpha.41 to 3.0.0-alpha.42
{ | ||
"name": "@dynamic-labs/wallet-connector-core", | ||
"version": "3.0.0-alpha.41", | ||
"version": "3.0.0-alpha.42", | ||
"repository": { | ||
@@ -29,12 +29,12 @@ "type": "git", | ||
"dependencies": { | ||
"@dynamic-labs/sdk-api-core": "0.0.510" | ||
"@dynamic-labs/sdk-api-core": "0.0.516" | ||
}, | ||
"peerDependencies": { | ||
"@dynamic-labs/logger": "3.0.0-alpha.41", | ||
"@dynamic-labs/rpc-providers": "3.0.0-alpha.41", | ||
"@dynamic-labs/types": "3.0.0-alpha.41", | ||
"@dynamic-labs/utils": "3.0.0-alpha.41", | ||
"@dynamic-labs/wallet-book": "3.0.0-alpha.41", | ||
"@dynamic-labs/logger": "3.0.0-alpha.42", | ||
"@dynamic-labs/rpc-providers": "3.0.0-alpha.42", | ||
"@dynamic-labs/types": "3.0.0-alpha.42", | ||
"@dynamic-labs/utils": "3.0.0-alpha.42", | ||
"@dynamic-labs/wallet-book": "3.0.0-alpha.42", | ||
"eventemitter3": "5.0.1" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
export * from './lib'; | ||
export * from './types'; | ||
export * from './utils'; | ||
export { Chains, Wallet, WalletConnectorBase, socialProviders, type Attestation, type AuthenticatorRecoveryHandler, type AuthenticatorType, type BitcoinSignPsbtRequest, type BitcoinSignPsbtRequestSignature, type BitcoinSignPsbtResponse, type Chain, type ChainInfo, type ExportHandler, type ExtendedPrivateKey, type GetAddressOpts, type IAccountAbstractionWalletConnector, type IBitcoinWalletConnector, type ICoinbaseMPCWalletConnector, type IEmailOTPWalletConnector, type IEmailWalletConnector, type IHardwareWalletConnector, type IPasskeyWalletConnector, type IPhantomRedirectConnector, type IPhantomRedirectConnectorWithEvents, type ISMSWalletConnector, type ISendBalanceWalletConnector, type ISessionKeyCompatibleWalletConnector, type ITurnkeyWalletConnectorStamper, type IWalletConnectConnector, type NameServiceData, type PayloadParams, type RawPrivateKey, type RecoveryEmailParams, type RecoveryWebAuthnAttestation, type SignAllTransactionsListener, type SignAndSendTransactionListener, type SignMessageListener, type SignTransactionListener, type SmartWalletConnector, type SocialProvider, type WalletConnector, type WalletConnectorConstructor, type WalletConnectorCore, type WalletConnectorEventTypes, type WalletConnectorsMethod, type WebAuthnAttestation, } from './lib'; | ||
export type { WalletConnectorExtension } from './lib/WalletConnectorExtension'; | ||
export type { AccountChangeEventHandler, ChainChangeEventHandler, DisconnectEventHandler, } from './types'; | ||
export { ProviderLookup, addHexPrefix, bufferToHex, eventListenerHandlers, getChainInfo, getDeepLink, getMobileExperience, getRpcUrlForChain, getWalletConnectorByKey, isAccountAbstractionConnector, isBitcoinConnector, isBloctoConnector, isCoinbaseMpcWalletConnector, isEmailOTPWalletConnector, isEmailWalletConnector, isEmbeddedConnector, isHardwareWalletConnector, isHex, isMagicConnector, isPasskeyWalletConnector, isPhantomRedirectConnector, isSameAddress, isSendBalanceWalletConnector, isSessionKeyCompatibleWalletConnector, isSmartWalletConnector, isSocialWalletConnector, isWalletConnectConnector, logger, performPlatformSpecificConnectionMethod, shouldLowercaseAddress, utf8ToHex, type DeepLinkVariant, type ProviderCondition, } from './utils'; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
441358
2883
+ Added@dynamic-labs/iconic@3.0.0-alpha.42(transitive)
+ Added@dynamic-labs/logger@3.0.0-alpha.42(transitive)
+ Added@dynamic-labs/rpc-providers@3.0.0-alpha.42(transitive)
+ Added@dynamic-labs/sdk-api-core@0.0.516(transitive)
+ Added@dynamic-labs/types@3.0.0-alpha.42(transitive)
+ Added@dynamic-labs/utils@3.0.0-alpha.42(transitive)
+ Added@dynamic-labs/wallet-book@3.0.0-alpha.42(transitive)
- Removed@dynamic-labs/iconic@3.0.0-alpha.41(transitive)
- Removed@dynamic-labs/logger@3.0.0-alpha.41(transitive)
- Removed@dynamic-labs/rpc-providers@3.0.0-alpha.41(transitive)
- Removed@dynamic-labs/sdk-api-core@0.0.510(transitive)
- Removed@dynamic-labs/types@3.0.0-alpha.41(transitive)
- Removed@dynamic-labs/utils@3.0.0-alpha.41(transitive)
- Removed@dynamic-labs/wallet-book@3.0.0-alpha.41(transitive)