@hirosystems/clarinet-sdk-wasm
Advanced tools
Comparing version 2.7.0-beta7 to 2.7.0-beta8
@@ -112,3 +112,3 @@ /* tslint:disable */ | ||
type ClarityVersion = "Clarity1" | "Clarity2"; | ||
type ClarityVersion = "Clarity1" | "Clarity2" | "Clarity3"; | ||
@@ -115,0 +115,0 @@ type IContractInterface = { |
@@ -1656,4 +1656,4 @@ let imports = {}; | ||
module.exports.__wbindgen_closure_wrapper2582 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 741, __wbg_adapter_44); | ||
module.exports.__wbindgen_closure_wrapper2588 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 742, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1660,0 +1660,0 @@ }; |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "2.7.0-beta7", | ||
"version": "2.7.0-beta8", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
7989102