@hirosystems/clarinet-sdk-browser
Advanced tools
Comparing version 2.8.0-beta1 to 2.8.0-beta2
{ | ||
"name": "@hirosystems/clarinet-sdk-browser", | ||
"version": "2.8.0-beta1", | ||
"version": "2.8.0-beta2", | ||
"description": "A SDK to interact with Clarity Smart Contracts in the browser", | ||
"homepage": "https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk", | ||
"homepage": "https://www.hiro.so/clarinet", | ||
"repository": { | ||
@@ -31,5 +31,5 @@ "type": "git", | ||
"dependencies": { | ||
"@hirosystems/clarinet-sdk-wasm-browser": "2.8.0-beta1", | ||
"@hirosystems/clarinet-sdk-wasm-browser": "^2.8.0-beta2", | ||
"@stacks/transactions": "^6.13.0" | ||
} | ||
} |
@@ -7,4 +7,4 @@ # Clarinet SDK for the Web | ||
Find the API references of the SDK in [our documentation](https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk). | ||
Learn more about unit testing Clarity smart contracts in [this guide](https://docs.hiro.so/clarinet/feature-guides/test-contract-with-clarinet-sdk). | ||
Find the API references of the SDK in [our documentation](https://docs.hiro.so/stacks/clarinet-js-sdk). | ||
Learn more about unit testing Clarity smart contracts in [this guide](https://docs.hiro.so/stacks/clarinet-js-sdk). | ||
@@ -32,3 +32,2 @@ You can use this SDK to: | ||
await simnet.initEmtpySession(); | ||
simnet.runSnippet("(+ 1 2)") | ||
@@ -42,4 +41,3 @@ ``` | ||
await simnet.initSession("/project", "Clarinet.toml") | ||
``` | ||
22373
41
+ Added@hirosystems/clarinet-sdk-wasm-browser@2.12.0(transitive)
- Removed@hirosystems/clarinet-sdk-wasm-browser@2.8.0-beta1(transitive)