@onekeyfe/hd-transport-react-native 0.3.24 → 0.3.25

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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 trezor-common submodule
21
- 1. `yarn workspace @onekeyfe/transport update:protobuf` to generate new `./messages.json` and `./src/types/messages.ts`
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 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
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.24",
3
+ "version": "0.3.25",
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.24",
23
- "@onekeyfe/hd-transport": "^0.3.24",
22
+ "@onekeyfe/hd-shared": "^0.3.25",
23
+ "@onekeyfe/hd-transport": "^0.3.25",
24
24
  "@onekeyfe/react-native-ble-plx": "3.0.0",
25
25
  "react-native-ble-manager": "^8.1.0"
26
26
  },
27
- "gitHead": "cf0501a0a46436855b6a34f23b31ee97777a644e"
27
+ "gitHead": "2d4fe6dd208db8a3fe1eb0fc35c1a916e2236590"
28
28
  }