@dynamic-labs/types
Advanced tools
Comparing version
'use client' | ||
var version = "4.20.0"; | ||
var version = "4.20.1"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "4.20.0", | ||
"version": "4.20.1", | ||
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.", | ||
@@ -22,5 +22,5 @@ "author": "Dynamic Labs, Inc.", | ||
"@dynamic-labs/sdk-api-core": "0.0.681", | ||
"@dynamic-labs/assert-package-version": "4.20.0" | ||
"@dynamic-labs/assert-package-version": "4.20.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -8,1 +8,12 @@ export type IEVMTransaction = { | ||
}; | ||
export type KernelAccountSettings = { | ||
entryPoint: { | ||
address: string; | ||
version: string; | ||
}; | ||
chainId: number; | ||
ecdsaProviderType: string | null; | ||
kernelVersion: string; | ||
projectId: string; | ||
enableEIP7702: boolean | void; | ||
}; |
@@ -1,2 +0,2 @@ | ||
export { ProviderEnum, type Provider } from '@dynamic-labs/sdk-api-core'; | ||
export { ProviderEnum, type Provider, ZerodevBundlerProvider, } from '@dynamic-labs/sdk-api-core'; | ||
export * from './auth'; | ||
@@ -3,0 +3,0 @@ export * from './coinbase'; |
'use client' | ||
import { assertPackageVersion } from '@dynamic-labs/assert-package-version'; | ||
import { version } from '../package.js'; | ||
export { ProviderEnum } from '@dynamic-labs/sdk-api-core'; | ||
export { ProviderEnum, ZerodevBundlerProvider } from '@dynamic-labs/sdk-api-core'; | ||
export { SocialOAuthErrorCode } from './oauth/index.js'; | ||
@@ -6,0 +6,0 @@ export { BaseWallet } from './wallets/BaseWallet.js'; |
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
476180
0.22%617
2.49%+ Added
+ Added
- Removed
- Removed