@stacks/connect
Advanced tools
Comparing version 7.5.1-alpha.299998.0 to 7.5.1-alpha.31c0272.0
@@ -8,19 +8,19 @@ import { WebBTCProvider } from '@stacks/connect-ui'; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link authenticate} action. */ | ||
export declare const showConnect: (o: AuthOptions, p?: StacksProvider) => any; | ||
export declare const showConnect: (options: AuthOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSTXTransfer} action. */ | ||
export declare const showSTXTransfer: (o: STXTransferOptions, p?: StacksProvider) => any; | ||
export declare const showSTXTransfer: (options: STXTransferOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openContractCall} action. */ | ||
export declare const showContractCall: (o: ContractCallOptions, p?: StacksProvider) => any; | ||
export declare const showContractCall: (options: ContractCallOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openContractDeploy} action. */ | ||
export declare const showContractDeploy: (o: ContractDeployOptions, p?: StacksProvider) => any; | ||
export declare const showContractDeploy: (options: ContractDeployOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSignTransaction} action. */ | ||
export declare const showSignTransaction: (o: import("./types").SignTransactionOptionBase, p?: StacksProvider) => any; | ||
export declare const showSignTransaction: (options: import("./types").SignTransactionOptionBase, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openPsbtRequestPopup} action. */ | ||
export declare const showPsbt: (o: PsbtRequestOptions, p?: StacksProvider) => any; | ||
export declare const showPsbt: (options: PsbtRequestOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openProfileUpdateRequestPopup} action. */ | ||
export declare const showProfileUpdate: (o: ProfileUpdateRequestOptions, p?: StacksProvider) => any; | ||
export declare const showProfileUpdate: (options: ProfileUpdateRequestOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSignatureRequestPopup} action. */ | ||
export declare const showSignMessage: (o: SignatureRequestOptions, p?: StacksProvider) => any; | ||
export declare const showSignMessage: (options: SignatureRequestOptions, provider?: StacksProvider) => any; | ||
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openStructuredDataSignatureRequestPopup} action. */ | ||
export declare const showSignStructuredMessage: (o: StructuredDataSignatureRequestOptions, p?: StacksProvider) => any; | ||
export declare const showSignStructuredMessage: (options: StructuredDataSignatureRequestOptions, provider?: StacksProvider) => any; | ||
/** Disconnect selected wallet. Alias for {@link clearSelectedProviderId} */ | ||
@@ -31,2 +31,2 @@ export declare const disconnect: () => void; | ||
*/ | ||
export declare const showBlockstackConnect: (o: AuthOptions, p?: StacksProvider) => any; | ||
export declare const showBlockstackConnect: (options: AuthOptions, provider?: StacksProvider) => any; |
{ | ||
"name": "@stacks/connect", | ||
"version": "7.5.1-alpha.0299998.0", | ||
"version": "7.5.1-alpha.31c0272.0", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "scripts": { | ||
"@stacks/auth": "^6.1.1", | ||
"@stacks/connect-ui": "^6.2.1-alpha.0299998.0", | ||
"@stacks/connect-ui": "^6.2.1-alpha.31c0272.0", | ||
"@stacks/network": "^6.1.1", | ||
@@ -59,3 +59,3 @@ "@stacks/profile": "^6.1.1", | ||
}, | ||
"gitHead": "e33988ab825ede9127c4e6d6121f7b20f00e49c4" | ||
"gitHead": "120bbc93e286a194ef80167cfc4af383b9b2368d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3939402
0
+ Added@types/node@18.19.66(transitive)
- Removed@types/node@18.19.65(transitive)