@hirosystems/clarinet-sdk-browser
Advanced tools
Comparing version 2.7.0-beta9 to 2.8.0-beta1
@@ -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 | undefined) => 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) | ((recipient: string, amount: bigint) => string) | ((include_boot_contracts: boolean, boot_contracts_path: string) => import("@hirosystems/clarinet-sdk-wasm-browser").SessionReport); | ||
}; | ||
export {}; |
@@ -16,3 +16,3 @@ import { ClarityValue } from "@stacks/transactions"; | ||
export type DeployContractOptions = { | ||
clarityVersion: 1 | 2; | ||
clarityVersion: 1 | 2 | 3; | ||
}; | ||
@@ -19,0 +19,0 @@ export type DeployContract = (name: string, content: string, options: DeployContractOptions | null, sender: string) => ParsedTransactionResult; |
{ | ||
"name": "@hirosystems/clarinet-sdk-browser", | ||
"version": "2.7.0-beta9", | ||
"version": "2.8.0-beta1", | ||
"description": "A SDK to interact with Clarity Smart Contracts in the browser", | ||
@@ -31,5 +31,5 @@ "homepage": "https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk", | ||
"dependencies": { | ||
"@hirosystems/clarinet-sdk-wasm-browser": "^2.7.0-beta9", | ||
"@hirosystems/clarinet-sdk-wasm-browser": "2.8.0-beta1", | ||
"@stacks/transactions": "^6.13.0" | ||
} | ||
} |
22456
+ Added@hirosystems/clarinet-sdk-wasm-browser@2.8.0-beta1(transitive)
- Removed@hirosystems/clarinet-sdk-wasm-browser@2.12.0(transitive)