@dynamic-labs/types
Advanced tools
Comparing version 4.5.0 to 4.5.1
'use client' | ||
var version = "4.5.0"; | ||
var version = "4.5.1"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "4.5.0", | ||
"version": "4.5.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.607", | ||
"@dynamic-labs/assert-package-version": "4.5.0" | ||
"@dynamic-labs/assert-package-version": "4.5.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -12,9 +12,2 @@ import { GenericNetwork } from '../networks'; | ||
}) => Promise<string>; | ||
enterPassword: (props: { | ||
handler: (password: string) => Promise<void>; | ||
closeView?: boolean; | ||
}) => Promise<string>; | ||
createPassword: (props: { | ||
closeView?: boolean; | ||
}) => Promise<string>; | ||
syncWallet: (props: { | ||
@@ -21,0 +14,0 @@ walletConnector: TWalletConnector; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
421017
472
+ Added@dynamic-labs/assert-package-version@4.5.1(transitive)
+ Added@dynamic-labs/logger@4.5.1(transitive)
- Removed@dynamic-labs/assert-package-version@4.5.0(transitive)
- Removed@dynamic-labs/logger@4.5.0(transitive)