@dynamic-labs/types
Advanced tools
Comparing version 4.0.0-alpha.51 to 4.0.0-alpha.52
'use client' | ||
var version = "4.0.0-alpha.51"; | ||
var version = "4.0.0-alpha.52"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "4.0.0-alpha.51", | ||
"version": "4.0.0-alpha.52", | ||
"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.578", | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.51" | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.52" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -12,1 +12,2 @@ export { ProviderEnum } from '@dynamic-labs/sdk-api-core'; | ||
export * from './popupActions'; | ||
export * from './globalWalletConnection'; |
import { BaseWallet } from '../../wallets'; | ||
export type ConnectEncryptedData = { | ||
network: string; | ||
network: number; | ||
wallet: BaseWallet; | ||
@@ -5,0 +5,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
403883
30
403
+ Added@dynamic-labs/assert-package-version@4.0.0-alpha.52(transitive)
+ Added@dynamic-labs/logger@4.0.0-alpha.52(transitive)
- Removed@dynamic-labs/assert-package-version@4.0.0-alpha.51(transitive)
- Removed@dynamic-labs/logger@4.0.0-alpha.51(transitive)