@onekeyfe/hd-core 0.2.26 → 0.2.27
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
|
@@ -17955,7 +17955,7 @@ class PolkadotGetAddress extends BaseMethod {
|
|
|
17955
17955
|
min: '2.11.0',
|
|
17956
17956
|
},
|
|
17957
17957
|
model_touch: {
|
|
17958
|
-
min: '4.
|
|
17958
|
+
min: '4.2.0',
|
|
17959
17959
|
},
|
|
17960
17960
|
};
|
|
17961
17961
|
}
|
|
@@ -18004,7 +18004,7 @@ class PolkadotSignTransaction extends BaseMethod {
|
|
|
18004
18004
|
min: '2.11.0',
|
|
18005
18005
|
},
|
|
18006
18006
|
model_touch: {
|
|
18007
|
-
min: '4.
|
|
18007
|
+
min: '4.2.0',
|
|
18008
18008
|
},
|
|
18009
18009
|
};
|
|
18010
18010
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "OneKey",
|
|
6
6
|
"homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@onekeyfe/hd-shared": "^0.2.
|
|
28
|
-
"@onekeyfe/hd-transport": "^0.2.
|
|
27
|
+
"@onekeyfe/hd-shared": "^0.2.27",
|
|
28
|
+
"@onekeyfe/hd-transport": "^0.2.27",
|
|
29
29
|
"axios": "^0.27.2",
|
|
30
30
|
"bignumber.js": "^9.0.2",
|
|
31
31
|
"jszip": "^3.10.1",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@types/semver": "^7.3.9",
|
|
43
43
|
"ripple-keypairs": "^1.1.4"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a3066efb64101d6996833fa328ecd01c9d827700"
|
|
46
46
|
}
|