@onekeyfe/hwk-trezor-core 1.2.0-alpha.56 → 1.2.0-alpha.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -12015,7 +12015,7 @@ var TrezorDeviceSession = class {
12015
12015
  });
12016
12016
  let requestName = name4;
12017
12017
  let requestData = data;
12018
- for (; ; ) {
12018
+ while (true) {
12019
12019
  let response;
12020
12020
  try {
12021
12021
  response = await this.core.call(requestName, requestData, { thpState: this.thpState });