@onekeyfe/hd-transport-react-native 0.3.21 → 0.3.23-alpha.0
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
|
|
20
|
+
1. `yarn update-submodules` to update firmware submodule
|
|
21
|
+
1. `yarn 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 firmware submodule
|
|
24
|
+
yarn update-submodules to update firmware submodule
|
|
25
|
+
yar 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.23-alpha.0",
|
|
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.23-alpha.0",
|
|
23
|
+
"@onekeyfe/hd-transport": "^0.3.23-alpha.0",
|
|
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": "da0fd219f855c9883ad308fa839cf379b6107c93"
|
|
28
28
|
}
|