@onekeyfe/hd-transport-react-native 0.3.23-alpha.3 → 0.3.24
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/README.md +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
In order to be able to use new features of onekey-firmware you need to update protobuf definitions.
|
|
18
18
|
|
|
19
19
|
1. `git submodule update --init --recursive` to initialize git submodules.
|
|
20
|
-
1. `yarn update-submodules` to update
|
|
21
|
-
1. `yarn update:protobuf` to generate new `./messages.json` and `./src/types/messages.ts`
|
|
20
|
+
1. `yarn update-submodules` to update trezor-common submodule
|
|
21
|
+
1. `yarn workspace @onekeyfe/transport update:protobuf` to generate new `./messages.json` and `./src/types/messages.ts`
|
|
22
22
|
|
|
23
|
-
git submodule update --init --recursive to initialize
|
|
24
|
-
yarn update-submodules to update
|
|
25
|
-
|
|
23
|
+
git submodule update --init --recursive to initialize trezor-common submodule
|
|
24
|
+
yarn update-submodules to update trezor-common submodule
|
|
25
|
+
yarn workspace @trezor/transport update:protobuf to generate new ./messages.json and ./src/types/messages.ts
|
|
26
26
|
|
|
27
27
|
## Docs
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-transport-react-native",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.24",
|
|
4
4
|
"homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"lint:fix": "eslint . --fix"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@onekeyfe/hd-shared": "^0.3.
|
|
23
|
-
"@onekeyfe/hd-transport": "^0.3.
|
|
22
|
+
"@onekeyfe/hd-shared": "^0.3.24",
|
|
23
|
+
"@onekeyfe/hd-transport": "^0.3.24",
|
|
24
24
|
"@onekeyfe/react-native-ble-plx": "3.0.0",
|
|
25
25
|
"react-native-ble-manager": "^8.1.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "cf0501a0a46436855b6a34f23b31ee97777a644e"
|
|
28
28
|
}
|