@hirosystems/clarinet-sdk-wasm
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1038,2 +1038,12 @@ let imports = {}; | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_as_number = function(arg0) { | ||
@@ -1049,12 +1059,2 @@ const ret = +getObject(arg0); | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -1459,4 +1459,4 @@ const ret = new Error(); | ||
module.exports.__wbindgen_closure_wrapper2472 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 445, __wbg_adapter_44); | ||
module.exports.__wbindgen_closure_wrapper2497 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 449, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1463,0 +1463,0 @@ }; |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6298645