@hirosystems/clarinet-sdk-browser
Advanced tools
Comparing version 2.13.0-beta12 to 2.13.0-beta14
@@ -9,4 +9,4 @@ import { type SDK } from "@hirosystems/clarinet-sdk-wasm-browser"; | ||
export declare function getSessionProxy(): { | ||
get(session: SDK, prop: keyof SDK, receiver: any): string | number | CallFn | DeployContract | TransferSTX | MineBlock | GetMapEntry | ((cwd: string, manifest_path: string) => Promise<void>) | ((epoch: import("@hirosystems/clarinet-sdk-wasm-browser").EpochString) => void) | ((count?: number) => number) | ((recipient: string, amount: bigint) => string) | ((include_boot_contracts: boolean, boot_contracts_path: string) => import("@hirosystems/clarinet-sdk-wasm-browser").SessionReport); | ||
get(session: SDK, prop: keyof SDK, receiver: any): string | number | CallFn | DeployContract | TransferSTX | MineBlock | GetMapEntry | ((cwd: string, manifest_path: string) => Promise<void>) | ((epoch: import("@hirosystems/clarinet-sdk-wasm-browser").EpochString) => void) | ((count?: number) => number) | ((addresses: (string)[]) => void) | ((recipient: string, amount: bigint) => string) | ((include_boot_contracts: boolean, boot_contracts_path: string) => import("@hirosystems/clarinet-sdk-wasm-browser").SessionReport); | ||
}; | ||
export {}; |
{ | ||
"name": "@hirosystems/clarinet-sdk-browser", | ||
"version": "2.13.0-beta12", | ||
"version": "2.13.0-beta14", | ||
"description": "A SDK to interact with Clarity Smart Contracts in the browser", | ||
@@ -31,5 +31,5 @@ "homepage": "https://www.hiro.so/clarinet", | ||
"dependencies": { | ||
"@hirosystems/clarinet-sdk-wasm-browser": "2.13.0-beta12", | ||
"@hirosystems/clarinet-sdk-wasm-browser": "2.13.0-beta14", | ||
"@stacks/transactions": "^6.13.0" | ||
} | ||
} |
24493
+ Added@hirosystems/clarinet-sdk-wasm-browser@2.13.0-beta14(transitive)
- Removed@hirosystems/clarinet-sdk-wasm-browser@2.13.0-beta12(transitive)