@onekeyfe/hd-core 1.2.0-alpha.115 → 1.2.0-alpha.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-core",
3
- "version": "1.2.0-alpha.115",
3
+ "version": "1.2.0-alpha.116",
4
4
  "description": "Core processes and APIs for communicating with OneKey hardware devices.",
5
5
  "author": "OneKey",
6
6
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
@@ -25,8 +25,8 @@
25
25
  "url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@onekeyfe/hd-shared": "1.2.0-alpha.115",
29
- "@onekeyfe/hd-transport": "1.2.0-alpha.115",
28
+ "@onekeyfe/hd-shared": "1.2.0-alpha.116",
29
+ "@onekeyfe/hd-transport": "1.2.0-alpha.116",
30
30
  "axios": "1.15.2",
31
31
  "bignumber.js": "^9.0.2",
32
32
  "buffer": "^6.0.3",
@@ -46,5 +46,5 @@
46
46
  "@types/w3c-web-usb": "^1.0.10",
47
47
  "@types/web-bluetooth": "^0.0.21"
48
48
  },
49
- "gitHead": "24c7cf18659ba9e49ce0630ef16863e136bfec72"
49
+ "gitHead": "96438c822f580b77fb0da4915d3ae2f1d627e8f1"
50
50
  }
@@ -450,7 +450,7 @@ export default class DataManager {
450
450
  Log.debug('[DataConfig] Trying SDK-managed config request...');
451
451
  try {
452
452
  const response = await axios.get<RemoteConfigResponse>(urlWithCache, {
453
- // because of iframe timeout is 10000
453
+ // Keep the config request below the 20-second iframe initialization timeout.
454
454
  timeout: 7000,
455
455
  });
456
456
  data = response.data;