@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 +1 -1
- package/package.json +5 -5
- package/src/api/btc/BTCSignMessage.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -31215,7 +31215,7 @@ class BTCSignMessage extends BaseMethod {
|
|
|
31215
31215
|
}
|
|
31216
31216
|
}
|
|
31217
31217
|
else {
|
|
31218
|
-
finalScriptType =
|
|
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.
|
|
4
|
-
"description": "
|
|
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.
|
|
29
|
-
"@onekeyfe/hd-transport": "1.1.
|
|
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": "
|
|
49
|
+
"gitHead": "160f065737c84886f317a23058304584333bc885"
|
|
50
50
|
}
|