@hirosystems/clarinet-sdk-browser
Advanced tools
Comparing version 2.7.0-beta1 to 2.7.0-beta2
@@ -50,4 +50,2 @@ export const defaultFileStore = new Map(); | ||
export function defaultVfs(action, data) { | ||
console.log("action", action); | ||
console.log("data", data); | ||
if (action === "vfs/exists") | ||
@@ -54,0 +52,0 @@ return exists(data); |
{ | ||
"name": "@hirosystems/clarinet-sdk-browser", | ||
"version": "2.7.0-beta1", | ||
"version": "2.7.0-beta2", | ||
"description": "A SDK to interact with Clarity Smart Contracts in the browser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk", |
Sorry, the diff of this file is not supported yet
23771
296