@hirosystems/clarinet-sdk-browser
Advanced tools
Comparing version 2.7.0-beta16 to 2.7.0-beta17
@@ -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-beta16", | ||
"version": "2.7.0-beta17", | ||
"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-beta16", | ||
"@hirosystems/clarinet-sdk-wasm-browser": "2.7.0-beta17", | ||
"@stacks/transactions": "^6.13.0" | ||
} | ||
} |
22458
+ Added@hirosystems/clarinet-sdk-wasm-browser@2.7.0-beta17(transitive)
- Removed@hirosystems/clarinet-sdk-wasm-browser@2.7.0-beta16(transitive)