@onekeyfe/hd-core 0.3.7 → 0.3.9

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 CHANGED
@@ -14059,7 +14059,7 @@ const getInfo = ({ features, updateType, targetVersion }) => {
14059
14059
  return findLatestRelease(releaseInfo);
14060
14060
  };
14061
14061
 
14062
- const NEW_BOOT_UPRATE_FIRMWARE_VERSION = '2.4.2';
14062
+ const NEW_BOOT_UPRATE_FIRMWARE_VERSION = '2.4.5';
14063
14063
  const SESSION_ERROR = 'session not found';
14064
14064
  const postConfirmationMessage = (device) => {
14065
14065
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-core",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "> TODO: description",
5
5
  "author": "OneKey",
6
6
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
@@ -24,8 +24,8 @@
24
24
  "url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@onekeyfe/hd-shared": "^0.3.7",
28
- "@onekeyfe/hd-transport": "^0.3.7",
27
+ "@onekeyfe/hd-shared": "^0.3.9",
28
+ "@onekeyfe/hd-transport": "^0.3.9",
29
29
  "axios": "^0.27.2",
30
30
  "bignumber.js": "^9.0.2",
31
31
  "bytebuffer": "^5.0.1",
@@ -43,5 +43,5 @@
43
43
  "@types/semver": "^7.3.9",
44
44
  "ripple-keypairs": "^1.1.4"
45
45
  },
46
- "gitHead": "af7c99cfa5084d02dc931227e4a963b080767e4f"
46
+ "gitHead": "25864c7e2aa3549457bb3009c1e1aa1616edaab5"
47
47
  }
@@ -14,7 +14,7 @@ import { getDeviceBootloaderVersion, getDeviceModel } from '../../utils/deviceFe
14
14
  import { DataManager } from '../../data-manager';
15
15
  import { DevicePool } from '../../device/DevicePool';
16
16
 
17
- const NEW_BOOT_UPRATE_FIRMWARE_VERSION = '2.4.2';
17
+ const NEW_BOOT_UPRATE_FIRMWARE_VERSION = '2.4.5';
18
18
  const SESSION_ERROR = 'session not found';
19
19
 
20
20
  const postConfirmationMessage = (device: Device) => {