@hirosystems/clarinet-sdk-wasm
Advanced tools
Comparing version 2.3.0-rc2 to 2.3.0-rc3
@@ -270,3 +270,3 @@ let imports = {}; | ||
} | ||
function __wbg_adapter_172(arg0, arg1, arg2, arg3) { | ||
function __wbg_adapter_168(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h5402a937eafc33c6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
@@ -1355,7 +1355,2 @@ } | ||
module.exports.__wbg_isArray_e783c41d0dd19b44 = function(arg0) { | ||
const ret = Array.isArray(getObject(arg0)); | ||
return ret; | ||
}; | ||
module.exports.__wbg_instanceof_ArrayBuffer_9221fa854ffb71b5 = function(arg0) { | ||
@@ -1387,7 +1382,2 @@ let result; | ||
module.exports.__wbg_isSafeInteger_a23a66ee7c41b273 = function(arg0) { | ||
const ret = Number.isSafeInteger(getObject(arg0)); | ||
return ret; | ||
}; | ||
module.exports.__wbg_getTime_0e03c3f524be31ef = function(arg0) { | ||
@@ -1425,3 +1415,3 @@ const ret = getObject(arg0).getTime(); | ||
try { | ||
return __wbg_adapter_172(a, state0.b, arg0, arg1); | ||
return __wbg_adapter_168(a, state0.b, arg0, arg1); | ||
} finally { | ||
@@ -1520,4 +1510,4 @@ state0.a = a; | ||
module.exports.__wbindgen_closure_wrapper2598 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 752, __wbg_adapter_44); | ||
module.exports.__wbindgen_closure_wrapper2578 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 747, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1524,0 +1514,0 @@ }; |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "2.3.0-rc2", | ||
"version": "2.3.0-rc3", | ||
"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
7420655
1555