@onekeyfe/hd-core 1.1.10-alpha.8 → 1.1.11-alpha.1

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
@@ -31215,7 +31215,7 @@ class BTCSignMessage extends BaseMethod {
31215
31215
  }
31216
31216
  }
31217
31217
  else {
31218
- finalScriptType = noScriptType ? undefined : scriptType;
31218
+ finalScriptType = scriptType;
31219
31219
  }
31220
31220
  this.params = {
31221
31221
  address_n: addressN,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-core",
3
- "version": "1.1.10-alpha.8",
4
- "description": "Core processes and APIs for communicating with OneKey hardware devices.",
3
+ "version": "1.1.11-alpha.1",
4
+ "description": "> TODO: description",
5
5
  "author": "OneKey",
6
6
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
7
7
  "license": "ISC",
@@ -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.1.10-alpha.8",
29
- "@onekeyfe/hd-transport": "1.1.10-alpha.8",
28
+ "@onekeyfe/hd-shared": "1.1.11-alpha.1",
29
+ "@onekeyfe/hd-transport": "1.1.11-alpha.1",
30
30
  "axios": "^0.27.2",
31
31
  "bignumber.js": "^9.0.2",
32
32
  "bytebuffer": "^5.0.1",
@@ -46,5 +46,5 @@
46
46
  "@types/web-bluetooth": "^0.0.21",
47
47
  "ripple-keypairs": "^1.3.1"
48
48
  },
49
- "gitHead": "eba2dfb26824720a90e8bfb06ea434023eec3a23"
49
+ "gitHead": "160f065737c84886f317a23058304584333bc885"
50
50
  }
@@ -38,7 +38,7 @@ export default class BTCSignMessage extends BaseMethod<SignMessage> {
38
38
  noScriptType = false;
39
39
  }
40
40
  } else {
41
- finalScriptType = noScriptType ? undefined : scriptType;
41
+ finalScriptType = scriptType;
42
42
  }
43
43
 
44
44
  this.params = {