@onekeyfe/hd-core 1.1.12-alpha.1 → 1.1.12-alpha.2
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 +2 -1
- package/package.json +4 -4
- package/src/data/messages/messages.json +2 -1
package/dist/index.js
CHANGED
|
@@ -4419,7 +4419,8 @@ var nested$1 = {
|
|
|
4419
4419
|
PinMatrixRequestType_WipeCodeFirst: 4,
|
|
4420
4420
|
PinMatrixRequestType_WipeCodeSecond: 5,
|
|
4421
4421
|
PinMatrixRequestType_BackupFirst: 6,
|
|
4422
|
-
PinMatrixRequestType_BackupSecond: 7
|
|
4422
|
+
PinMatrixRequestType_BackupSecond: 7,
|
|
4423
|
+
PinMatrixRequestType_AttachToPin: 8000
|
|
4423
4424
|
}
|
|
4424
4425
|
}
|
|
4425
4426
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-core",
|
|
3
|
-
"version": "1.1.12-alpha.
|
|
3
|
+
"version": "1.1.12-alpha.2",
|
|
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.1.12-alpha.
|
|
29
|
-
"@onekeyfe/hd-transport": "1.1.12-alpha.
|
|
28
|
+
"@onekeyfe/hd-shared": "1.1.12-alpha.2",
|
|
29
|
+
"@onekeyfe/hd-transport": "1.1.12-alpha.2",
|
|
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": "6cd77ab9443746cdfa885103b28fc2b546f1828e"
|
|
50
50
|
}
|
|
@@ -3063,7 +3063,8 @@
|
|
|
3063
3063
|
"PinMatrixRequestType_WipeCodeFirst": 4,
|
|
3064
3064
|
"PinMatrixRequestType_WipeCodeSecond": 5,
|
|
3065
3065
|
"PinMatrixRequestType_BackupFirst": 6,
|
|
3066
|
-
"PinMatrixRequestType_BackupSecond": 7
|
|
3066
|
+
"PinMatrixRequestType_BackupSecond": 7,
|
|
3067
|
+
"PinMatrixRequestType_AttachToPin": 8000
|
|
3067
3068
|
}
|
|
3068
3069
|
}
|
|
3069
3070
|
}
|