@onekeyfe/hd-shared
Advanced tools
Comparing version 0.1.59 to 0.2.0
@@ -67,2 +67,3 @@ export interface IHardwareError { | ||
readonly BleLocationServicesDisabled: 712; | ||
readonly BleTimeoutError: 713; | ||
readonly RuntimeError: 800; | ||
@@ -69,0 +70,0 @@ readonly PinInvalid: 801; |
@@ -76,2 +76,3 @@ declare type Deferred<T, I = any, D = any> = { | ||
readonly BleLocationServicesDisabled: 712; | ||
readonly BleTimeoutError: 713; | ||
readonly RuntimeError: 800; | ||
@@ -78,0 +79,0 @@ readonly PinInvalid: 801; |
@@ -136,2 +136,3 @@ 'use strict'; | ||
BleLocationServicesDisabled: 712, | ||
BleTimeoutError: 713, | ||
RuntimeError: 800, | ||
@@ -201,2 +202,3 @@ PinInvalid: 801, | ||
[HardwareErrorCode.BleLocationServicesDisabled]: 'Location Services disabled', | ||
[HardwareErrorCode.BleTimeoutError]: 'The connection has timed out unexpectedly.', | ||
[HardwareErrorCode.RuntimeError]: 'Runtime error', | ||
@@ -203,0 +205,0 @@ [HardwareErrorCode.PinInvalid]: 'Pin invalid', |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "0.1.59", | ||
"version": "0.2.0", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0c3e0637734a8b23d0553cf3d6a81b1bcd038116" | ||
"gitHead": "7d63bbcdd05b277e361b8f6ed52c9c59973c40fa" | ||
} |
@@ -247,2 +247,3 @@ export interface IHardwareError { | ||
BleLocationServicesDisabled: 712, | ||
BleTimeoutError: 713, | ||
@@ -392,2 +393,3 @@ /** | ||
[HardwareErrorCode.BleLocationServicesDisabled]: 'Location Services disabled', | ||
[HardwareErrorCode.BleTimeoutError]: 'The connection has timed out unexpectedly.', | ||
@@ -394,0 +396,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
35880
874