@onekeyfe/hd-shared
Advanced tools
Comparing version 1.0.7-alpha.3 to 1.0.7-alpha.4
@@ -74,2 +74,3 @@ export interface IHardwareError { | ||
readonly BleDeviceBondError: 715; | ||
readonly BleCharacteristicNotifyChangeFailure: 716; | ||
readonly RuntimeError: 800; | ||
@@ -76,0 +77,0 @@ readonly PinInvalid: 801; |
@@ -83,2 +83,3 @@ type Deferred<T, I = any, D = any> = { | ||
readonly BleDeviceBondError: 715; | ||
readonly BleCharacteristicNotifyChangeFailure: 716; | ||
readonly RuntimeError: 800; | ||
@@ -85,0 +86,0 @@ readonly PinInvalid: 801; |
@@ -148,2 +148,3 @@ 'use strict'; | ||
BleDeviceBondError: 715, | ||
BleCharacteristicNotifyChangeFailure: 716, | ||
RuntimeError: 800, | ||
@@ -225,2 +226,3 @@ PinInvalid: 801, | ||
[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed', | ||
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure', | ||
[HardwareErrorCode.RuntimeError]: 'Runtime error', | ||
@@ -227,0 +229,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid', |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "1.0.7-alpha.3", | ||
"version": "1.0.7-alpha.4", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2450f88fb75e9aeb6c5ebfc6a4ffb488bf5a60eb" | ||
"gitHead": "003e08dbef65862a4f747eaf4572d48a03c53c41" | ||
} |
@@ -272,2 +272,3 @@ export interface IHardwareError { | ||
BleDeviceBondError: 715, | ||
BleCharacteristicNotifyChangeFailure: 716, | ||
@@ -450,2 +451,3 @@ /** | ||
[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed', | ||
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure', | ||
@@ -452,0 +454,0 @@ /** |
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
40340
983