|
1 | 1 | { |
2 | | - "name": "eth-onekey-bridge-keyring", |
3 | | - "version": "0.3.5", |
| 2 | + "name": "@metamask/eth-onekey-keyring", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "A MetaMask compatible keyring, for onekey hardware wallets", |
5 | 5 | "keywords": [ |
6 | 6 | "ethereum", |
|
38 | 38 | "build": "ts-bridge --project tsconfig.build.json --no-references", |
39 | 39 | "build:clean": "yarn build --clean", |
40 | 40 | "build:docs": "typedoc", |
41 | | - "changelog:update": "../../scripts/update-changelog.sh @metamask/eth-trezor-keyring", |
42 | | - "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-trezor-keyring", |
43 | | - "publish:preview": "yarn npm publish --tag preview", |
| 41 | + "changelog:update": "../../scripts/update-changelog.sh @metamask/eth-onekey-keyring", |
| 42 | + "changelog:validate": "../../scripts/validate-changelog.sh @metamask/eth-onekey-keyring", |
44 | 43 | "publish": "yarn npm publish", |
| 44 | + "publish:preview": "yarn npm publish --tag preview", |
45 | 45 | "test": "jest && jest-it-up", |
46 | 46 | "test:clean": "jest --clearCache", |
47 | 47 | "test:watch": "jest --watch" |
|
50 | 50 | "@ethereumjs/tx": "^5.4.0", |
51 | 51 | "@ethereumjs/util": "^9.1.0", |
52 | 52 | "@metamask/eth-sig-util": "^8.2.0", |
53 | | - "@metamask/utils": "^11.1.0", |
54 | 53 | "@noble/hashes": "^1.7.0", |
55 | | - "@onekeyfe/hd-core": "1.1.6-patch.1", |
56 | | - "@onekeyfe/hd-shared": "1.1.6-patch.1", |
57 | | - "@onekeyfe/hd-transport": "1.1.6-patch.1", |
58 | | - "@onekeyfe/hd-web-sdk": "1.1.6-patch.1", |
59 | | - "bytebuffer": "^5.0.1", |
60 | | - "hdkey": "^2.1.0", |
61 | | - "ripple-address-codec": "^5.0.0", |
62 | | - "tslib": "^2.6.2" |
| 54 | + "@onekeyfe/hd-core": "1.1.6-patch.4", |
| 55 | + "@onekeyfe/hd-shared": "1.1.6-patch.4", |
| 56 | + "@onekeyfe/hd-transport": "1.1.6-patch.4", |
| 57 | + "@onekeyfe/hd-web-sdk": "1.1.6-patch.4", |
| 58 | + "hdkey": "^2.1.0" |
63 | 59 | }, |
64 | 60 | "devDependencies": { |
65 | 61 | "@ethereumjs/common": "^4.4.0", |
66 | 62 | "@lavamoat/allow-scripts": "^3.2.1", |
67 | 63 | "@lavamoat/preinstall-always-fail": "^2.1.0", |
68 | 64 | "@metamask/auto-changelog": "^3.4.4", |
69 | | - "@metamask/keyring-utils": "workspace:^", |
70 | 65 | "@ts-bridge/cli": "^0.6.3", |
71 | 66 | "@types/bytebuffer": "^5.0.49", |
72 | 67 | "@types/ethereumjs-tx": "^1.0.1", |
|
0 commit comments