bitbox-api
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -787,3 +787,3 @@ import { getWebHIDDevice, getBridgeDevice, jsSleep } from './webhid'; | ||
export function __wbg_getWebHIDDevice_a75b097acf9aee18() { return handleError(function (arg0, arg1, arg2) { | ||
export function __wbg_getWebHIDDevice_445393dd7a63b7dd() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = getWebHIDDevice(arg0, arg1, takeObject(arg2)); | ||
@@ -793,3 +793,3 @@ return addHeapObject(ret); | ||
export function __wbg_getBridgeDevice_c308122b82dbbd1e() { return handleError(function (arg0) { | ||
export function __wbg_getBridgeDevice_5cdc683ff25907ea() { return handleError(function (arg0) { | ||
const ret = getBridgeDevice(takeObject(arg0)); | ||
@@ -799,3 +799,3 @@ return addHeapObject(ret); | ||
export function __wbg_jsSleep_2d2f084622d43ee4(arg0) { | ||
export function __wbg_jsSleep_3f4c17175f876f95(arg0) { | ||
const ret = jsSleep(arg0); | ||
@@ -802,0 +802,0 @@ return addHeapObject(ret); |
@@ -7,3 +7,3 @@ { | ||
"description": "A library to interact with the BitBox02 hardware wallet", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "Apache-2.0", | ||
@@ -10,0 +10,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
793207