@onekeyfe/hd-core 1.0.4-alpha.4 → 1.0.4
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 +4 -4
- package/src/data/config.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -23652,7 +23652,7 @@ const whitelist = [
|
|
|
23652
23652
|
{ origin: 'localhost' },
|
|
23653
23653
|
];
|
|
23654
23654
|
const whitelistExtension = [
|
|
23655
|
-
'
|
|
23655
|
+
'jnmbobjmhlngoefaiojfljckilhhlhcj',
|
|
23656
23656
|
'acmacodkjbdgmoleebolmdjonilkdbch',
|
|
23657
23657
|
'mcohilncbfahbmgdjkbpemcciiolgcge',
|
|
23658
23658
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-core",
|
|
3
|
-
"version": "1.0.4
|
|
3
|
+
"version": "1.0.4",
|
|
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": "^1.0.4
|
|
29
|
-
"@onekeyfe/hd-transport": "^1.0.4
|
|
28
|
+
"@onekeyfe/hd-shared": "^1.0.4",
|
|
29
|
+
"@onekeyfe/hd-transport": "^1.0.4",
|
|
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": "21d5a09bb3fa1ec8a217e76a849d4908cb5a4606"
|
|
48
48
|
}
|