@dynamic-labs/bitcoin
Advanced tools
Comparing version
'use client' | ||
var version = "4.18.6"; | ||
var version = "4.18.7"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/bitcoin", | ||
"version": "4.18.6", | ||
"version": "4.18.7", | ||
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.", | ||
@@ -22,3 +22,3 @@ "author": "Dynamic Labs, Inc.", | ||
"@btckit/types": "0.0.19", | ||
"@dynamic-labs/sdk-api-core": "0.0.669", | ||
"@dynamic-labs/sdk-api-core": "0.0.672", | ||
"@wallet-standard/app": "1.0.1", | ||
@@ -29,7 +29,7 @@ "@wallet-standard/base": "1.0.1", | ||
"jsontokens": "4.0.1", | ||
"@dynamic-labs/assert-package-version": "4.18.6", | ||
"@dynamic-labs/types": "4.18.6", | ||
"@dynamic-labs/utils": "4.18.6", | ||
"@dynamic-labs/wallet-book": "4.18.6", | ||
"@dynamic-labs/wallet-connector-core": "4.18.6", | ||
"@dynamic-labs/assert-package-version": "4.18.7", | ||
"@dynamic-labs/types": "4.18.7", | ||
"@dynamic-labs/utils": "4.18.7", | ||
"@dynamic-labs/wallet-book": "4.18.7", | ||
"@dynamic-labs/wallet-connector-core": "4.18.7", | ||
"eventemitter3": "5.0.1" | ||
@@ -36,0 +36,0 @@ }, |
import { OkxConnector } from './connectors'; | ||
export { BitcoinWalletConnector } from './connectors'; | ||
export type { BitcoinTransaction, BitcoinSignProtocol, BitcoinSignPsbtRequest, BitcoinSignPsbtResponse, } from './types'; | ||
export type { BitcoinTransaction, BitcoinSignProtocol, BitcoinSignPsbtRequest, BitcoinSignPsbtResponse, BitcoinWalletStandardMethods, SignPsbtOptions, } from './types'; | ||
export * from './utils'; | ||
@@ -8,1 +8,3 @@ export * from './wallet'; | ||
export declare const BitcoinWalletConnectors: (props: any) => (import("dist/packages/wallet-connector-core/src").WalletConnectorConstructor | typeof OkxConnector)[]; | ||
export { BitcoinProviderHelper } from './bitcoinProviderHelper'; | ||
export { HTTP_STATUS_NOT_FOUND, HTTP_STATUS_TOO_MANY_REQUESTS } from './const'; |
@@ -28,4 +28,7 @@ 'use client' | ||
export { createPsbtOptions } from './utils/psbt/createSignPsbtOptions.js'; | ||
export { satoshisToBtc } from './utils/satoshisToBtc/satoshisToBtc.js'; | ||
export { BitcoinWallet } from './wallet/BitcoinWallet.js'; | ||
export { isBitcoinWallet } from './wallet/isBitcoinWallet/isBitcoinWallet.js'; | ||
export { BitcoinProviderHelper } from './bitcoinProviderHelper.js'; | ||
export { HTTP_STATUS_NOT_FOUND, HTTP_STATUS_TOO_MANY_REQUESTS } from './const.js'; | ||
@@ -32,0 +35,0 @@ assertPackageVersion('@dynamic-labs/bitcoin', version); |
@@ -6,1 +6,2 @@ export * from './fetchBtcKitConnectors'; | ||
export { createPsbtOptions } from './psbt/createSignPsbtOptions'; | ||
export { satoshisToBtc } from './satoshisToBtc'; |
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
680516
0.49%5060
0.26%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated