@onekeyfe/hd-core 0.3.19 → 0.3.20
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
|
@@ -22993,11 +22993,11 @@ DataManager.getTransportStatus = (localVersion) => {
|
|
|
22993
22993
|
|
|
22994
22994
|
const PROTOBUF_MESSAGE_CONFIG = {
|
|
22995
22995
|
model_mini: [
|
|
22996
|
-
{ minVersion: '3.
|
|
22996
|
+
{ minVersion: '3.3.0', messageVersion: 'latest' },
|
|
22997
22997
|
{ minVersion: '0.0.0', messageVersion: 'v1' },
|
|
22998
22998
|
],
|
|
22999
22999
|
model_touch: [
|
|
23000
|
-
{ minVersion: '4.
|
|
23000
|
+
{ minVersion: '4.5.0', messageVersion: 'latest' },
|
|
23001
23001
|
{ minVersion: '0.0.0', messageVersion: 'v1' },
|
|
23002
23002
|
],
|
|
23003
23003
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"description": "> TODO: description",
|
|
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": "^0.3.
|
|
29
|
-
"@onekeyfe/hd-transport": "^0.3.
|
|
28
|
+
"@onekeyfe/hd-shared": "^0.3.20",
|
|
29
|
+
"@onekeyfe/hd-transport": "^0.3.20",
|
|
30
30
|
"axios": "^0.27.2",
|
|
31
31
|
"bignumber.js": "^9.0.2",
|
|
32
32
|
"bytebuffer": "^5.0.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@types/semver": "^7.3.9",
|
|
45
45
|
"ripple-keypairs": "^1.1.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "5f8d884e626673cc315994acc08d36b6f391b5c1"
|
|
48
48
|
}
|
|
@@ -10,11 +10,11 @@ type DeviceVersionConfig = {
|
|
|
10
10
|
|
|
11
11
|
export const PROTOBUF_MESSAGE_CONFIG: DeviceVersionConfig = {
|
|
12
12
|
model_mini: [
|
|
13
|
-
{ minVersion: '3.
|
|
13
|
+
{ minVersion: '3.3.0', messageVersion: 'latest' },
|
|
14
14
|
{ minVersion: '0.0.0', messageVersion: 'v1' },
|
|
15
15
|
],
|
|
16
16
|
model_touch: [
|
|
17
|
-
{ minVersion: '4.
|
|
17
|
+
{ minVersion: '4.5.0', messageVersion: 'latest' },
|
|
18
18
|
{ minVersion: '0.0.0', messageVersion: 'v1' },
|
|
19
19
|
],
|
|
20
20
|
};
|