@ukeyfe/hd-shared 1.1.21 → 1.1.22
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 +1 -1
- package/package.json +1 -1
- package/src/HardwareError.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -309,7 +309,7 @@ const HardwareErrorCodeMessage = {
|
|
|
309
309
|
[HardwareErrorCode.FirmwareUpdateAutoEnterBootFailure]: 'Description Failed to automatically enter boot',
|
|
310
310
|
[HardwareErrorCode.NewFirmwareUnRelease]: 'new firmware has not been released yet',
|
|
311
311
|
[HardwareErrorCode.NewFirmwareForceUpdate]: 'new firmware has been released, please update',
|
|
312
|
-
[HardwareErrorCode.UseDesktopToUpdateFirmware]: 'Please use
|
|
312
|
+
[HardwareErrorCode.UseDesktopToUpdateFirmware]: 'Please use UKey desktop client to update the firmware',
|
|
313
313
|
[HardwareErrorCode.DeviceNotSupportMethod]: 'Device not support this method',
|
|
314
314
|
[HardwareErrorCode.ForbiddenKeyPath]: 'Forbidden key path',
|
|
315
315
|
[HardwareErrorCode.RepeatUnlocking]: 'Repeat unlocking',
|
package/package.json
CHANGED
package/src/HardwareError.ts
CHANGED
|
@@ -260,7 +260,7 @@ export const HardwareErrorCode = {
|
|
|
260
260
|
NewFirmwareUnRelease: 412,
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
|
-
* use
|
|
263
|
+
* use UKey desktop client to update the firmware
|
|
264
264
|
* because need copy resource file to Touch
|
|
265
265
|
*/
|
|
266
266
|
UseDesktopToUpdateFirmware: 413,
|
|
@@ -523,7 +523,7 @@ export const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping = {
|
|
|
523
523
|
[HardwareErrorCode.NewFirmwareUnRelease]: 'new firmware has not been released yet',
|
|
524
524
|
[HardwareErrorCode.NewFirmwareForceUpdate]: 'new firmware has been released, please update',
|
|
525
525
|
[HardwareErrorCode.UseDesktopToUpdateFirmware]:
|
|
526
|
-
'Please use
|
|
526
|
+
'Please use UKey desktop client to update the firmware',
|
|
527
527
|
[HardwareErrorCode.DeviceNotSupportMethod]: 'Device not support this method',
|
|
528
528
|
[HardwareErrorCode.ForbiddenKeyPath]: 'Forbidden key path',
|
|
529
529
|
[HardwareErrorCode.RepeatUnlocking]: 'Repeat unlocking',
|