@onekeyfe/hd-web-sdk 0.1.6 → 0.1.7
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/build/iframe.html +1 -1
- package/build/js/{iframe.0e15f0de728fe9dcfcab.js → iframe.400953dbfdbb1e0d0372.js} +3 -3
- package/build/js/{iframe.0e15f0de728fe9dcfcab.js.LICENSE.txt → iframe.400953dbfdbb1e0d0372.js.LICENSE.txt} +0 -0
- package/build/js/iframe.400953dbfdbb1e0d0372.js.map +1 -0
- package/build/onekey-js-sdk.js +2 -0
- package/build/onekey-js-sdk.js.map +1 -1
- package/build/onekey-js-sdk.min.js +1 -1
- package/build/onekey-js-sdk.min.js.map +1 -1
- package/package.json +5 -5
- package/build/js/iframe.0e15f0de728fe9dcfcab.js.map +0 -1
package/build/onekey-js-sdk.js
CHANGED
|
@@ -20091,6 +20091,7 @@ const HardwareErrorCode = {
|
|
|
20091
20091
|
BleServiceNotFound: 706,
|
|
20092
20092
|
BleCharacteristicNotFound: 707,
|
|
20093
20093
|
BleMonitorError: 708,
|
|
20094
|
+
BleCharacteristicNotifyError: 709,
|
|
20094
20095
|
RuntimeError: 800,
|
|
20095
20096
|
PinInvalid: 801,
|
|
20096
20097
|
PinCancelled: 802,
|
|
@@ -20130,6 +20131,7 @@ const HardwareErrorCodeMessage = {
|
|
|
20130
20131
|
[HardwareErrorCode.BleServiceNotFound]: 'BLEServiceNotFound: service not found',
|
|
20131
20132
|
[HardwareErrorCode.BleCharacteristicNotFound]: 'BLEServiceNotFound: service not found',
|
|
20132
20133
|
[HardwareErrorCode.BleMonitorError]: 'Monitor Error: characteristic not found',
|
|
20134
|
+
[HardwareErrorCode.BleCharacteristicNotifyError]: 'Characteristic Notify Error',
|
|
20133
20135
|
[HardwareErrorCode.RuntimeError]: 'Runtime error',
|
|
20134
20136
|
[HardwareErrorCode.PinInvalid]: 'Pin invalid',
|
|
20135
20137
|
[HardwareErrorCode.PinCancelled]: 'Pin cancelled',
|