@onekeyfe/hd-shared
Advanced tools
Comparing version 1.0.7-alpha.4 to 1.0.7
@@ -74,3 +74,2 @@ export interface IHardwareError { | ||
readonly BleDeviceBondError: 715; | ||
readonly BleCharacteristicNotifyChangeFailure: 716; | ||
readonly RuntimeError: 800; | ||
@@ -77,0 +76,0 @@ readonly PinInvalid: 801; |
@@ -83,3 +83,2 @@ type Deferred<T, I = any, D = any> = { | ||
readonly BleDeviceBondError: 715; | ||
readonly BleCharacteristicNotifyChangeFailure: 716; | ||
readonly RuntimeError: 800; | ||
@@ -86,0 +85,0 @@ readonly PinInvalid: 801; |
@@ -148,3 +148,2 @@ 'use strict'; | ||
BleDeviceBondError: 715, | ||
BleCharacteristicNotifyChangeFailure: 716, | ||
RuntimeError: 800, | ||
@@ -226,3 +225,2 @@ PinInvalid: 801, | ||
[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed', | ||
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure', | ||
[HardwareErrorCode.RuntimeError]: 'Runtime error', | ||
@@ -229,0 +227,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid', |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "1.0.7-alpha.4", | ||
"version": "1.0.7", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "003e08dbef65862a4f747eaf4572d48a03c53c41" | ||
"gitHead": "8b08f905e7426fac23b5cf9ec55eb336278f0e3b" | ||
} |
@@ -272,3 +272,2 @@ export interface IHardwareError { | ||
BleDeviceBondError: 715, | ||
BleCharacteristicNotifyChangeFailure: 716, | ||
@@ -451,3 +450,2 @@ /** | ||
[HardwareErrorCode.BleDeviceBondError]: 'Bluetooth pairing failed', | ||
[HardwareErrorCode.BleCharacteristicNotifyChangeFailure]: 'Characteristic Notify Change Failure', | ||
@@ -454,0 +452,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
39925
977