@dynamic-labs/wallet-connector-core
Advanced tools
Comparing version 4.4.2-preview.0 to 4.4.2
'use client' | ||
var version = "4.4.2-preview.0"; | ||
var version = "4.4.2"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/wallet-connector-core", | ||
"version": "4.4.2-preview.0", | ||
"version": "4.4.2", | ||
"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.4.2-preview.0", | ||
"@dynamic-labs/logger": "4.4.2-preview.0", | ||
"@dynamic-labs/rpc-providers": "4.4.2-preview.0", | ||
"@dynamic-labs/types": "4.4.2-preview.0", | ||
"@dynamic-labs/utils": "4.4.2-preview.0", | ||
"@dynamic-labs/wallet-book": "4.4.2-preview.0", | ||
"@dynamic-labs/assert-package-version": "4.4.2", | ||
"@dynamic-labs/logger": "4.4.2", | ||
"@dynamic-labs/rpc-providers": "4.4.2", | ||
"@dynamic-labs/types": "4.4.2", | ||
"@dynamic-labs/utils": "4.4.2", | ||
"@dynamic-labs/wallet-book": "4.4.2", | ||
"eventemitter3": "5.0.1" | ||
} | ||
} |
export { walletConnectorEvents } from './events'; | ||
export { type Attestation, type AuthenticatorRecoveryHandler, type AuthenticatorType, type BitcoinSignPsbtRequest, type BitcoinSignPsbtRequestSignature, type BitcoinSignPsbtResponse, type ExportHandler, type ExtendedPrivateKey, type EVMAuthorizationResult, type EVMAuthorizationParameters, type IAccountAbstractionWalletConnector, type IBitcoinWalletConnector, type ICoinbaseMPCWalletConnector, type IEmailOTPWalletConnector, type IEmailWalletConnector, type IHardwareWalletConnector, type IPasskeyWalletConnector, type IPhantomRedirectConnector, type IPhantomRedirectConnectorWithEvents, type ISendBalanceWalletConnector, type ISessionKeyCompatibleWalletConnector, type ISMSWalletConnector, type ITurnkeyWalletConnector, type ITurnkeyWalletConnectorStamper, type IWalletConnectConnector, type IZeroDevConnector, type RawPrivateKey, type RecoveryEmailParams, type RecoveryWebAuthnAttestation, type SignAllTransactionsListener, type SignAndSendTransactionListener, type SignMessageListener, type SignTransactionListener, type WebAuthnAttestation, } from './interfaces'; | ||
export { type Attestation, type AuthenticatorRecoveryHandler, type AuthenticatorType, type BitcoinSignPsbtRequest, type BitcoinSignPsbtRequestSignature, type BitcoinSignPsbtResponse, type ExportHandler, type ExtendedPrivateKey, type IAccountAbstractionWalletConnector, type IBitcoinWalletConnector, type ICoinbaseMPCWalletConnector, type IEmailOTPWalletConnector, type IEmailWalletConnector, type IHardwareWalletConnector, type IPasskeyWalletConnector, type IPhantomRedirectConnector, type IPhantomRedirectConnectorWithEvents, type ISendBalanceWalletConnector, type ISessionKeyCompatibleWalletConnector, type ISMSWalletConnector, type ITurnkeyWalletConnector, type ITurnkeyWalletConnectorStamper, type IWalletConnectConnector, type IZeroDevConnector, type RawPrivateKey, type RecoveryEmailParams, type RecoveryWebAuthnAttestation, type SignAllTransactionsListener, type SignAndSendTransactionListener, type SignMessageListener, type SignTransactionListener, type WebAuthnAttestation, } from './interfaces'; | ||
export type { AccountChangeEventHandler, ChainChangeEventHandler, DisconnectEventHandler, WalletConnectorCore, WalletMetadata, WalletDeepLinks, WalletDownloadLinks, WalletLimitations, WalletLinks, } from './types'; | ||
@@ -4,0 +4,0 @@ export { addHexPrefix, bufferToHex, eventListenerHandlers, getChainInfo, getChainInfoWithOverrides, getDeepLink, getMobileExperience, getRpcUrlForChain, getWalletConnectorByKey, isAccountAbstractionConnector, isBitcoinConnector, isBloctoConnector, isCoinbaseMpcWalletConnector, isEmailOTPWalletConnector, isEmailWalletConnector, isEmbeddedConnector, isHardwareWalletConnector, isHex, isMagicConnector, isPasskeyWalletConnector, isPhantomRedirectConnector, isSameAddress, isSendBalanceWalletConnector, isSessionKeyCompatibleWallet, isSessionKeyCompatibleWalletConnector, isSocialWalletConnector, isTurnkeyWalletConnector, isWalletConnectConnector, isConnectorMethodSupported, isConnectorEventSupported, getWalletMetadataFromWalletBook, getWalletLinks, logger, performPlatformSpecificConnectionMethod, ProviderLookup, setChainInfoOverrides, shouldLowercaseAddress, utf8ToHex, convertWalletToBaseWallet, convertWalletToBaseWalletPartial, type ChainDisplayOverrides, type DeepLinkVariant, type ProviderCondition, } from './utils'; |
@@ -18,4 +18,2 @@ import { IUITransaction } from '@dynamic-labs/types'; | ||
disableGasSponsorshipOnce(): void; | ||
eoaAddress: string | undefined; | ||
isEip7702Mode: boolean; | ||
getAccountAbstractionProvider(props?: GetAccountAbstractionProviderProps): any; | ||
@@ -22,0 +20,0 @@ /** |
@@ -6,3 +6,2 @@ export * from './IAccountAbstractionWalletConnector'; | ||
export * from './IEmailWalletConnector'; | ||
export * from './IEVMAuthorization'; | ||
export * from './IHardwareWalletConnector'; | ||
@@ -9,0 +8,0 @@ export * from './IPasskeyWalletConnector'; |
import { JwtVerifiedCredential, TurnkeyWalletProperties } from '@dynamic-labs/sdk-api-core'; | ||
import { WalletConnectorBase } from '../WalletConnectorBase'; | ||
import { EVMAuthorizationParameters, EVMAuthorizationResult } from './IEVMAuthorization'; | ||
type JwtVerifiedCredentialWithSmartWalletRef = JwtVerifiedCredential & { | ||
@@ -49,4 +48,3 @@ smartWalletRefId?: string; | ||
sessionKeys: SessionKeys | undefined; | ||
experimental_signAuthorization(parameters: EVMAuthorizationParameters): Promise<EVMAuthorizationResult>; | ||
} | ||
export {}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
558805
207
3820